-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.10.0
-
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)
- relates to
-
QTBUG-141106 Wrong instructions on how to use GuiPrivate
-
- Closed
-
For Gerrit Dashboard: QTBUG-141173 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
684416,2 | Doc: Fix instructions on how to use CorePrivate | dev | qt/qtbase | Status: MERGED | +2 | 0 |
684507,2 | Doc: Fix instructions on how to use CorePrivate | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |