Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56656

new configure system needs a way to query which modules are built

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.8.0 RC
    • 5.8.0 Alpha
    • Build System
    • None
    • 6de11782d093dea2e6fe9406fb712706a984ff61

      If configure.json tries to use 'features.xxx' from another module, which has not been built, qmake will fail with error: "Project ERROR: Unknown feature object". This happens even when .pro correctly checks for the dependent module with qtHaveModule.

      This can be tested by building qtbase without gui and then building qtdeclarative module. Qmake will fail with

      Project ERROR: Unknown feature object movie in expression 'features.movie'.
      

      since src/quick/configure.json is testing for features.movie defined in gui's configure.json.

        For Gerrit Dashboard: QTBUG-56656
        # Subject Branch Project Status CR V

            laknoll Lars Knoll
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes