Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.12.0
-
-
98db9774f2363314f51b1732646396112418320e (qt-creator/qt-creator/4.14), 4e1e2ae49 (master)
Description
The Clang resources should only be installed either through our deploy scripts, or when explicitly installing the Dependencies component.
Looks like the culprit is
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY OPTIONAL FILES "/Users/Shared/qt/creator/master/5.14/qtcreator/Qt Creator.app" USE_SOURCE_PERMISSIONS)
in src/app/cmake_install.cmake. Instead of installing the whole directory, this should better just install the executable, and corresponding resources like Info.plist
Attachments
For Gerrit Dashboard: QTCREATORBUG-24021 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
321622,4 | cmake build: Do not copy whole app bundle directory when installing | 4.14 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
627884,16 | CMake: Fix macOS rpath removal when building against non-frameworks | master | qt-creator/qt-creator | Status: MERGED | +2 | +1 |