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