summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
blob: 2c2bc7ba7abc9d7cada848c4cfd71560d61800cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs

SUBDIRS += \
    aggregation \
    changeset \
    cplusplus \
    debugger \
    extensionsystem \
    environment \
    fakevim \
    generichighlighter \
    profilewriter \
    treeviewfind \
    ioutils \
    qtcprocess \
    utils \
    utils_stringutils \
    filesearch

#contains (QT_CONFIG, declarative) {
#SUBDIRS += qml
#}