summaryrefslogtreecommitdiff
path: root/examples/examples.pro
blob: 0be155cd7b8ba23dc7a52c7bd2c6546272a289dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS += \
    gallery \
    splitview \
    stackview \
    tableview \
    touch

qtHaveModule(widgets) {
    SUBDIRS += text \
        ApplicationTemplate
}