From e0cdc8d76876a9d8b1cb6b7061ebf5c8fda676ec Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 24 Sep 2021 12:58:29 +0200 Subject: [PATCH] shadows added for Qt < 6 --- playground/playground.pro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playground/playground.pro b/playground/playground.pro index 3fc1d24b..86fa8c0c 100644 --- a/playground/playground.pro +++ b/playground/playground.pro @@ -7,6 +7,14 @@ SUBDIRS += \ inputpanel \ 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 += \