shadows does not yet build with qt >= 6

This commit is contained in:
Uwe Rathmann 2021-09-19 20:10:40 +02:00
parent 899256ce86
commit 00f025190d

View File

@ -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 += \