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

Wrong instructions on how to use GuiPrivate

XMLWordPrintable

    • 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

            lexcaz Alexei Cazacov
            mastambo Maycon Stamboroski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes