We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0ec9c commit 9c349e5Copy full SHA for 9c349e5
pack/CMakeLists.txt
@@ -84,7 +84,8 @@ elseif(NOT USE_SYSTEM_QT)
84
if(APPLE)
85
get_filename_component(QT_FRAMEWORK ${QT_LIBRARY} DIRECTORY)
86
87
- # FIXME: QT_LIBRARY points directly to the library bin instead of the symlink 2 directories above (since qt6)
+ # FIXME: QT_LIBRARY points directly to the library bin instead of the
88
+ # symlink 2 directories above (since qt6)
89
string(REGEX REPLACE "/Versions/.*" "" QT_FRAMEWORK "${QT_FRAMEWORK}")
90
91
set(DEST_DIR ${CONTENTS_DIR}/Frameworks)
0 commit comments