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

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

qtHaveModule(widgets) {
    SUBDIRS += texteditor filesystembrowser
}

qtHaveModule(sql) {
    SUBDIRS += calendar
}

EXAMPLE_FILES += \
    shared