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

Qbs is being unnecessary called when building Creator with cmake

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 1.20
    • None
    • Linux/X11
    • bcc3c5d5bd085067caf2721799303ebb1533c8b5 (qbs/qbs/1.20)

    Description

      1. Make sure the Qbs build is enabled in the Qt Creator (CMake based) build (submodule src/shared/qbs is checked out, and BUILD_QBS=ON (which is the default))
      2. Build Qt Creator including Qbs with CMake
      3. Touch some source file of your Creator build and do:

      cmake --build . --parallel
      

      4. The output is like that:

      [3/3] cd /home/jarek/dev/creator-415-build-515/src/shared/qbs...-515/src/shared/qbs/ config:resources-build -p qbs\ resources
      Restoring build graph from disk
      Resolving project for configuration resources-build
      Restoring build graph from disk
      Building for configuration resources-build
      Build done for configuration resources-build.
      

      It means that qbs process is being executed while cmake is building Creator.

      qbs shouldn't be (re-run) if only Qt Creator files are touched.

      Attachments

        For Gerrit Dashboard: QBS-1667
        # Subject Branch Project Status CR V

        Activity

          People

            arch Ivan Komissarov
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes