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

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

qtHaveModule(widgets) {
    SUBDIRS += texteditor filesystembrowser
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}

EXAMPLE_FILES += \
    shared