forked from R-033/toeterm
-
Notifications
You must be signed in to change notification settings - Fork 3
/
toeterm.pro
75 lines (61 loc) · 1.65 KB
/
toeterm.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
TARGET = toeterm
CONFIG += sailfishapp link_pkgconfig
PKGCONFIG += sailfishapp nemonotifications-qt5
LIBS += -lutil
# Update .spec file too
VER = 1.9.16
REL = 1
VERSION = $${VER}-$${REL}
# This doesn't get executed anymore, for whatever reason.
# CMD_OUT = $$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
QT += feedback
HEADERS += \
src/actionitem.h \
src/ptyiface.h \
src/terminal.h \
src/textrender.h \
src/util.h \
src/keyloader.h
SOURCES += \
src/actionitem.cpp \
src/main.cpp \
src/terminal.cpp \
src/textrender.cpp \
src/ptyiface.cpp \
src/util.cpp \
src/keyloader.cpp
OTHER_FILES += \
qml/* \
update-spec-version.sh
RESOURCES += \
resources.qrc
target.path = /usr/bin
images.files = images
images.path = /usr/share/$${TARGET}
INSTALLS += target images
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
CONFIG += sailfishapp_i18n
TRANSLATIONS += \
translations/toeterm-es.ts \
translations/toeterm-fi_FI.ts \
translations/toeterm-nl.ts \
translations/toeterm-nl_BE.ts \
translations/toeterm-pl_PL.ts \
translations/toeterm-ru.ts \
translations/toeterm-sv.ts \
translations/toeterm-zh_CN.ts
DISTFILES += \
qml/ActionPage.qml \
translations/toeterm-es.ts \
translations/toeterm-fi_FI.ts \
translations/toeterm-nl.ts \
translations/toeterm-nl_BE.ts \
translations/toeterm-pl_PL.ts \
translations/toeterm-ru.ts \
translations/toeterm-sv.ts \
translations/toeterm-zh_CN.ts \
rpm/toeterm.changes \
rpm/toeterm.yaml \
rpm/toeterm.spec