From c5e24a4d858a96abfccada0092aa8f1417ca0525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 29 Apr 2016 10:31:18 +0200 Subject: [PATCH] Typo --- src/OpenMesh/Apps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index 1de98c89..c9a7fe96 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -87,8 +87,8 @@ if ( BUILD_APPS ) INSTALL(FILES ${files_install_app_dlls} DESTINATION . ) # platform plugins for qt shoulb be installed along with the apps to run on the target systems - if (EXISTS ${CMAKE_BINARY_DIR}/Build/plugins/platform ) - FILE(GLOB files_install_app_platform_dlls "${CMAKE_BINARY_DIR}/Build/plugins/platform/*.dll" ) + 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 . ) # Create a qt.conf file to find plugins on windows