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

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

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