qskinny/playground/playground.pro

24 lines
275 B
Prolog
Raw Normal View History

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