Skip to content
Snippets Groups Projects
Verified Commit ba44f861 authored by Lars Bilke's avatar Lars Bilke
Browse files

[de] Removed qt.conf.

Is not required because of system-wide Qt installation via
aqtinstall.
parent d5d88a37
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,3 @@ if(OGS_USE_CONAN) ...@@ -31,11 +31,3 @@ if(OGS_USE_CONAN)
EXCLUDE EXCLUDE
) )
endif() endif()
if(OGS_BUILD_GUI)
install_qt5_plugin("Qt5::QCocoaIntegrationPlugin" QT_PLUGINS)
file(WRITE "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/qt.conf"
"[Paths]\nPlugins = ../${_qt_plugin_dir}\n"
)
install(FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/qt.conf" DESTINATION bin)
endif()
...@@ -23,11 +23,3 @@ if(OGS_USE_CONAN) ...@@ -23,11 +23,3 @@ if(OGS_USE_CONAN)
file(GLOB MATCHED_FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/*.dll") file(GLOB MATCHED_FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/*.dll")
install(FILES ${MATCHED_FILES} DESTINATION bin) install(FILES ${MATCHED_FILES} DESTINATION bin)
endif() endif()
if(OGS_BUILD_GUI)
install_qt5_plugin("Qt5::QWindowsIntegrationPlugin" QT_PLUGINS)
file(WRITE "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/qt.conf"
"[Paths]\nPlugins = ../${_qt_plugin_dir}\n"
)
install(FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/qt.conf" DESTINATION bin)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment