summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/benchmarks.pro
blob: 1ee0c41796bd36c8a8f9a8d54d0ce7961a0ecc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs
SUBDIRS = containers-associative \
	containers-sequential \
        qanimation \
	qbytearray \
	qpainter \
	qtestlib-simple	events \
	qiodevice \
	qpixmap \
	blendbench \
    qstring \
    qstringlist \
        qmatrix4x4 \
	qobject \
        qrect \
	qregexp	\
        qregion \
        qvariant \
	qwidget	\
	qtwidgets

contains(QT_CONFIG, opengl): SUBDIRS += opengl