-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtoeterm.pro
50 lines (39 loc) · 1.03 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
TARGET = toeterm
CONFIG += sailfishapp link_pkgconfig
PKGCONFIG += sailfishapp nemonotifications-qt5
LIBS += -lutil
system($$PWD/updateversion.sh)
QT += feedback
HEADERS += \
src/ptyiface.h \
src/terminal.h \
src/textrender.h \
src/util.h \
src/keyloader.h
SOURCES += \
src/main.cpp \
src/terminal.cpp \
src/textrender.cpp \
src/ptyiface.cpp \
src/util.cpp \
src/keyloader.cpp
OTHER_FILES += qml/*
RESOURCES += \
resources.qrc
target.path = /usr/bin
INSTALLS += target
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/toeterm-ru.ts
TRANSLATIONS += translations/toeterm-nl.ts
TRANSLATIONS += translations/toeterm-sv.ts
TRANSLATIONS += translations/toeterm-nl_BE.ts
TRANSLATIONS += translations/toeterm-es.ts
DISTFILES += \
translations/toeterm-nl.ts \
translations/toeterm-ru.ts \
rpm/toeterm.yaml \
rpm/toeterm.spec \
translations/toeterm-sv.ts \
translations/toeterm-nl_BE.ts \
translations/toeterm-es.ts