shadows added for Qt < 6

This commit is contained in:
Uwe Rathmann 2021-09-24 12:58:29 +02:00
parent 0f0368d3b1
commit e0cdc8d768

View File

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