Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-24021

Installing also installs Clang resources

    XMLWordPrintable

Details

    • macOS
    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes