24 lines
275 B
Prolog
24 lines
275 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
anchors \
|
|
dials \
|
|
dialogbuttons \
|
|
invoker \
|
|
inputpanel \
|
|
images \
|
|
shadows \
|
|
shapes
|
|
|
|
qtHaveModule(webengine) {
|
|
|
|
SUBDIRS += \
|
|
webview
|
|
}
|
|
|
|
qtHaveModule(quickwidgets) {
|
|
|
|
SUBDIRS += \
|
|
grids
|
|
}
|