Skip to content

Commit

Permalink
dirty fix for macos
Browse files Browse the repository at this point in the history
In Qt5 QT_LIBRAY points to the symlink and in Qt6 it points directly to the library
  • Loading branch information
Murmele committed Dec 13, 2023
1 parent fe3f6e4 commit 6cdd2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ elseif(NOT USE_SYSTEM_QT)
get_filename_component(QT_FRAMEWORK ${QT_LIBRARY} DIRECTORY)
set(DEST_DIR ${CONTENTS_DIR}/Frameworks)
install(
DIRECTORY ${QT_FRAMEWORK}
DIRECTORY ${QT_FRAMEWORK}/../..
DESTINATION ${DEST_DIR}
COMPONENT ${GITTYUP_NAME}
PATTERN "*.prl" EXCLUDE
Expand Down

0 comments on commit 6cdd2c7

Please sign in to comment.