summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/benchmarks.pro
blob: 4196dc055433e021c9b5fa6b28801b28a7efd636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS = \
        corelib \
        gui \
        network \
        script \
        sql \
        svg
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, declarative): SUBDIRS += declarative
contains(QT_CONFIG, dbus): SUBDIRS += dbus

check-trusted.CONFIG += recursive
QMAKE_EXTRA_TARGETS += check-trusted