summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/benchmarks.pro
blob: e685c3d7b241263b364c2e74f40c543c81ae1ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
SUBDIRS = \
        corelib \
        gui \
        network \
        sql \

# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, dbus): SUBDIRS += dbus

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