summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase/qsqldatabase.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2012-01-03 02:03:01 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2012-01-03 02:03:01 (GMT)
commit5e962e78f0523b07a8e981173b94e3cc810510ed (patch)
treee5d21466704b516f2cfeb7c8285276f73bdba6bd /tests/auto/qsqldatabase/qsqldatabase.pro
parent828771056e96cd47d3eaf93db1b3d28c8624b332 (diff)
parentde1984e6cbee49989e99b378a306c9cc3b8cd10b (diff)
downloadQt-5e962e78f0523b07a8e981173b94e3cc810510ed.zip
Qt-5e962e78f0523b07a8e981173b94e3cc810510ed.tar.gz
Qt-5e962e78f0523b07a8e981173b94e3cc810510ed.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qa-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-qa-staging: tests: eliminated usage of qttest_p4.prf [part 3] tests: eliminated usage of qttest_p4.prf [part 2]
Diffstat (limited to 'tests/auto/qsqldatabase/qsqldatabase.pro')
-rw-r--r--tests/auto/qsqldatabase/qsqldatabase.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qsqldatabase/qsqldatabase.pro b/tests/auto/qsqldatabase/qsqldatabase.pro
index 066c24f..6561c54 100644
--- a/tests/auto/qsqldatabase/qsqldatabase.pro
+++ b/tests/auto/qsqldatabase/qsqldatabase.pro
@@ -1,7 +1,8 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qsqldatabase
SOURCES += tst_qsqldatabase.cpp
-QT += sql
+QT += sql testlib
contains(QT_CONFIG, qt3support): QT += qt3support