-
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
-