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

QtScXML module does not export dependency on QML

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.0 Beta1
    • XML: SCXML
    • None
    • All

    Description

      libQtScXml links against libQtQml:

      rw@rw-x220 lib$ ldd libQt5Scxml.so 
      libQt5Qml.so.5 => /opt/Qt/5.12.3/gcc_64/lib/./libQt5Qml.so.5
      libQt5Network.so.5 => /opt/Qt/5.12.3/gcc_64/lib/./libQt5Network.so.5
      libQt5Core.so.5 => /opt/Qt/5.12.3/gcc_64/lib/./libQt5Core.so.5
      ...

       
      But this dependency is not exported (from QTPATH/mkspecs/modules/qt_lib_scxml.pri):

      QT.scxml.depends = core
      

      qml is missing here. Thus, Qbs does not correctly set up the dependencies of the QtScXml module.

      This bug is present at least since Qt 5.12, but it is hidden in projects having already a dependency on qml.

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            rweickelt Richard Weickelt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes