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

PLUGIN_TYPE = position
load(qt_plugin)

HEADERS += \
    qgeosatelliteinfosource_gypsy_p.h \
    qgeopositioninfosourcefactory_gypsy.h

SOURCES += \
    qgeosatelliteinfosource_gypsy.cpp \
    qgeopositioninfosourcefactory_gypsy.cpp

INCLUDEPATH += $$QT.location.includes

CONFIG += link_pkgconfig
PKGCONFIG += gypsy gconf-2.0

OTHER_FILES += \
    plugin.json