diff options
author | Carsten Bürger <carsten.burger@nokia.com> | 2011-12-09 10:03:33 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-12 05:35:27 +0100 |
commit | 0d53ddc4cb6c5b61eb81cb34fc5a9f4e68917314 (patch) | |
tree | 87423c986fd2884c2396b468c1f89b0000c95d51 /tests/auto/qgeosatelliteinfosource | |
parent | e9aa5c13c051d756c0956efef3926a9250d0a6ab (diff) | |
download | qtlocation-0d53ddc4cb6c5b61eb81cb34fc5a9f4e68917314.tar.gz |
replace mtcore by mt-qt5-lib
Change-Id: I67ac29575c05eb2587c220a897f60a2fc6a01e74
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/qgeosatelliteinfosource')
-rw-r--r-- | tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro index d4c87f43..658a5cfc 100644 --- a/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro +++ b/tests/auto/qgeosatelliteinfosource/qgeosatelliteinfosource.pro @@ -11,6 +11,6 @@ HEADERS += testqgeosatelliteinfosource_p.h \ QT += location testlib -contains(config_test_jsondb, yes): contains(config_test_mtcore, yes) { +contains(config_test_jsondb, yes): contains(config_test_mtclient, yes) { DEFINES += NPE_BACKEND } |