Skip to content
Snippets Groups Projects
Commit 85ac7179 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: install qt.conf as file

parent 6e9ac77b
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ macro(macro_super_package) ...@@ -173,7 +173,7 @@ macro(macro_super_package)
# We need qt.conf on windows and linux. macx is still to be tested. # We need qt.conf on windows and linux. macx is still to be tested.
# So just not add this without testing # So just not add this without testing
if(NOT APPLE) if(NOT APPLE)
install(PROGRAMS install(FILES
${PACKAGE_SUPPORT_FILES_DIR}/qt.conf ${PACKAGE_SUPPORT_FILES_DIR}/qt.conf
DESTINATION ${PKG_STAGE_DIR}/bin DESTINATION ${PKG_STAGE_DIR}/bin
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment