summaryrefslogtreecommitdiff
path: root/qt_cmdline.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-01-21 10:36:12 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-01-21 11:09:27 +0100
commit528d63b9abdffa52fb064cdc129660ca94ed4225 (patch)
treea2c2e09541c766c389d198422b996db300e532d4 /qt_cmdline.cmake
parent6391d20deac1bde57887b478c194ae6a5accd2e6 (diff)
downloadqtwayland-528d63b9abdffa52fb064cdc129660ca94ed4225.tar.gz
CMake: Ensure qt_cmdline.cmake files exist for each configure.cmake
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>
Diffstat (limited to 'qt_cmdline.cmake')
-rw-r--r--qt_cmdline.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt_cmdline.cmake b/qt_cmdline.cmake
index 7151714f..e74a6c8f 100644
--- a/qt_cmdline.cmake
+++ b/qt_cmdline.cmake
@@ -1 +1,3 @@
qt_commandline_subconfig(src)
+qt_commandline_subconfig(src/client)
+qt_commandline_subconfig(src/compositor)