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

wrong cmake module name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.1, 6.6.0
    • 6.5.0
    • Documentation
    • None
    • a38b75ba0 (dev), 8a5083801 (6.5)
    • DaVinci 78

    Description

      https://doc.qt.io/qt-6/qwaylandivisurface.html
      change

      find_package(Qt6 REQUIRED COMPONENTS Waylandcompositor)
      target_link_libraries(mytarget PRIVATE Qt6::Waylandcompositor)
      

      to

      find_package(Qt6 REQUIRED COMPONENTS WaylandCompositor)
      target_link_libraries(mytarget PRIVATE Qt6::WaylandCompositor)
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            paulwicking Paul Wicking
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes