Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-518

QML_PRIVATE_API_SUPPORT not set when Qt5Qml is not found

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4: Low P4: Low
    • 5.9
    • 5.9
    • PySide
    • None
    • 09b06dd125323609af50de3afbfd5a4352521543

      In libpyside/CMakeLists.txt the following line is missing in the else body at line 38

      set(QML_PRIVATE_API_SUPPORT 0)

      Without that the

      #if @QML_PRIVATE_API_SUPPORT@

      is replaced with

      #if

      which leads to compilation issue

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

            ctismer Christian Tismer
            diorcety Yann Diorcet
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes