summaryrefslogtreecommitdiffstats
path: root/src/plugins/position/positionpoll/positionpoll.pro
blob: dc7ebed1a026c47a874daa6d628eb2aca7134f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qtposition_positionpoll
QT = core positioning

PLUGIN_TYPE = position
PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryPoll
load(qt_plugin)

SOURCES += \
    qgeoareamonitor_polling.cpp \
    positionpollfactory.cpp

HEADERS += \
    qgeoareamonitor_polling.h \
    positionpollfactory.h

INCLUDEPATH += $$QT.location.includes

OTHER_FILES += \
    plugin.json