summaryrefslogtreecommitdiff
path: root/tests/auto/qgeosatelliteinfosource
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/qgeosatelliteinfosource
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/qgeosatelliteinfosource')
-rw-r--r--tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro4
-rw-r--r--tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
index 86d0f7db..ad2a0bdb 100644
--- a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
+++ b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro
@@ -4,10 +4,10 @@ TARGET=tst_qgeosatelliteinfosource
SOURCES += tst_qgeosatelliteinfosource.cpp \
testqgeosatelliteinfosource.cpp \
- ../qgeocoordinate/qlocationtestutils.cpp
+ ../utils/qlocationtestutils.cpp
HEADERS += testqgeosatelliteinfosource_p.h \
- ../qgeocoordinate/qlocationtestutils_p.h
+ ../utils/qlocationtestutils_p.h
QT += location testlib
diff --git a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
index c6abf153..4845f91d 100644
--- a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
+++ b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
@@ -51,7 +51,7 @@
#include <qgeosatelliteinfo.h>
#include "testqgeosatelliteinfosource_p.h"
-#include "../qgeocoordinate/qlocationtestutils_p.h"
+#include "../utils/qlocationtestutils_p.h"
Q_DECLARE_METATYPE(QList<QGeoSatelliteInfo>)