diff options
author | abcd <qt_abcd1@ovi.com> | 2011-07-14 11:46:25 +1000 |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2011-07-14 03:53:40 +0200 |
commit | b71b65c5616404f3aa52db8f87089cd3a21463db (patch) | |
tree | 6478d8d89ff9a06d8552c68307021b18ba20125d /tests/auto/qgeocoordinate | |
parent | 69d70356b113586655b873173e8d2581034928a4 (diff) | |
download | qtlocation-b71b65c5616404f3aa52db8f87089cd3a21463db.tar.gz |
Enable building of auto tests + use Qt namespace in autotests
Change QTM_* to QT_ *
Change-Id: Ica2b057e05f71ba8c741dd9e8d8adf302fd2b7c9
Reviewed-on: http://codereview.qt.nokia.com/1616
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/auto/qgeocoordinate')
-rw-r--r-- | tests/auto/qgeocoordinate/tst_qgeocoordinate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeocoordinate/tst_qgeocoordinate.cpp b/tests/auto/qgeocoordinate/tst_qgeocoordinate.cpp index 1a438804..f954202d 100644 --- a/tests/auto/qgeocoordinate/tst_qgeocoordinate.cpp +++ b/tests/auto/qgeocoordinate/tst_qgeocoordinate.cpp @@ -51,7 +51,7 @@ #include <float.h> -QTM_USE_NAMESPACE +QT_USE_NAMESPACE Q_DECLARE_METATYPE(QGeoCoordinate) Q_DECLARE_METATYPE(QGeoCoordinate::CoordinateFormat) Q_DECLARE_METATYPE(QGeoCoordinate::CoordinateType) |