31 files changed, 41 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 4af4568..1658c06 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -29,17 +29,18 @@ SOURCES = TEScreen.cpp \ | |||
29 | main.cpp | 29 | main.cpp |
30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
31 | TARGET = embeddedkonsole | 31 | TARGET = embeddedkonsole |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | REQUIRES = embeddedkonsole | 35 | REQUIRES = embeddedkonsole |
36 | 36 | ||
37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts | 37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts |
38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts | 38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts |
39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts | 39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts |
40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts | 40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts |
41 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts | ||
41 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts | 42 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts |
42 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts | 43 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts |
43 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts | 44 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts |
44 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts | 45 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts |
45 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts | 46 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index b828ee6..d1bdd8e 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -7,14 +7,15 @@ SOURCES = helpbrowser.cpp \ | |||
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts |
14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts | 14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts |
15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts | 15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts |
16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts | 16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts |
17 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts | 17 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts |
18 | TRANSLATIONS += ../i18n/no/helpbrowser.ts | 18 | TRANSLATIONS += ../i18n/no/helpbrowser.ts |
19 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts | ||
19 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts |
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 0143a8b..629fd41 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -6,17 +6,18 @@ HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h | |||
6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp | 6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TARGET = textedit | 12 | TARGET = textedit |
13 | 13 | ||
14 | TRANSLATIONS += ../i18n/de/textedit.ts | 14 | TRANSLATIONS += ../i18n/de/textedit.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts |
16 | TRANSLATIONS += ../i18n/en/textedit.ts | 16 | TRANSLATIONS += ../i18n/en/textedit.ts |
17 | TRANSLATIONS += ../i18n/hu/textedit.ts | 17 | TRANSLATIONS += ../i18n/hu/textedit.ts |
18 | TRANSLATIONS += ../i18n/fr/textedit.ts | ||
18 | TRANSLATIONS += ../i18n/ja/textedit.ts | 19 | TRANSLATIONS += ../i18n/ja/textedit.ts |
19 | TRANSLATIONS += ../i18n/ko/textedit.ts | 20 | TRANSLATIONS += ../i18n/ko/textedit.ts |
20 | TRANSLATIONS += ../i18n/no/textedit.ts | 21 | TRANSLATIONS += ../i18n/no/textedit.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts |
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 7086e63..f94f338 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -107,16 +107,17 @@ DEPENDPATH += $(OPIEDIR)/calibrate | |||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(OPIEDIR)/rsync |
108 | DEPENDPATH+= $(OPIEDIR)/rsync | 108 | DEPENDPATH+= $(OPIEDIR)/rsync |
109 | 109 | ||
110 | TARGET = qpe | 110 | TARGET = qpe |
111 | 111 | ||
112 | LIBS += -lqpe -lcrypt -lopie | 112 | LIBS += -lqpe -lcrypt -lopie |
113 | 113 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/qpe.ts |
115 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 115 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
116 | TRANSLATIONS += ../i18n/en/qpe.ts | 116 | TRANSLATIONS += ../i18n/en/qpe.ts |
117 | TRANSLATIONS += ../i18n/hu/qpe.ts | 117 | TRANSLATIONS += ../i18n/hu/qpe.ts |
118 | TRANSLATIONS += ../i18n/ja/qpe.ts | 118 | TRANSLATIONS += ../i18n/ja/qpe.ts |
119 | TRANSLATIONS += ../i18n/fr/qpe.ts | ||
119 | TRANSLATIONS += ../i18n/ko/qpe.ts | 120 | TRANSLATIONS += ../i18n/ko/qpe.ts |
120 | TRANSLATIONS += ../i18n/no/qpe.ts | 121 | TRANSLATIONS += ../i18n/no/qpe.ts |
121 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 122 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts |
122 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 123 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts |
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 2294849..d003f04 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro | |||
@@ -18,16 +18,17 @@ LIBS += -lqpe -lpthread | |||
18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE | 18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE |
19 | # LIBS += libmpeg3/libmpeg3.a -lpthread | 19 | # LIBS += libmpeg3/libmpeg3.a -lpthread |
20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so | 20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so |
21 | 21 | ||
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | 24 | ||
25 | TRANSLATIONS += ../i18n/de/mpegplayer.ts | 25 | TRANSLATIONS += ../i18n/de/mpegplayer.ts |
26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts | 26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts |
27 | TRANSLATIONS += ../i18n/en/mpegplayer.ts | 27 | TRANSLATIONS += ../i18n/en/mpegplayer.ts |
28 | TRANSLATIONS += ../i18n/hu/mpegplayer.ts | 28 | TRANSLATIONS += ../i18n/hu/mpegplayer.ts |
29 | TRANSLATIONS += ../i18n/ja/mpegplayer.ts | 29 | TRANSLATIONS += ../i18n/ja/mpegplayer.ts |
30 | TRANSLATIONS += ../i18n/fr/mpegplayer.ts | ||
30 | TRANSLATIONS += ../i18n/ko/mpegplayer.ts | 31 | TRANSLATIONS += ../i18n/ko/mpegplayer.ts |
31 | TRANSLATIONS += ../i18n/no/mpegplayer.ts | 32 | TRANSLATIONS += ../i18n/no/mpegplayer.ts |
32 | TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts | 33 | TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts |
33 | TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts | 34 | TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 180b401..af25010 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -11,13 +11,14 @@ SOURCES = main.cpp \ | |||
11 | contacteditor.cpp \ | 11 | contacteditor.cpp \ |
12 | ablabel.cpp \ | 12 | ablabel.cpp \ |
13 | abtable.cpp \ | 13 | abtable.cpp \ |
14 | addresssettings.cpp | 14 | addresssettings.cpp |
15 | INTERFACES= addresssettingsbase.ui | 15 | INTERFACES= addresssettingsbase.ui |
16 | 16 | ||
17 | TARGET = addressbook | 17 | TARGET = addressbook |
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH+= $(OPIEDIR)/include | 19 | DEPENDPATH+= $(OPIEDIR)/include |
20 | LIBS += -lqpe | 20 | LIBS += -lqpe |
21 | 21 | ||
22 | TRANSLATIONS = ../i18n/de/addressbook.ts | 22 | TRANSLATIONS = ../i18n/de/addressbook.ts |
23 | TRANSLATIONS = ../i18n/fr/addressbook.ts | ||
23 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts | 24 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 09d5c2d..6721d91 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -33,13 +33,14 @@ INTERFACES = dateentry.ui \ | |||
33 | datebookweekheader.ui \ | 33 | datebookweekheader.ui \ |
34 | datebookweeklstheader.ui \ | 34 | datebookweeklstheader.ui \ |
35 | datebookweeklstdayhdr.ui \ | 35 | datebookweeklstdayhdr.ui \ |
36 | repeatentrybase.ui | 36 | repeatentrybase.ui |
37 | 37 | ||
38 | INCLUDEPATH += $(OPIEDIR)/include | 38 | INCLUDEPATH += $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 39 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe | 40 | LIBS += -lqpe |
41 | 41 | ||
42 | TARGET = datebook | 42 | TARGET = datebook |
43 | 43 | ||
44 | TRANSLATIONS = ../i18n/de/datebook.ts | 44 | TRANSLATIONS = ../i18n/de/datebook.ts |
45 | TRANSLATIONS = ../i18n/fr/datebook.ts | ||
45 | TRANSLATIONS += ../i18n/pt_BR/datebook.ts | 46 | TRANSLATIONS += ../i18n/pt_BR/datebook.ts |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 123c77c..3800bf5 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -10,12 +10,13 @@ LIBS += -lqpe -lopie | |||
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = today | 11 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 12 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/today.ts |
14 | TRANSLATIONS += ../i18n/de/today.ts | 14 | TRANSLATIONS += ../i18n/de/today.ts |
15 | TRANSLATIONS += ../i18n/en/today.ts | 15 | TRANSLATIONS += ../i18n/en/today.ts |
16 | TRANSLATIONS += ../i18n/hu/today.ts | 16 | TRANSLATIONS += ../i18n/hu/today.ts |
17 | TRANSLATIONS += ../i18n/ja/today.ts | 17 | TRANSLATIONS += ../i18n/ja/today.ts |
18 | TRANSLATIONS += ../i18n/ko/today.ts | 18 | TRANSLATIONS += ../i18n/ko/today.ts |
19 | TRANSLATIONS += ../i18n/no/today.ts | 19 | TRANSLATIONS += ../i18n/no/today.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/today.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/today.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/today.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/today.ts |
22 | TRANSLATIONS += ../i18n/fr/today.ts | ||
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index f6b3b33..6e8901d 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -7,15 +7,16 @@ HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h | |||
7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
8 | TARGET = citytime | 8 | TARGET = citytime |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../i18n/de/citytime.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts |
15 | TRANSLATIONS += ../i18n/en/citytime.ts | 15 | TRANSLATIONS += ../i18n/en/citytime.ts |
16 | TRANSLATIONS += ../i18n/hu/citytime.ts | 16 | TRANSLATIONS += ../i18n/hu/citytime.ts |
17 | TRANSLATIONS += ../i18n/ja/citytime.ts | 17 | TRANSLATIONS += ../i18n/ja/citytime.ts |
18 | TRANSLATIONS += ../i18n/ko/citytime.ts | 18 | TRANSLATIONS += ../i18n/ko/citytime.ts |
19 | TRANSLATIONS += ../i18n/fr/citytime.ts | ||
19 | TRANSLATIONS += ../i18n/no/citytime.ts | 20 | TRANSLATIONS += ../i18n/no/citytime.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts |
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 6b337c6..c2dea18 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -8,17 +8,18 @@ SOURCES = dicttool.cpp main.cpp | |||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts |
17 | TRANSLATIONS += ../i18n/de/dictionary.ts | 17 | TRANSLATIONS += ../i18n/de/dictionary.ts |
18 | TRANSLATIONS += ../i18n/en/dictionary.ts | 18 | TRANSLATIONS += ../i18n/en/dictionary.ts |
19 | TRANSLATIONS += ../i18n/hu/dictionary.ts | 19 | TRANSLATIONS += ../i18n/hu/dictionary.ts |
20 | TRANSLATIONS += ../i18n/fr/dictionary.ts | ||
20 | TRANSLATIONS += ../i18n/ja/dictionary.ts | 21 | TRANSLATIONS += ../i18n/ja/dictionary.ts |
21 | TRANSLATIONS += ../i18n/ko/dictionary.ts | 22 | TRANSLATIONS += ../i18n/ko/dictionary.ts |
22 | TRANSLATIONS += ../i18n/no/dictionary.ts | 23 | TRANSLATIONS += ../i18n/no/dictionary.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index b5437fe..1c21197 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -31,16 +31,17 @@ SOURCES = main.cpp \ | |||
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts | 38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts |
39 | TRANSLATIONS += ../i18n/en/tableviewer.ts | 39 | TRANSLATIONS += ../i18n/en/tableviewer.ts |
40 | TRANSLATIONS += ../i18n/de/tableviewer.ts | 40 | TRANSLATIONS += ../i18n/de/tableviewer.ts |
41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts | 41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts |
42 | TRANSLATIONS += ../i18n/ja/tableviewer.ts | 42 | TRANSLATIONS += ../i18n/ja/tableviewer.ts |
43 | TRANSLATIONS += ../i18n/fr/tableviewer.ts | ||
43 | TRANSLATIONS += ../i18n/ko/tableviewer.ts | 44 | TRANSLATIONS += ../i18n/ko/tableviewer.ts |
44 | TRANSLATIONS += ../i18n/no/tableviewer.ts | 45 | TRANSLATIONS += ../i18n/no/tableviewer.ts |
45 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts | 46 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts |
46 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts | 47 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 01436fd..802ab23 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -31,17 +31,18 @@ SOURCES = d3des.c \ | |||
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 32 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | 38 | ||
39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts | 39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts |
40 | TRANSLATIONS += ../i18n/de/keypebble.ts | 40 | TRANSLATIONS += ../i18n/de/keypebble.ts |
41 | TRANSLATIONS += ../i18n/en/keypebble.ts | 41 | TRANSLATIONS += ../i18n/en/keypebble.ts |
42 | TRANSLATIONS += ../i18n/hu/keypebble.ts | 42 | TRANSLATIONS += ../i18n/hu/keypebble.ts |
43 | TRANSLATIONS += ../i18n/fr/keypebble.ts | ||
43 | TRANSLATIONS += ../i18n/ja/keypebble.ts | 44 | TRANSLATIONS += ../i18n/ja/keypebble.ts |
44 | TRANSLATIONS += ../i18n/ko/keypebble.ts | 45 | TRANSLATIONS += ../i18n/ko/keypebble.ts |
45 | TRANSLATIONS += ../i18n/no/keypebble.ts | 46 | TRANSLATIONS += ../i18n/no/keypebble.ts |
46 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts | 47 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts |
47 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts | 48 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts |
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index d9690c0..2d78d5d 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -7,18 +7,19 @@ INTERFACES = mainwindow.ui | |||
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts |
17 | TRANSLATIONS += ../i18n/de/chess.ts | 17 | TRANSLATIONS += ../i18n/de/chess.ts |
18 | TRANSLATIONS += ../i18n/en/chess.ts | 18 | TRANSLATIONS += ../i18n/en/chess.ts |
19 | TRANSLATIONS += ../i18n/fr/chess.ts | ||
19 | TRANSLATIONS += ../i18n/hu/chess.ts | 20 | TRANSLATIONS += ../i18n/hu/chess.ts |
20 | TRANSLATIONS += ../i18n/ja/chess.ts | 21 | TRANSLATIONS += ../i18n/ja/chess.ts |
21 | TRANSLATIONS += ../i18n/ko/chess.ts | 22 | TRANSLATIONS += ../i18n/ko/chess.ts |
22 | TRANSLATIONS += ../i18n/no/chess.ts | 23 | TRANSLATIONS += ../i18n/no/chess.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/chess.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/chess.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/chess.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/chess.ts |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 6c07e57..bde742f 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -6,15 +6,16 @@ SOURCES = fifteen.cpp \ | |||
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts |
13 | TRANSLATIONS += ../i18n/de/fifteen.ts | 13 | TRANSLATIONS += ../i18n/de/fifteen.ts |
14 | TRANSLATIONS += ../i18n/en/fifteen.ts | 14 | TRANSLATIONS += ../i18n/en/fifteen.ts |
15 | TRANSLATIONS += ../i18n/hu/fifteen.ts | 15 | TRANSLATIONS += ../i18n/hu/fifteen.ts |
16 | TRANSLATIONS += ../i18n/ja/fifteen.ts | 16 | TRANSLATIONS += ../i18n/ja/fifteen.ts |
17 | TRANSLATIONS += ../i18n/ko/fifteen.ts | 17 | TRANSLATIONS += ../i18n/ko/fifteen.ts |
18 | TRANSLATIONS += ../i18n/fr/fifteen.ts | ||
18 | TRANSLATIONS += ../i18n/no/fifteen.ts | 19 | TRANSLATIONS += ../i18n/no/fifteen.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 2d96f82..b87b2c7 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -12,16 +12,17 @@ SOURCES = amigo.c \ | |||
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/go.ts | 19 | TRANSLATIONS = ../i18n/de/go.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/go.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/go.ts |
21 | TRANSLATIONS += ../i18n/en/go.ts | 21 | TRANSLATIONS += ../i18n/en/go.ts |
22 | TRANSLATIONS += ../i18n/hu/go.ts | 22 | TRANSLATIONS += ../i18n/hu/go.ts |
23 | TRANSLATIONS += ../i18n/ja/go.ts | 23 | TRANSLATIONS += ../i18n/ja/go.ts |
24 | TRANSLATIONS += ../i18n/fr/go.ts | ||
24 | TRANSLATIONS += ../i18n/ko/go.ts | 25 | TRANSLATIONS += ../i18n/ko/go.ts |
25 | TRANSLATIONS += ../i18n/no/go.ts | 26 | TRANSLATIONS += ../i18n/no/go.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/go.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/go.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/go.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/go.ts |
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 06f2f4f..11ba940 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -4,17 +4,18 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts |
14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts | 14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts |
15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts | 15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts |
16 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts | ||
16 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts | 17 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts |
17 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts | 18 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts |
18 | TRANSLATIONS += ../i18n/no/mindbreaker.ts | 19 | TRANSLATIONS += ../i18n/no/mindbreaker.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 1d4c5aa..b5306df 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -7,16 +7,17 @@ SOURCES = main.cpp \ | |||
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | TRANSLATIONS = ../i18n/de/minesweep.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts |
16 | TRANSLATIONS += ../i18n/en/minesweep.ts | 16 | TRANSLATIONS += ../i18n/en/minesweep.ts |
17 | TRANSLATIONS += ../i18n/hu/minesweep.ts | 17 | TRANSLATIONS += ../i18n/hu/minesweep.ts |
18 | TRANSLATIONS += ../i18n/ja/minesweep.ts | 18 | TRANSLATIONS += ../i18n/ja/minesweep.ts |
19 | TRANSLATIONS += ../i18n/fr/minesweep.ts | ||
19 | TRANSLATIONS += ../i18n/ko/minesweep.ts | 20 | TRANSLATIONS += ../i18n/ko/minesweep.ts |
20 | TRANSLATIONS += ../i18n/no/minesweep.ts | 21 | TRANSLATIONS += ../i18n/no/minesweep.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 741adc6..a87d4b7 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -5,15 +5,16 @@ HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h | |||
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | TARGET = parashoot |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/parashoot.ts | 11 | TRANSLATIONS = ../i18n/de/parashoot.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts |
13 | TRANSLATIONS += ../i18n/en/parashoot.ts | 13 | TRANSLATIONS += ../i18n/en/parashoot.ts |
14 | TRANSLATIONS += ../i18n/hu/parashoot.ts | 14 | TRANSLATIONS += ../i18n/hu/parashoot.ts |
15 | TRANSLATIONS += ../i18n/ja/parashoot.ts | 15 | TRANSLATIONS += ../i18n/ja/parashoot.ts |
16 | TRANSLATIONS += ../i18n/ko/parashoot.ts | 16 | TRANSLATIONS += ../i18n/ko/parashoot.ts |
17 | TRANSLATIONS += ../i18n/fr/parashoot.ts | ||
17 | TRANSLATIONS += ../i18n/no/parashoot.ts | 18 | TRANSLATIONS += ../i18n/no/parashoot.ts |
18 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts | 19 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts |
19 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts | 20 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 4e639e5..39a9857 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -3,17 +3,18 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | TARGET = qasteroids |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/qasteroids.ts | 11 | TRANSLATIONS = ../i18n/de/qasteroids.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts |
13 | TRANSLATIONS += ../i18n/en/qasteroids.ts | 13 | TRANSLATIONS += ../i18n/en/qasteroids.ts |
14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts | 14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts |
15 | TRANSLATIONS += ../i18n/fr/qasteroids.ts | ||
15 | TRANSLATIONS += ../i18n/ja/qasteroids.ts | 16 | TRANSLATIONS += ../i18n/ja/qasteroids.ts |
16 | TRANSLATIONS += ../i18n/ko/qasteroids.ts | 17 | TRANSLATIONS += ../i18n/ko/qasteroids.ts |
17 | TRANSLATIONS += ../i18n/no/qasteroids.ts | 18 | TRANSLATIONS += ../i18n/no/qasteroids.ts |
18 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts | 19 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts |
19 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts | 20 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index c7cfce0..481ece1 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -3,17 +3,18 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | TARGET = snake |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | TRANSLATIONS = ../i18n/de/snake.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts |
13 | TRANSLATIONS += ../i18n/en/snake.ts | 13 | TRANSLATIONS += ../i18n/en/snake.ts |
14 | TRANSLATIONS += ../i18n/hu/snake.ts | 14 | TRANSLATIONS += ../i18n/hu/snake.ts |
15 | TRANSLATIONS += ../i18n/fr/snake.ts | ||
15 | TRANSLATIONS += ../i18n/ja/snake.ts | 16 | TRANSLATIONS += ../i18n/ja/snake.ts |
16 | TRANSLATIONS += ../i18n/ko/snake.ts | 17 | TRANSLATIONS += ../i18n/ko/snake.ts |
17 | TRANSLATIONS += ../i18n/no/snake.ts | 18 | TRANSLATIONS += ../i18n/no/snake.ts |
18 | TRANSLATIONS += ../i18n/zh_CN/snake.ts | 19 | TRANSLATIONS += ../i18n/zh_CN/snake.ts |
19 | TRANSLATIONS += ../i18n/zh_TW/snake.ts | 20 | TRANSLATIONS += ../i18n/zh_TW/snake.ts |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 5426201..839816c 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -13,14 +13,15 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | TRANSLATIONS = ../i18n/de/patience.ts |
19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts | 19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts |
20 | TRANSLATIONS += ../i18n/en/patience.ts | 20 | TRANSLATIONS += ../i18n/en/patience.ts |
21 | TRANSLATIONS += ../i18n/hu/patience.ts | 21 | TRANSLATIONS += ../i18n/hu/patience.ts |
22 | TRANSLATIONS += ../i18n/ja/patience.ts | 22 | TRANSLATIONS += ../i18n/ja/patience.ts |
23 | TRANSLATIONS += ../i18n/ko/patience.ts | 23 | TRANSLATIONS += ../i18n/ko/patience.ts |
24 | TRANSLATIONS += ../i18n/no/patience.ts | 24 | TRANSLATIONS += ../i18n/no/patience.ts |
25 | TRANSLATIONS += ../i18n/fr/patience.ts | ||
25 | TRANSLATIONS += ../i18n/zh_CN/patience.ts | 26 | TRANSLATIONS += ../i18n/zh_CN/patience.ts |
26 | TRANSLATIONS += ../i18n/zh_TW/patience.ts | 27 | TRANSLATIONS += ../i18n/zh_TW/patience.ts |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 24ad066..3cd66d8 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -10,18 +10,19 @@ SOURCES = main.cpp \ | |||
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts |
20 | TRANSLATIONS += ../i18n/de/tetrix.ts | 20 | TRANSLATIONS += ../i18n/de/tetrix.ts |
21 | TRANSLATIONS += ../i18n/en/tetrix.ts | 21 | TRANSLATIONS += ../i18n/en/tetrix.ts |
22 | TRANSLATIONS += ../i18n/fr/tetrix.ts | ||
22 | TRANSLATIONS += ../i18n/hu/tetrix.ts | 23 | TRANSLATIONS += ../i18n/hu/tetrix.ts |
23 | TRANSLATIONS += ../i18n/ja/tetrix.ts | 24 | TRANSLATIONS += ../i18n/ja/tetrix.ts |
24 | TRANSLATIONS += ../i18n/ko/tetrix.ts | 25 | TRANSLATIONS += ../i18n/ko/tetrix.ts |
25 | TRANSLATIONS += ../i18n/no/tetrix.ts | 26 | TRANSLATIONS += ../i18n/no/tetrix.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index bd6cad0..fd4f46e 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -7,15 +7,16 @@ SOURCES = main.cpp \ | |||
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/wordgame.ts | 13 | TRANSLATIONS = ../i18n/de/wordgame.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts |
15 | TRANSLATIONS += ../i18n/en/wordgame.ts | 15 | TRANSLATIONS += ../i18n/en/wordgame.ts |
16 | TRANSLATIONS += ../i18n/hu/wordgame.ts | 16 | TRANSLATIONS += ../i18n/hu/wordgame.ts |
17 | TRANSLATIONS += ../i18n/ja/wordgame.ts | 17 | TRANSLATIONS += ../i18n/ja/wordgame.ts |
18 | TRANSLATIONS += ../i18n/ko/wordgame.ts | 18 | TRANSLATIONS += ../i18n/ko/wordgame.ts |
19 | TRANSLATIONS += ../i18n/fr/wordgame.ts | ||
19 | TRANSLATIONS += ../i18n/no/wordgame.ts | 20 | TRANSLATIONS += ../i18n/no/wordgame.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 5f14515..fabed06 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -32,12 +32,23 @@ SOURCES = colordialog.cpp \ | |||
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | pointtool.cpp \ | 34 | pointtool.cpp \ |
35 | rectangletool.cpp \ | 35 | rectangletool.cpp \ |
36 | shapetool.cpp \ | 36 | shapetool.cpp \ |
37 | tool.cpp | 37 | tool.cpp |
38 | INCLUDEPATH+= $(OPIEDIR)/include \ | 38 | INCLUDEPATH+= $(OPIEDIR)/include \ |
39 | $(QTDIR)/src/3rdparty/zlib | 39 | $(QTDIR)/src/3rdparty/zlib |
40 | DEPENDPATH+= $(OPIEDIR)/include | 40 | DEPENDPATH+= $(OPIEDIR)/include |
41 | LIBS += -lqpe | 41 | LIBS += -lqpe |
42 | DESTDIR = $(OPIEDIR)/bin | 42 | DESTDIR = $(OPIEDIR)/bin |
43 | TARGET = drawpad | 43 | TARGET = drawpad |
44 | |||
45 | TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts | ||
46 | TRANSLATIONS += ../../i18n/de/drawpad.ts | ||
47 | TRANSLATIONS += ../../i18n/en/drawpad.ts | ||
48 | TRANSLATIONS += ../../i18n/hu/drawpad.ts | ||
49 | TRANSLATIONS += ../../i18n/ja/drawpad.ts | ||
50 | TRANSLATIONS += ../../i18n/fr/drawpad.ts | ||
51 | TRANSLATIONS += ../../i18n/ko/drawpad.ts | ||
52 | TRANSLATIONS += ../../i18n/no/drawpad.ts | ||
53 | TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts | ||
54 | TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts | ||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index da1ab6f..f69923e 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -9,12 +9,13 @@ SOURCES = main.cpp \ | |||
9 | showimg.cpp | 9 | showimg.cpp |
10 | 10 | ||
11 | TARGET = showimg | 11 | TARGET = showimg |
12 | 12 | ||
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | 16 | ||
17 | REQUIRES = showimg | 17 | REQUIRES = showimg |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/showimg.ts | 19 | TRANSLATIONS = ../i18n/de/showimg.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/showimg.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/showimg.ts |
21 | TRANSLATIONS += ../i18n/fr/showimg.ts | ||
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 441ef74..64d3122 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -23,15 +23,16 @@ INTERFACES = | |||
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe | 25 | LIBS += -lqpe |
26 | 26 | ||
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 29 | TRANSLATIONS = ../i18n/de/sysinfo.ts |
30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts | 30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts |
31 | TRANSLATIONS += ../i18n/en/sysinfo.ts | 31 | TRANSLATIONS += ../i18n/en/sysinfo.ts |
32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts | 32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts |
33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts | 33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts |
34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts | 34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts |
35 | TRANSLATIONS += ../i18n/fr/sysinfo.ts | ||
35 | TRANSLATIONS += ../i18n/no/sysinfo.ts | 36 | TRANSLATIONS += ../i18n/no/sysinfo.ts |
36 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts | 37 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts |
37 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts | 38 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts |
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 7421b23..6c0110d 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -4,17 +4,18 @@ CONFIG += qt release | |||
4 | # Input | 4 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 6 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 10 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts |
13 | TRANSLATIONS += ../i18n/de/calc.ts | 13 | TRANSLATIONS += ../i18n/de/calc.ts |
14 | TRANSLATIONS += ../i18n/en/calc.ts | 14 | TRANSLATIONS += ../i18n/en/calc.ts |
15 | TRANSLATIONS += ../i18n/hu/calc.ts | 15 | TRANSLATIONS += ../i18n/hu/calc.ts |
16 | TRANSLATIONS += ../i18n/fr/calc.ts | ||
16 | TRANSLATIONS += ../i18n/ja/calc.ts | 17 | TRANSLATIONS += ../i18n/ja/calc.ts |
17 | TRANSLATIONS += ../i18n/ko/calc.ts | 18 | TRANSLATIONS += ../i18n/ko/calc.ts |
18 | TRANSLATIONS += ../i18n/no/calc.ts | 19 | TRANSLATIONS += ../i18n/no/calc.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/calc.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/calc.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/calc.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/calc.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 12f0f4b..04761b7 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -6,16 +6,17 @@ SOURCES = calculatorimpl.cpp \ | |||
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts |
14 | TRANSLATIONS += ../i18n/de/calculator.ts | 14 | TRANSLATIONS += ../i18n/de/calculator.ts |
15 | TRANSLATIONS += ../i18n/en/calculator.ts | 15 | TRANSLATIONS += ../i18n/en/calculator.ts |
16 | TRANSLATIONS += ../i18n/hu/calculator.ts | 16 | TRANSLATIONS += ../i18n/hu/calculator.ts |
17 | TRANSLATIONS += ../i18n/ja/calculator.ts | 17 | TRANSLATIONS += ../i18n/ja/calculator.ts |
18 | TRANSLATIONS += ../i18n/fr/calculator.ts | ||
18 | TRANSLATIONS += ../i18n/ko/calculator.ts | 19 | TRANSLATIONS += ../i18n/ko/calculator.ts |
19 | TRANSLATIONS += ../i18n/no/calculator.ts | 20 | TRANSLATIONS += ../i18n/no/calculator.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index fe8c73e..746882e 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -7,15 +7,16 @@ SOURCES = clock.cpp setAlarm.cpp \ | |||
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | TRANSLATIONS = ../i18n/de/clock.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts |
15 | TRANSLATIONS += ../i18n/en/clock.ts | 15 | TRANSLATIONS += ../i18n/en/clock.ts |
16 | TRANSLATIONS += ../i18n/hu/clock.ts | 16 | TRANSLATIONS += ../i18n/hu/clock.ts |
17 | TRANSLATIONS += ../i18n/ja/clock.ts | 17 | TRANSLATIONS += ../i18n/ja/clock.ts |
18 | TRANSLATIONS += ../i18n/ko/clock.ts | 18 | TRANSLATIONS += ../i18n/ko/clock.ts |
19 | TRANSLATIONS += ../i18n/fr/clock.ts | ||
19 | TRANSLATIONS += ../i18n/no/clock.ts | 20 | TRANSLATIONS += ../i18n/no/clock.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/clock.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/clock.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/clock.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/clock.ts |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 0dd4613..b3d7b2d 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -3,16 +3,17 @@ CONFIG = qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | TRANSLATIONS = ../i18n/de/filebrowser.ts |
11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts | 11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts |
12 | TRANSLATIONS += ../i18n/en/filebrowser.ts | 12 | TRANSLATIONS += ../i18n/en/filebrowser.ts |
13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts | 13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts |
14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts | 14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts |
15 | TRANSLATIONS += ../i18n/fr/filebrowser.ts | ||
15 | TRANSLATIONS += ../i18n/ko/filebrowser.ts | 16 | TRANSLATIONS += ../i18n/ko/filebrowser.ts |
16 | TRANSLATIONS += ../i18n/no/filebrowser.ts | 17 | TRANSLATIONS += ../i18n/no/filebrowser.ts |
17 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts | 18 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts |
18 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts | 19 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts |
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index 0f26bb2..e0a59f2 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro | |||
@@ -2,13 +2,14 @@ DESTDIR = $(OPIEDIR)/bin | |||
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = packagemanager.h | 4 | HEADERS = packagemanager.h |
5 | SOURCES = packagemanager.cpp \ | 5 | SOURCES = packagemanager.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui | 10 | INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui |
11 | TARGET = qipkg | 11 | TARGET = qipkg |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/qipkg.ts | 13 | TRANSLATIONS = ../i18n/de/qipkg.ts |
14 | TRANSLATIONS = ../i18n/fr/qipkg.ts | ||
14 | TRANSLATIONS += ../i18n/pt_BR/qipkg.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/qipkg.ts |