From 92bbd0921efcd7ba1197da15b49ac72b155bbb1c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 21 Jan 2022 10:36:12 +0100 Subject: [PATCH] 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 --- src/plugins/platforms/wayland/qt_cmdline.cmake | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/plugins/platforms/wayland/qt_cmdline.cmake diff --git a/src/plugins/platforms/wayland/qt_cmdline.cmake b/src/plugins/platforms/wayland/qt_cmdline.cmake new file mode 100644 index 00000000000..e69de29bb2d