shadows added for Qt < 6
This commit is contained in:
parent
0f0368d3b1
commit
e0cdc8d768
@ -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 += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user