Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.12.0
-
-
98db9774f2363314f51b1732646396112418320e (qt-creator/qt-creator/4.14)
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