diff options
Diffstat (limited to 'tests/benchmarks/benchmarks.pro')
-rw-r--r-- | tests/benchmarks/benchmarks.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro new file mode 100644 index 0000000..8e2c243 --- /dev/null +++ b/tests/benchmarks/benchmarks.pro @@ -0,0 +1,19 @@ +TEMPLATE = subdirs +SUBDIRS = containers-associative \ + containers-sequential \ + qbytearray \ + qpainter \ + qtestlib-simple events \ + qiodevice \ + qpixmap \ + blendbench \ + qstringlist \ + qobject \ + qrect \ + qregexp \ + qregion \ + qvariant \ + qwidget \ + qtwidgets + +contains(QT_CONFIG, opengl): SUBDIRS += opengl |