summaryrefslogtreecommitdiff
path: root/noncore/settings/sshkeys/sshkeys.pro
Unidiff
Diffstat (limited to 'noncore/settings/sshkeys/sshkeys.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sshkeys/sshkeys.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro
index af2cc60..3b62cfd 100644
--- a/noncore/settings/sshkeys/sshkeys.pro
+++ b/noncore/settings/sshkeys/sshkeys.pro
@@ -1,28 +1,29 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = sshkeys.h 3HEADERS = sshkeys.h
4SOURCES = main.cpp sshkeys.cpp 4SOURCES = main.cpp sshkeys.cpp
5TARGET = sshkeys 5TARGET = sshkeys
6INTERFACES = sshkeysbase.ui 6INTERFACES = sshkeysbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10DESTDIR = $(OPIEDIR)/bin 10DESTDIR = $(OPIEDIR)/bin
11 11
12TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ 12TRANSLATIONS = ../../../i18n/de/sshkeys.ts \
13 ../../../i18n/xx/sshkeys.ts \
13· ../../../i18n/en/sshkeys.ts \ 14· ../../../i18n/en/sshkeys.ts \
14· ../../../i18n/es/sshkeys.ts \ 15· ../../../i18n/es/sshkeys.ts \
15· ../../../i18n/fr/sshkeys.ts \ 16· ../../../i18n/fr/sshkeys.ts \
16· ../../../i18n/hu/sshkeys.ts \ 17· ../../../i18n/hu/sshkeys.ts \
17· ../../../i18n/ja/sshkeys.ts \ 18· ../../../i18n/ja/sshkeys.ts \
18· ../../../i18n/ko/sshkeys.ts \ 19· ../../../i18n/ko/sshkeys.ts \
19· ../../../i18n/no/sshkeys.ts \ 20· ../../../i18n/no/sshkeys.ts \
20· ../../../i18n/pl/sshkeys.ts \ 21· ../../../i18n/pl/sshkeys.ts \
21· ../../../i18n/pt/sshkeys.ts \ 22· ../../../i18n/pt/sshkeys.ts \
22· ../../../i18n/pt_BR/sshkeys.ts \ 23· ../../../i18n/pt_BR/sshkeys.ts \
23· ../../../i18n/sl/sshkeys.ts \ 24· ../../../i18n/sl/sshkeys.ts \
24· ../../../i18n/zh_CN/sshkeys.ts \ 25· ../../../i18n/zh_CN/sshkeys.ts \
25· ../../../i18n/zh_TW/sshkeys.ts \ 26· ../../../i18n/zh_TW/sshkeys.ts \
26 ../../../i18n/it/sshkeys.ts \ 27 ../../../i18n/it/sshkeys.ts \
27 ../../../i18n/da/sshkeys.ts 28 ../../../i18n/da/sshkeys.ts
28 29