summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
blob: 4bb160e3d46c5a6b7f221447edf1765134654919 (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 \
#    icheckbuild \
    profilewriter \
    ioutils \
    qtcprocess \
    utils \
    utils_stringutils \
    filesearch

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