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