summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlquery/qsqlquery.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-01-09 18:49:04 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-03 06:47:05 (GMT)
commit687344ec72d2c36786a031f9c44da6df3f8f2110 (patch)
treeeb9385407399b7e70faf56f7c8eef5fdd9fe1f48 /tests/auto/qsqlquery/qsqlquery.pro
parentbf4ff951186bf717e911e759a9c6972d24c8fa59 (diff)
downloadQt-687344ec72d2c36786a031f9c44da6df3f8f2110.zip
Qt-687344ec72d2c36786a031f9c44da6df3f8f2110.tar.gz
Qt-687344ec72d2c36786a031f9c44da6df3f8f2110.tar.bz2
test: Split `qsqlquery' unit and benchmark test
Moving benchmark test from 'tests/auto' to 'tests/benchmarks'. Also removing 'qttest_p4' usage while we are at it. - void benchmark(); was moved to 'tests/benchmarks/sql/kernel/qsqlquery' Change-Id: Icbe88fecdfe24a7754079451f635f9c19b3d6683 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qsqlquery/qsqlquery.pro')
-rw-r--r--tests/auto/qsqlquery/qsqlquery.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qsqlquery/qsqlquery.pro b/tests/auto/qsqlquery/qsqlquery.pro
index fbcc998..7acc040 100644
--- a/tests/auto/qsqlquery/qsqlquery.pro
+++ b/tests/auto/qsqlquery/qsqlquery.pro
@@ -1,7 +1,8 @@
-load(qttest_p4)
-SOURCES += tst_qsqlquery.cpp
+CONFIG += testcase
-QT = core sql
+TARGET = tst_qsqlquery
+QT = core sql testlib
+SOURCES += tst_qsqlquery.cpp
!wince*:win32:LIBS += -lws2_32