summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/geoclue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/position/geoclue/geoclue.pro')
-rw-r--r--src/plugins/position/geoclue/geoclue.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/position/geoclue/geoclue.pro b/src/plugins/position/geoclue/geoclue.pro
index ea0522ab..fcbf600c 100644
--- a/src/plugins/position/geoclue/geoclue.pro
+++ b/src/plugins/position/geoclue/geoclue.pro
@@ -6,21 +6,19 @@ QT += location gui
load(qt_plugin)
DESTDIR = $$QT.location.plugins/position
-#QTDIR_build:REQUIRES += "contains(QT_CONFIG, location)"
HEADERS += \
qgeopositioninfosource_geocluemaster_p.h \
qgeopositioninfosourcefactory_geoclue.h
SOURCES += \
- qgeopositioninfosource_geocluemaster_p.h \
+ qgeopositioninfosource_geocluemaster.cpp \
qgeopositioninfosourcefactory_geoclue.cpp
INCLUDEPATH += $$QT.location.includes
-CONFIG += qdbus link_pkgconfig
-DEFINES += GEOCLUE_MASTER_AVAILABLE=1
-PKGCONFIG += geoclue
+CONFIG += link_pkgconfig
+PKGCONFIG += geoclue gconf-2.0
target.path += $$[QT_INSTALL_PLUGINS]/position
INSTALLS += target