summaryrefslogtreecommitdiff
path: root/src/plugins/position/maemo/maemo.pro
blob: 7679c7029b5fa33e1ba925ab821f4b66a3f3d59e (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
load(qt_build_config)

TARGET = qtposition_maemo
QT += location gui dbus

load(qt_plugin)

DESTDIR = $$QT.location.plugins/position

INCLUDEPATH += $$QT.location.includes

SOURCES += qgeopositioninfosource_maemo.cpp \
            qgeosatelliteinfosource_maemo.cpp \
            dbuscomm_maemo.cpp \
            dbusserver_maemo.cpp \
    qgeopositioninfosourcefactory_maemo.cpp
HEADERS += qgeopositioninfosource_maemo_p.h \
            qgeosatelliteinfosource_maemo_p.h \
            dbuscomm_maemo_p.h \
            dbusserver_maemo_p.h \
    qgeopositioninfosourcefactory_maemo.h

target.path += $$[QT_INSTALL_PLUGINS]/position
INSTALLS += target

OTHER_FILES += \
    plugin.json