From bc7a6b78d5f9ee7b8c9039359b86cb0d29ae3177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 29 Apr 2016 10:22:57 +0200 Subject: [PATCH] Fixed missing qt.con install target --- src/OpenMesh/Apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index c5f65e4f..5f9cb51f 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -93,6 +93,7 @@ if ( BUILD_APPS ) # Create a qt.conf file to find plugins on windows configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Qt/qt.conf.in Build/qt.conf COPYONLY ) + INSTALL(FILES ${CMAKE_BINARY_DIR}/Build/qt.conf DESTINATION . endif() endif()