summaryrefslogtreecommitdiff
path: root/salmeta.pro
blob: 7db3699450eec12ee69efa61aba0a1ef27e4a5a6 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
TARGET = salmeta

QT += qml quick dbus bluetooth

CONFIG += link_pkgconfig sailfishapp c++11
PKGCONFIG += mlite5 libiphb
LIBS += -lgato

# Remove this if QtCreator can find headers on your machine
CONFIG(debug, debug|release) : INCLUDEPATH += /usr/include/mlite5

SOURCES += src/salmeta.cpp \
    src/controller.cpp \
    src/metawatchtransport.cpp \
    src/metawatch.cpp \
    src/metawatchbletransport.cpp \
    src/reconnecttimer.cpp \
    src/notificationmonitor.cpp \
    src/widgetview.cpp \
    src/widgetinfo.cpp

HEADERS += \
    src/controller.h \
    src/metawatchtransport.h \
    src/metawatch.h \
    src/metawatchbletransport.h \
    src/reconnecttimer.h \
    src/notificationmonitor.h \
    src/widgetview.h \
    src/widgetinfo.h

OTHER_FILES += qml/salmeta.qml \
    qml/cover/CoverPage.qml \
    qml/pages/FirstPage.qml \
    qml/pages/SecondPage.qml \
    rpm/salmeta.changes.in \
    rpm/salmeta.spec \
    rpm/salmeta.yaml \
    translations/*.ts \
    salmeta.desktop \
    qml/watch/main.qml \
    qml/widgetview.qml \
    salmeta.service

# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
#TRANSLATIONS += translations/salmeta-de.ts

unit.path = /usr/lib/systemd/user/
unit.files = salmeta.service
INSTALLS += unit