From 8ab97e2b2d35a32169be64003e05f866510f2a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 29 Apr 2016 12:54:28 +0200 Subject: [PATCH] Wrong install path for plugins --- src/OpenMesh/Apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index 5dfcaa7c..b182806f 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -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 . )