summaryrefslogtreecommitdiff
path: root/src/plugins/position/positionpoll/positionpoll.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-08-06 16:22:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-22 08:48:20 +0200
commit7a53f30ee48b1073333cd40bed1ab7473e3bf1f6 (patch)
treeb29398e02900fb68d1f706e2552a86e0ba5567a2 /src/plugins/position/positionpoll/positionpoll.pro
parent23544d87a196a7306f87a09ca799baada6c45729 (diff)
downloadqtlocation-7a53f30ee48b1073333cd40bed1ab7473e3bf1f6.tar.gz
QGeoAreaMonitor becomes loadable via plugins.
The polling-based default implementation is separated out into its own plugin. Task-number: QTBUG-31960 Change-Id: Ife25f6a83dd51f32fcd9ee3bfde1ca51291c78e4 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/plugins/position/positionpoll/positionpoll.pro')
-rw-r--r--src/plugins/position/positionpoll/positionpoll.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/position/positionpoll/positionpoll.pro b/src/plugins/position/positionpoll/positionpoll.pro
new file mode 100644
index 00000000..8c871947
--- /dev/null
+++ b/src/plugins/position/positionpoll/positionpoll.pro
@@ -0,0 +1,18 @@
+TARGET = qtposition_positionpoll
+QT += location gui
+
+PLUGIN_TYPE = position
+load(qt_plugin)
+
+SOURCES += \
+ qgeoareamonitor_polling.cpp \
+ positionpollfactory.cpp
+
+HEADERS += \
+ qgeoareamonitor_polling.h \
+ positionpollfactory.h
+
+INCLUDEPATH += $$QT.location.includes
+
+OTHER_FILES += \
+ plugin.json