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

Copy/share run configuration between projects

    XMLWordPrintable

Details

    • 826fe2e81 (master)

    Description

      There are common use case, when we have 1 project building executable and many projects that builds some kind of dynamic libraries for it:

      my_app.exe
      ├── mylib12.dll
      ├── mylib13.dll
      ├── mylib1.dll
      ├── my_plugin1.dll
      ├── my_plugin2.dll
      ├── my_plugin3.dll
      └── ...
      

      After loading one of dll projects, we have to re-configure run configuration to point to my_app.exe, sometimes with custom environment variables etc. The same for another build type (Debug, Release, ...). It's painfull. I wonder if we could have a function to share run configurations between projects, just like we share Kits to build them? Or at least kind of "copy/paste" function that works between projects.

      Currently "Clone" button works only throught the same project, not between them.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              jaskmar Mariusz Jaskółka
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes