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

CMake: qt_lib_XXX.pri files don't contain run_depends entries

XMLWordPrintable

    • All
    • 326b91ea788b013512ae911c51cc19497d88916d (qt/qtbase/dev) 58136c0c706cc44e5f7f016b4297dbc9b38ef2ac (qt/qtbase/6.2)

      The qt_lib_XXX.pri files generated by the CMake build don't contain run_depends entries.

      See qt_module_pris.prf:

          # In addition to the library's private deps, the private module's deps
          # are logically runtime deps of the public module.
          runtime_deps = $$QT_PRIVATE $$QT_FOR_PRIVATE
          !isEmpty(runtime_deps): \
              module_rundep = "QT.$${MODULE_ID}.run_depends = $$replace(runtime_deps, -private$, _private)"
          else: \
              module_rundep =
      

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

            qtbuildsystem Qt Build System Team
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes