diff --git a/SuperBuild/Packaging/PackageHelper.cmake b/SuperBuild/Packaging/PackageHelper.cmake index a03605257dd60f09a8cef4d5350b0c4d45afc3af..1f80363b06b1fae32891d614976d75e4d6137e72 100644 --- a/SuperBuild/Packaging/PackageHelper.cmake +++ b/SuperBuild/Packaging/PackageHelper.cmake @@ -173,7 +173,7 @@ macro(macro_super_package) # We need qt.conf on windows and linux. macx is still to be tested. # So just not add this without testing if(NOT APPLE) - install(PROGRAMS + install(FILES ${PACKAGE_SUPPORT_FILES_DIR}/qt.conf DESTINATION ${PKG_STAGE_DIR}/bin )