Skip to content
Snippets Groups Projects
Commit 8ab97e2b authored by Jan Möbius's avatar Jan Möbius
Browse files

Wrong install path for plugins

parent 8846837e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ if ( BUILD_APPS )
# platform plugins for qt shoulb be installed along with the apps to run on the target systems
if (EXISTS ${CMAKE_BINARY_DIR}/Build/plugins/platforms )
FILE(GLOB files_install_app_platform_dlls "${CMAKE_BINARY_DIR}/Build/plugins/platforms/*.dll" )
INSTALL(FILES ${files_install_app_platform_dlls} DESTINATION . )
INSTALL(FILES ${files_install_app_platform_dlls} DESTINATION plugins/platforms/ )
# Create a qt.conf file to find plugins on windows
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Qt/qt.conf DESTINATION . )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment