Directly copy qt.conf on install

This commit is contained in:
Jan Möbius
2016-04-29 11:23:02 +02:00
parent c5e24a4d85
commit 8846837e9e
2 changed files with 1 additions and 2 deletions

View File

@@ -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()