forked from sailfishos-chum/bugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
harbour-bugger.pro
48 lines (38 loc) · 1.19 KB
/
harbour-bugger.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
######################################################################
# This is for icons and translation ONLY, use build.sh for building
######################################################################
TARGET = harbour-bugger
CONFIG += sailfishapp_qml
INCLUDEPATH += .
lupdate_only {
SOURCES += \
qml/$${TARGET}.qml \
qml/pages/*.qml \
qml/cover/*.qml \
qml/components/*.qml \
qml/config/*.js
}
# if we have a binary:
#SOURCES += src/main.cpp
TRANSLATIONS += translations/$${TARGET}-en.ts \
translations/$${TARGET}-de.ts \
translations/$${TARGET}-sv.ts \
# sailfishapp takes care of this:
# desktop.files = $${TARGET}.desktop
# desktop.path = /usr/share/applications
# INSTALLS += desktop
# sailfishapp takes care of this:
# qml.files = qml
# qml.path = /usr/share/$${TARGET}
# INSTALLS += qml
lc_readme.files = README_logcollect.md
lc_readme.path = /usr/share/$${TARGET}/scripts
INSTALLS += lc_readme
OTHER_FILES += $$files(rpm/*)
include(translations/translations.pri)
include(systemd/systemd.pri)
include(contrib/contrib.pri)
include(appicon/appicon.pri)
include(svgs/icons.pri)
include(quickaction/quickaction.pri)
include(sailjail/sailjail.pri)