qskinny/playground/playground.pro
2019-07-22 17:21:33 +02:00

20 lines
222 B
Prolog

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