summaryrefslogtreecommitdiff
path: root/src/plugins/position/geoclue/geoclue.pro
blob: 5c318645e9a55ba4c6757c7f717173fb08be3054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TARGET = qtposition_geoclue
QT = core positioning

PLUGIN_TYPE = position
load(qt_plugin)

HEADERS += \
    qgeopositioninfosource_geocluemaster_p.h \
    qgeopositioninfosourcefactory_geoclue.h \
    qgeocluemaster.h

SOURCES += \
    qgeopositioninfosource_geocluemaster.cpp \
    qgeopositioninfosourcefactory_geoclue.cpp \
    qgeocluemaster.cpp

qtHaveModule(dbus):config_geoclue-satellite {
    DEFINES += HAS_SATELLITE

    QT *= dbus

    HEADERS += qgeosatelliteinfosource_geocluemaster.h
    SOURCES += qgeosatelliteinfosource_geocluemaster.cpp
}

INCLUDEPATH += $$QT.location.includes

CONFIG += link_pkgconfig
PKGCONFIG += geoclue

OTHER_FILES += \
    plugin.json \
    plugin-satellite.json