-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.10.0
-
862d323e7 (dev), bd0e23940 (6.10)
-
framework-content 19, framework-content 20
The cmake instruction to use the GuiPrivate module on the page https://doc.qt.io/qt-6/qtguiprivate-module.html are slightly wrong.
The correct way would be:
find_package(Qt6 REQUIRED COMPONENTS GuiPrivate) target_link_libraries(mytarget PRIVATE Qt6::GuiPrivate)
- relates to
-
QTBUG-141173 Wrong instructions on how to use CorePrivate
-
- Closed
-