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

Wrong instructions on how to use CorePrivate

XMLWordPrintable

    • 104ad65a1 (dev), b34103103 (6.10)
    • framework-content 20

      The cmake instruction to use the CorePrivate module on the page https://doc-snapshots.qt.io/qt6-dev/qtcoreprivate-module.html are slightly wrong. 

       

      The correct way would be: 

      find_package(Qt6 REQUIRED COMPONENTS CorePrivate)
      target_link_libraries(mytarget PRIVATE Qt6::CorePrivate) 

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

            lexcaz Alexei Cazacov
            lexcaz Alexei Cazacov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes