shadows added for Qt < 6
This commit is contained in:
parent
5d5a3ae1e3
commit
f1f03bce27
|
@ -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