2017-07-24 05:47:09 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2019-08-30 11:13:32 +00:00
|
|
|
anchors \
|
2018-11-05 13:04:49 +00:00
|
|
|
dialogbuttons \
|
2018-02-26 08:39:53 +00:00
|
|
|
invoker \
|
2017-07-28 11:06:59 +00:00
|
|
|
inputpanel \
|
2017-07-24 05:47:09 +00:00
|
|
|
images
|
2018-09-27 14:49:05 +00:00
|
|
|
|
2021-09-19 18:10:40 +00: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 14:49:05 +00:00
|
|
|
qtHaveModule(webengine) {
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
webview
|
|
|
|
}
|
2019-07-22 15:21:33 +00:00
|
|
|
|
|
|
|
qtHaveModule(quickwidgets) {
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
grids
|
|
|
|
}
|