summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-23 14:41:31 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-23 22:14:38 +0200
commit3172631f0d40f34249f376f9b94a40919573d0c7 (patch)
treef2ddbfbf2089bb5aa4e66154e781b41c6b63f5f6 /tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
parent7ec068f7f054a1a9a4287cd0563941c951baf2ab (diff)
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' Task-number: QTQAINFRA-353 Change-Id: I241bb1a2fba1c1b5524c21e5941a6c5daf5a4a89 Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'tests/auto/sql/kernel/qsqlquery/qsqlquery.pro')
-rw-r--r--tests/auto/sql/kernel/qsqlquery/qsqlquery.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro b/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
index 9f862de9a4..c1e2a7ebb1 100644
--- a/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
+++ b/tests/auto/sql/kernel/qsqlquery/qsqlquery.pro
@@ -1,12 +1,12 @@
-load(qttest_p4)
-SOURCES += tst_qsqlquery.cpp
+TARGET = tst_qsqlquery
+CONFIG += testcase
-QT = core sql
+SOURCES += tst_qsqlquery.cpp
+QT = core sql testlib
!wince*:win32:LIBS += -lws2_32
-
wince*: {
plugFiles.files = ../../../plugins/sqldrivers
plugFiles.path = .