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

contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, dbus): SUBDIRS += dbus

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