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

configure -qpa "wayland;xcb"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.8.0 FF
    • 6.7.0
    • Build System: CMake
    • None
    • Linux/Other display system
    • a3a8e3421 (dev), 90c2cde69 (dev)

    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

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There is 1 open Gerrit change