qskinny/playground/playground.pro
2021-09-19 20:10:40 +02:00

29 lines
384 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
anchors \
dialogbuttons \
invoker \
inputpanel \
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 += \
webview
}
qtHaveModule(quickwidgets) {
SUBDIRS += \
grids
}