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

Figure out .prl file generation for top-level Qt builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.0
    • Build System: CMake

      The change in https://codereview.qt-project.org/c/qt/qtbase/+/303811 disabled .prl file generation for static top-level Qt builds, because it broke configuration.

      The underlying issue is that targets are used in generator expressions for the .prl files, but the targets are not in scope (PNG::PNG found in qtbase, but missing in qtsvg scope).

      We need to find a way to fix this (if there is any).

      EDIT: It seems it's a problem for shared top-level builds too.
      After https://codereview.qt-project.org/c/qt/qtbase/+/305759 went it, top-level builds fail to configure on Linux, because OpenGL:GLX target can not be found while generating prl files for static internal modules in qttools repo.

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

            alexandru.croitor Alexandru Croitor
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes