summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/benchmarks.pro
blob: b5e3a4b8b327163d32cb8bde164081beeba4eea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
SUBDIRS = \
        corelib \
        gui \
        network \
        script \
        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