forked from junousia/Meegopas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Meegopas.pro
50 lines (37 loc) · 1.15 KB
/
Meegopas.pro
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
TARGET = Meegopas
# Additional import path used to resolve QML modules in Creator code model
QML_IMPORT_PATH = qml
# qml files to be visible in the project
OTHER_FILES += qml/*
QT += qml quick dbus
# Speed up launching on MeeGo/Harmattan when using applauncherd daemon
CONFIG += link_pkgconfig
PKGCONFIG += qdeclarative5-boostable
target.path = /usr/bin/
# D-Bus service
dbusservice.path = /usr/share/dbus-1/services
dbusservice.files = com.juknousi.meegopas.service
icons.path = /usr/share/themes/jolla-ambient/meegotouch/icons/
icons.files = MeegopasCycling80.png MeegopasRoute80.png Meegopas.png
desktop.path = /usr/share/applications
desktop.files = Meegopas.desktop
INSTALLS += dbusservice icons desktop target
RESOURCES += \
harmattan.qrc
SOURCES += \
src/shortcut.cpp \
src/route.cpp \
src/meegopasadaptor.cpp
HEADERS += \
include/shortcut.h \
include/route.h \
include/meegopasadaptor.h
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += src/main.cpp
INCLUDEPATH += \
src \
include
OTHER_FILES += \
com.juknousi.meegopas.service \
com.juknousi.meegopas.xml \
Meegopas.desktop