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

configure -qpa "wayland;xcb"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.7.0
    • Build System: CMake
    • None
    • Linux/Other display system

    Description

      According to configure -help the list of enabled QPA plugins should be separated by semicolons:

          -qpa <name> .......... Select default QPA backend(s) (e.g., xcb, cocoa, windows)
                               A prioritized list separated by semi-colons.
      

      Trying to do that results in error, because apparently CMake replaces the semicolon with space:

      $ configure -debug -qpa "wayland;xcb" ...
      
      + configure -top-level -debug -qpa wayland xcb ...
      CMake Error at /home/builder/qt5-git/qtbase/cmake/QtProcessConfigureArgs.cmake:351 (message):
        Invalid command line parameter 'xcb'.
      Call Stack (most recent call first):
        /home/builder/qt5-git/qtbase/cmake/QtProcessConfigureArgs.cmake:719 (qtConfAddError)
      

      Attachments

        For Gerrit Dashboard: QTBUG-124265
        # Subject Branch Project Status CR V

        Activity

          People

            semlanik Alexey Edelev
            jimis Dimitrios Apostolou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: