summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:12:56 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:51:36 +0000
commitd5c4de432d4ddd73ee4ed8e79dbaf70f99565123 (patch)
tree6f5ddebbcaba5087677e0b059c9e6e11ae02bbee /src/plugins/position/geoclue
parent5cb6d1bac19bf779afbbd22bbe723e43aa86c1b7 (diff)
downloadqtlocation-d5c4de432d4ddd73ee4ed8e79dbaf70f99565123.tar.gz
consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: Ia0fcc7b40cbd80bde8edddcf8253b3136ed851ff Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/position/geoclue')
-rw-r--r--src/plugins/position/geoclue/geoclue.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/position/geoclue/geoclue.pro b/src/plugins/position/geoclue/geoclue.pro
index 0d9aab7d..3f75cbf0 100644
--- a/src/plugins/position/geoclue/geoclue.pro
+++ b/src/plugins/position/geoclue/geoclue.pro
@@ -1,9 +1,6 @@
TARGET = qtposition_geoclue
-QT = core positioning dbus
-PLUGIN_TYPE = position
-PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryGeoclue
-load(qt_plugin)
+QT = core positioning dbus
HEADERS += \
qgeopositioninfosource_geocluemaster.h \
@@ -35,3 +32,7 @@ INCLUDEPATH += $$QT.location.includes $$OUT_PWD
OTHER_FILES += \
plugin.json
+
+PLUGIN_TYPE = position
+PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryGeoclue
+load(qt_plugin)