From 85ac71793c7716d441ad1eae63b9f2711d8819d6 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Thu, 20 Oct 2016 12:31:58 +0200 Subject: [PATCH] PKG: install qt.conf as file --- SuperBuild/Packaging/PackageHelper.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/Packaging/PackageHelper.cmake b/SuperBuild/Packaging/PackageHelper.cmake index a03605257d..1f80363b06 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 ) -- GitLab