qskinny/playground/playground.pro

21 lines
236 B
Prolog
Raw Normal View History

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