summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qfile/qfile.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-09 13:59:53 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 12:15:06 (GMT)
commitb9408cb1c0d46ef5532a0a8c646a677e8794210d (patch)
tree8b25217d8b19cda08551206891aaeaf1ac393cdb /tests/benchmarks/corelib/io/qfile/qfile.pro
parentde66b772294e314828d85cb9cdd5db82221f317a (diff)
downloadQt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.zip
Qt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.tar.gz
Qt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.tar.bz2
Renamed test benchmark targets.
Many of the benchmarks generate executables with same names as the autotests. This is a big problem for Symbian, where all binaries are stored into single directory. Renamed benchmark targets to include 'bench' in their name to ensure no overlap in target names. Part of QtP delta reduction effort. Reviewed-by: Liang Qi
Diffstat (limited to 'tests/benchmarks/corelib/io/qfile/qfile.pro')
-rw-r--r--tests/benchmarks/corelib/io/qfile/qfile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/io/qfile/qfile.pro b/tests/benchmarks/corelib/io/qfile/qfile.pro
index 99505c3..8663cab 100644
--- a/tests/benchmarks/corelib/io/qfile/qfile.pro
+++ b/tests/benchmarks/corelib/io/qfile/qfile.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
TEMPLATE = app
-TARGET = tst_qfile
+TARGET = tst_bench_qfile
QT -= gui
win32: DEFINES+= _CRT_SECURE_NO_WARNINGS