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

Qbs fails to detect property changes/invalid properties after building once

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.1.0
    • 1.0.0
    • General
    • None
    • 68ee1563d1d99d05b1ce8e74263fdbbc32d27c21

    Description

      Qbs fails to detect invalid properties after (partially) building once.

      See the following example (using cpp.cFlagsx as invalid property):

      > rm rf qtc_Desktop*

      > qbs build profile:qtc_Desktop release cpp.cFlagsx:-Werror
      Resolving project for configuration qtc_Desktop-release
      ERROR: Unknown property: cpp.cFlagsx

      > qbs build profile:qtc_Desktop release cpp.cFlags:-Werror
      Resolving project for configuration qtc_Desktop-release
      Setting up build graph for configuration qtc_Desktop-release
      Building for configuration qtc_Desktop-release
      Applying moc rules for 'qtcreator'.
      Applying moc rules for 'Aggregation'.
      ERROR: Build canceled for configuration qtc_Desktop-release.
      The following products could not be built for [...]

      > qbs build profile:qtc_Desktop release cpp.cFlagsx:-Werror
      Restoring build graph from disk
      Building for configuration qtc_Desktop-release
      generating app_version.h
      moc qtlocalpeer.h
      moc qtsingleapplication.h
      [...]

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            hunger Tobias Hunger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes