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

SUBDIRS += \
    gallery \
    tableview \
    touch \
    styles \
    uiforms

qtHaveModule(widgets) {
    SUBDIRS += texteditor filesystembrowser
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}