qskinny/playground/playground.pro

29 lines
384 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS += \
anchors \
2018-11-05 14:04:49 +01:00
dialogbuttons \
2018-02-26 09:39:53 +01:00
invoker \
inputpanel \
images
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
}
qtHaveModule(webengine) {
SUBDIRS += \
webview
}
qtHaveModule(quickwidgets) {
SUBDIRS += \
grids
}