qskinny/playground/playground.pro
2020-10-06 15:49:46 +02:00

22 lines
250 B
Prolog

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