summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanager
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2012-07-27 13:37:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-01 04:43:44 +0200
commit4c7059968fff72300790d9b00e324a154ab3cc1a (patch)
tree2ac18e9e71ee373d3bfd0dc722299908a7d20a45 /tests/auto/qgeocodingmanager
parent173d55eff6f5cc5ae0391a9f26f9ff5f2bad58a4 (diff)
downloadqtlocation-4c7059968fff72300790d9b00e324a154ab3cc1a.tar.gz
Move qlocationtestutils.* to a more appropriate location
qlocationtestutils is no longer specifically dedicated for qgeocoordinate therefore move it into a common utils directory. Change-Id: I3f25d0e1f0524323813f78b0bcf18112d5755ef5 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/qgeocodingmanager')
-rw-r--r--tests/auto/qgeocodingmanager/qgeocodingmanager.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qgeocodingmanager/qgeocodingmanager.pro b/tests/auto/qgeocodingmanager/qgeocodingmanager.pro
index aaa9e078..aa37a8cc 100644
--- a/tests/auto/qgeocodingmanager/qgeocodingmanager.pro
+++ b/tests/auto/qgeocodingmanager/qgeocodingmanager.pro
@@ -1,10 +1,10 @@
CONFIG += testcase
TARGET = tst_qgeocodingmanager
-HEADERS += ../qgeocoordinate/qlocationtestutils_p.h \
+HEADERS += ../utils/qlocationtestutils_p.h \
tst_qgeocodingmanager.h
SOURCES += tst_qgeocodingmanager.cpp \
- ../qgeocoordinate/qlocationtestutils.cpp
+ ../utils/qlocationtestutils.cpp
QT += location testlib