tests/benchmarks/benchmarks.pro
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
child 30 5dc02b23752f
--- a/tests/benchmarks/benchmarks.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/tests/benchmarks/benchmarks.pro	Wed Mar 31 11:06:36 2010 +0300
@@ -1,41 +1,9 @@
 TEMPLATE = subdirs
-SUBDIRS = containers-associative \
-	qanimation \
-	qbytearray \
-	qfile_vs_qnetworkaccessmanager \
-	qpainter \
-	qtestlib-simple	events \
-	qiodevice \
-	qpixmap \
-	blendbench \
-	qstringlist \
-	qmatrix4x4 \
-	qnetworkreply \
-	qobject \
-	qrect \
-	qregexp	\
-	qregion \
-	qvariant \
-	qwidget	\
-	qtwidgets \
-	qapplication \
-	qdir \
-	qdiriterator \
-	qgraphicsanchorlayout \
-	qgraphicsitem \
-	qgraphicswidget \
-	qmetaobject \
-	qpixmapcache \
-	qquaternion \
-	qscriptclass \
-	qscriptengine \
-	qscriptvalue \
-	qstringbuilder \
-	qstylesheetstyle \
-	qsvgrenderer \
-	qtableview \
-	qthreadstorage
-
-
-
+SUBDIRS = \
+        uimodels\GraphicsViewBenchmark \
+        corelib \
+        gui \
+        network \
+        script \
+        svg
 contains(QT_CONFIG, opengl): SUBDIRS += opengl