shadows added for Qt < 6
This commit is contained in:
parent
0f0368d3b1
commit
e0cdc8d768
|
@ -7,6 +7,14 @@ SUBDIRS += \
|
||||||
inputpanel \
|
inputpanel \
|
||||||
images
|
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) {
|
qtHaveModule(webengine) {
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
|
|
Loading…
Reference in New Issue