summaryrefslogtreecommitdiff
path: root/noncore/settings/sshkeys/sshkeys.pro
blob: 2ac94e23cc9d7048a8b9725ab66c9b5130ec272b (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
TEMPLATE = app
CONFIG += qt warn_on release
HEADERS = sshkeys.h
SOURCES = main.cpp sshkeys.cpp
TARGET = sshkeys
INTERFACES = sshkeysbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin

TRANSLATIONS = ../../../i18n/de/sshkeys.ts \
	../../../i18n/xx/sshkeys.ts \
	../../../i18n/en/sshkeys.ts \
	../../../i18n/es/sshkeys.ts \
	../../../i18n/fr/sshkeys.ts \
	../../../i18n/hu/sshkeys.ts \
	../../../i18n/ja/sshkeys.ts \
	../../../i18n/ko/sshkeys.ts \
	../../../i18n/no/sshkeys.ts \
	../../../i18n/pl/sshkeys.ts \
	../../../i18n/pt/sshkeys.ts \
	../../../i18n/pt_BR/sshkeys.ts \
	../../../i18n/sl/sshkeys.ts \
	../../../i18n/zh_CN/sshkeys.ts \
	../../../i18n/zh_TW/sshkeys.ts \
	../../../i18n/it/sshkeys.ts \
	../../../i18n/da/sshkeys.ts




include ( $(OPIEDIR)/include.pro )