summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocoordinate
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-10 15:58:12 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 14:44:37 +0200
commit78d9c9bbedd7088e5ba2a4aa5254d7c028dcd1eb (patch)
tree396e2f19bb2ff2181dabd77000525e90313a85a7 /tests/auto/qgeocoordinate
parentd074f7089525873579e57de385917b1cca890ac9 (diff)
downloadqtlocation-78d9c9bbedd7088e5ba2a4aa5254d7c028dcd1eb.tar.gz
tests: eliminated usage of qttest_p4.prf
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I927c50bb469382800f3be7f2d470c8dc71388023 Reviewed-on: http://codereview.qt-project.org/6294 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qgeocoordinate')
-rw-r--r--tests/auto/qgeocoordinate/qgeocoordinate.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qgeocoordinate/qgeocoordinate.pro b/tests/auto/qgeocoordinate/qgeocoordinate.pro
index 3d3595a4..7287b119 100644
--- a/tests/auto/qgeocoordinate/qgeocoordinate.pro
+++ b/tests/auto/qgeocoordinate/qgeocoordinate.pro
@@ -1,7 +1,8 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qgeocoordinate
HEADERS += qlocationtestutils_p.h
SOURCES += tst_qgeocoordinate.cpp \
qlocationtestutils.cpp
-QT += location
+QT += location testlib