1TARGET = qtposition_positionpoll
2
3QT = core positioning
4
5SOURCES += \
6    qgeoareamonitor_polling.cpp \
7    positionpollfactory.cpp
8
9HEADERS += \
10    qgeoareamonitor_polling.h \
11    positionpollfactory.h
12
13OTHER_FILES += \
14    plugin.json
15
16PLUGIN_TYPE = position
17PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryPoll
18load(qt_plugin)
19