diff options
author | Samuli Piippo <[email protected]> | 2025-05-23 08:51:22 +0000 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-06-02 05:22:52 +0000 |
commit | b23da37d71bde4673fab3510596514e4ac451053 (patch) | |
tree | 771e0b128ac5c67326b524864046372d0c91a0ab | |
parent | 1f2863ae48714dfa8b421ffd58168bfbe8fa19b0 (diff) |
Remove dependency to Wayland::Client as it's not needed and
prevents building qtwaylandscanner for Windows where Client
is not supported but scanner is needed for cross-compilations.
Change-Id: Ia38dda58c0800799673ae2d1e29626ce6b399f04
Reviewed-by: Liang Qi <[email protected]>
-rw-r--r-- | src/tools/configure.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/configure.cmake b/src/tools/configure.cmake index 46d538726b3..7ab1509a89f 100644 --- a/src/tools/configure.cmake +++ b/src/tools/configure.cmake @@ -31,7 +31,7 @@ qt_feature("qmake" PRIVATE QT_FEATURE_datestring AND QT_FEATURE_regularexpression AND QT_FEATURE_temporaryfile) qt_feature("qtwaylandscanner" PRIVATE - CONDITION TARGET Wayland::Scanner AND TARGET Wayland::Client + CONDITION TARGET Wayland::Scanner ) qt_configure_add_summary_section(NAME "Core tools") |