shadows does not yet build with qt >= 6
This commit is contained in:
parent
899256ce86
commit
00f025190d
@ -5,9 +5,16 @@ SUBDIRS += \
|
|||||||
dialogbuttons \
|
dialogbuttons \
|
||||||
invoker \
|
invoker \
|
||||||
inputpanel \
|
inputpanel \
|
||||||
shadows \
|
|
||||||
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…
x
Reference in New Issue
Block a user