2017-07-24 07:47:09 +02:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2019-08-30 13:13:32 +02:00
|
|
|
anchors \
|
2018-11-05 14:04:49 +01:00
|
|
|
dialogbuttons \
|
2018-02-26 09:39:53 +01:00
|
|
|
invoker \
|
2017-07-28 13:06:59 +02:00
|
|
|
inputpanel \
|
2017-07-24 07:47:09 +02:00
|
|
|
images
|
2018-09-27 16:49:05 +02:00
|
|
|
|
2021-09-24 12:58:29 +02:00
|
|
|
lessThan(QT_MAJOR_VERSION, 6) {
|
|
|
|
|
|
|
|
# the shader for the drop shadows has not yet been migrated
|
|
|
|
# to work with Qt 6
|
|
|
|
|
|
|
|
SUBDIRS += shadows
|
|
|
|
}
|
|
|
|
|
2018-09-27 16:49:05 +02:00
|
|
|
qtHaveModule(webengine) {
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
webview
|
|
|
|
}
|
2019-07-22 17:21:33 +02:00
|
|
|
|
|
|
|
qtHaveModule(quickwidgets) {
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
grids
|
|
|
|
}
|