Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-560

QtCreator - inactive applications appear in run configuration

    XMLWordPrintable

Details

    • 3695f57eb4ee7e78c6b73bf2f392f8075f58445a

    Description

      If I have more than one Application in my project, sometimes I deactivate some applications to lower build time. In Qt Creator 3.0.1, only active projects show up in the run configuration, in Qt Creator 3.1.0 inactive applications appear in the run configuration too. Qbs only builds the active applications (which is correct), if I choose a inactive application and click on run, I get the error "No executable", since there is no executable build, this is correct.

      In my opinion, inactive applications should not appear in the run configuration. In the project tree view, inactive projects are gray, so this information should be available.

      Example project file:

      Project {
         Application {
            name: "App1"
            condition: true  // active application, colored in project tree
            // content
         }
      
         Application {
            name: "App2"
            condition: false  // inactive application, gray in project tree
            // content
         }
      }
      

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            wojo Markus B
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes