qskinny/playground/playground.pro
2021-09-18 14:48:25 +02:00

22 lines
250 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
anchors \
dialogbuttons \
invoker \
inputpanel \
shadows \
images
qtHaveModule(webengine) {
SUBDIRS += \
webview
}
qtHaveModule(quickwidgets) {
SUBDIRS += \
grids
}