summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/controls.pro
blob: 134a25e357cdbe4dcb2d67d0585e807652d1a163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

SUBDIRS += \
    gallery \
    splitview \
    tableview \
    touch \
    basiclayouts \
    styles

qtHaveModule(widgets) {
    SUBDIRS += texteditor
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}