Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0
-
None
-
-
a3a8e3421 (dev), 90c2cde69 (dev), 9cd0cee48 (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)