qskinny/playground/playground.pro

25 lines
291 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS += \
anchors \
2022-07-14 16:53:01 +00:00
dials \
2018-11-05 13:04:49 +00:00
dialogbuttons \
gradients \
2018-02-26 08:39:53 +00:00
invoker \
inputpanel \
2022-09-26 15:51:28 +00:00
images \
shadows \
shapes
2021-09-24 10:58:29 +00:00
qtHaveModule(webengine) {
SUBDIRS += \
webview
}
qtHaveModule(quickwidgets) {
SUBDIRS += \
grids
}