-
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)
For Gerrit Dashboard: QTBUG-141106 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
683874,2 | Doc: Fix instructions on how to use GuiPrivate | dev | qt/qtbase | Status: MERGED | +2 | 0 |
684301,2 | Doc: Fix instructions on how to use GuiPrivate | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |