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

Allow to enable Junction Points in project settings

    XMLWordPrintable

Details

    • 2d7af4000 (13.0)

    Description

      Allow to enable the new 'Build via Junction Points' in Qt Creator not only globally, but per project. E.g.

      "CMakePresets.json"
      {
          "vendor": {
              "qt.io/QtCreator/1.0": {
                  "windowsUseJunctionPoints": true
              }
          }
      }
      

      or

      "CMakeLists.txt"
          // ...
          set(QTC_ENABLE_WINDOWS_JUNCTION_POINTS, ON)
      

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-30385
        # Subject Branch Project Status CR V

        Activity

          People

            cadam Cristian Adam
            kkohne Kai Köhne
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes