From 488cac3e6fe438e4d30559c601089798d1466aac Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 19 Sep 2021 20:10:40 +0200 Subject: [PATCH] shadows does not yet build with qt >= 6 --- playground/playground.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/playground/playground.pro b/playground/playground.pro index e1fef989..86fa8c0c 100644 --- a/playground/playground.pro +++ b/playground/playground.pro @@ -5,9 +5,16 @@ SUBDIRS += \ dialogbuttons \ invoker \ inputpanel \ - shadows \ images +lessThan(QT_MAJOR_VERSION, 6) { + + # the shader for the drop shadows has not yet been migrated + # to work with Qt 6 + + SUBDIRS += shadows +} + qtHaveModule(webengine) { SUBDIRS += \