diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index c9a7fe96..5dfcaa7c 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -92,8 +92,7 @@ if ( BUILD_APPS ) INSTALL(FILES ${files_install_app_platform_dlls} DESTINATION . ) # 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 . ) + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Qt/qt.conf DESTINATION . ) endif() endif() diff --git a/src/OpenMesh/Apps/Qt/qt.conf.in b/src/OpenMesh/Apps/Qt/qt.conf similarity index 100% rename from src/OpenMesh/Apps/Qt/qt.conf.in rename to src/OpenMesh/Apps/Qt/qt.conf