summaryrefslogtreecommitdiff
path: root/noncore/apps
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/apps
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.pro31
-rw-r--r--noncore/apps/dictionary/dictionary.pro35
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro31
3 files changed, 42 insertions, 55 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro
index a1ff9cb..e99ab12 100644
--- a/noncore/apps/advancedfm/advancedfm.pro
+++ b/noncore/apps/advancedfm/advancedfm.pro
@@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include
9DESTDIR = $(OPIEDIR)/bin 9DESTDIR = $(OPIEDIR)/bin
10LIBS += -lqpe -lopie 10LIBS += -lqpe -lopie
11 11
12 12TRANSLATIONS = ../../../i18n/de/advancedfm.ts \
13 13 ../../../i18n/en/advancedfm.ts \
14TRANSLATIONS = ../../../i18n/de/advancedfm.ts 14 ../../../i18n/es/advancedfm.ts \
15TRANSLATIONS += ../../../i18n/en/advancedfm.ts 15 ../../../i18n/fr/advancedfm.ts \
16TRANSLATIONS += ../../../i18n/es/advancedfm.ts 16 ../../../i18n/hu/advancedfm.ts \
17TRANSLATIONS += ../../../i18n/fr/advancedfm.ts 17 ../../../i18n/ja/advancedfm.ts \
18TRANSLATIONS += ../../../i18n/hu/advancedfm.ts 18 ../../../i18n/ko/advancedfm.ts \
19TRANSLATIONS += ../../../i18n/ja/advancedfm.ts 19 ../../../i18n/no/advancedfm.ts \
20TRANSLATIONS += ../../../i18n/ko/advancedfm.ts 20 ../../../i18n/pl/advancedfm.ts \
21TRANSLATIONS += ../../../i18n/no/advancedfm.ts 21 ../../../i18n/pt/advancedfm.ts \
22TRANSLATIONS += ../../../i18n/pl/advancedfm.ts 22 ../../../i18n/pt_BR/advancedfm.ts \
23TRANSLATIONS += ../../../i18n/pt/advancedfm.ts 23 ../../../i18n/sl/advancedfm.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/advancedfm.ts 24 ../../../i18n/zh_CN/advancedfm.ts \
25TRANSLATIONS += ../../../i18n/sl/advancedfm.ts 25 ../../../i18n/zh_TW/advancedfm.ts
26TRANSLATIONS += ../../../i18n/zh_CN/advancedfm.ts
27TRANSLATIONS += ../../../i18n/zh_TW/advancedfm.ts
28
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
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 126708a..d40e9fa 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -35,20 +35,17 @@ INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe
37 37
38 38TRANSLATIONS = ../../../i18n/de/tableviewer.ts \
39 39 ../../../i18n/en/tableviewer.ts \
40TRANSLATIONS = ../../../i18n/de/tableviewer.ts 40 ../../../i18n/es/tableviewer.ts \
41TRANSLATIONS += ../../../i18n/en/tableviewer.ts 41 ../../../i18n/fr/tableviewer.ts \
42TRANSLATIONS += ../../../i18n/es/tableviewer.ts 42 ../../../i18n/hu/tableviewer.ts \
43TRANSLATIONS += ../../../i18n/fr/tableviewer.ts 43 ../../../i18n/ja/tableviewer.ts \
44TRANSLATIONS += ../../../i18n/hu/tableviewer.ts 44 ../../../i18n/ko/tableviewer.ts \
45TRANSLATIONS += ../../../i18n/ja/tableviewer.ts 45 ../../../i18n/no/tableviewer.ts \
46TRANSLATIONS += ../../../i18n/ko/tableviewer.ts 46 ../../../i18n/pl/tableviewer.ts \
47TRANSLATIONS += ../../../i18n/no/tableviewer.ts 47 ../../../i18n/pt/tableviewer.ts \
48TRANSLATIONS += ../../../i18n/pl/tableviewer.ts 48 ../../../i18n/pt_BR/tableviewer.ts \
49TRANSLATIONS += ../../../i18n/pt/tableviewer.ts 49 ../../../i18n/sl/tableviewer.ts \
50TRANSLATIONS += ../../../i18n/pt_BR/tableviewer.ts 50 ../../../i18n/zh_CN/tableviewer.ts \
51TRANSLATIONS += ../../../i18n/sl/tableviewer.ts 51 ../../../i18n/zh_TW/tableviewer.ts
52TRANSLATIONS += ../../../i18n/zh_CN/tableviewer.ts
53TRANSLATIONS += ../../../i18n/zh_TW/tableviewer.ts
54