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

QtQuick not included when cross-compiling in a top-level build due to missing qsb

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 6.2.0 Alpha
    • 6.2.0 Alpha
    • Build System: CMake
    • None
    • Android, iOS/tvOS/watchOS
    • bc80067266625db3ce05564e27ffcedfc0092ca3 (qt/qtbase/dev)

    Description

      1The change in https://codereview.qt-project.org/c/qt/qtdeclarative/+/348291 introduces a "TARGET Qt::qsb" - CMake condition for including QtQuick into the build.

      When cross-compiling this target is not set and QtQuick is not included as a consequence.
      After initial analysis with Joerg it seems the versionless "Qt::qsb" is not promoted to global scope in qtshadertools, whereas the Qt6::qsb is defined.

      Temporary workaround is to change "Qt::qsb" => "Qt6::qsb" in qtdeclarative/src/CMakeLists.txt

      Attachments

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

        Activity

          People

            alexandru.croitor Alexandru Croitor
            vuokko Juha Vuolle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes