summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorCarsten Bürger <carsten.burger@nokia.com>2012-02-23 13:50:05 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-24 09:51:38 +0100
commite3fb46817dd4e959eb3e60f84ed77169e35b256d (patch)
tree8aeffa74d5e79794c29a7d682f73e0f087be33b4 /src/location/location.pro
parentb1207def88a6384950c1b57246abc6a5e6496476 (diff)
downloadqtlocation-e3fb46817dd4e959eb3e60f84ed77169e35b256d.tar.gz
Introduce locationd interface library to npe positioning backend
Change-Id: I11c7b62a188141db687c0ac9d0ffb77330fa14ca Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index f3ea2d49..a67962e8 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -88,9 +88,14 @@ meego {
}
}
-!isEmpty(QT.jsondb.name):!isEmpty(QT.jsonstream.name):!simulator {
+contains(config_test_locationd, yes):!simulator {
DEFINES += NPE_BACKEND
- QT += jsondbcompat-private jsonstream
+ INCLUDEPATH += $$[QT_INSTALL_PREFIX]/include/mtlocationd
+#unix {
+# CONFIG += link_pkgconfig
+# PKGCONFIG += mtlocationd
+#}
+ LIBS += -lmtlocationd
SOURCES += qgeopositioninfosource_npe_backend.cpp\
qgeosatelliteinfosource_npe_backend.cpp
PRIVATE_HEADERS += qgeopositioninfosource_npe_backend_p.h\