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

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

qtHaveModule(widgets) {
    SUBDIRS += texteditor
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}