From 00f025190d55b1a99345a66212fed548a535500c 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 += \