summaryrefslogtreecommitdiff
path: root/src/client/qt_cmdline.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Ensure qt_cmdline.cmake files exist for each configure.cmakeAlexandru Croitor2022-01-211-0/+0
Otherwise the configure script won't understand command line options like -no-feature-egl-extension-platform-wayland because the subdirectory configure.cmake files are only loaded by the configure script when there are accompanying qt_cmdline.cmake files. Pick-to: 6.2 6.3 Fixes: QTBUG-99802 Change-Id: Ifd6ea6f366ac5fe09a9eafe3be7d889044caa52f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>