qskinny/playground/playground.pro

20 lines
222 B
Prolog
Raw Normal View History

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