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