summaryrefslogtreecommitdiff
path: root/noncore/unsupported
Side-by-side diff
Diffstat (limited to 'noncore/unsupported') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro17
-rw-r--r--noncore/unsupported/mail2/bend/bend.pro17
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro17
-rw-r--r--noncore/unsupported/mail2/mail.pro17
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro20
5 files changed, 85 insertions, 3 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
index 35def3f..73bac50 100644
--- a/noncore/unsupported/gsmtool/gsmtool.pro
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -1,14 +1,31 @@
TEMPLATE = app
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = gsmtool.h
SOURCES = main.cpp gsmtool.cpp
# This doesn't actually work...
TMAKE_CXXFLAGS += -fexceptions
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(GSMLIBDIR)
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
INTERFACES = gsmtoolbase.ui
TARGET = gsmtool
+
+
+TRANSLATIONS = ../../../i18n/de/gsmtool.ts
+TRANSLATIONS += ../../../i18n/en/gsmtool.ts
+TRANSLATIONS += ../../../i18n/es/gsmtool.ts
+TRANSLATIONS += ../../../i18n/fr/gsmtool.ts
+TRANSLATIONS += ../../../i18n/hu/gsmtool.ts
+TRANSLATIONS += ../../../i18n/ja/gsmtool.ts
+TRANSLATIONS += ../../../i18n/ko/gsmtool.ts
+TRANSLATIONS += ../../../i18n/no/gsmtool.ts
+TRANSLATIONS += ../../../i18n/pl/gsmtool.ts
+TRANSLATIONS += ../../../i18n/pt/gsmtool.ts
+TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts
+TRANSLATIONS += ../../../i18n/sl/gsmtool.ts
+TRANSLATIONS += ../../../i18n/zh_CN/gsmtool.ts
+TRANSLATIONS += ../../../i18n/zh_TW/gsmtool.ts
+
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro
index fe7b22c..bb96d76 100644
--- a/noncore/unsupported/mail2/bend/bend.pro
+++ b/noncore/unsupported/mail2/bend/bend.pro
@@ -1,10 +1,27 @@
TEMPLATE = lib
CONFIG += qt warn_on release
HEADERS += bend.h \
bendimpl.h
SOURCES += bend.cpp \
bendimpl.cpp
INCLUDEPATH += $(OPIEDIR)/include ../libmail
LIBS += -lmail -lqpe
TARGET = bend
DESTDIR += $(OPIEDIR)/plugins/applets/
+
+
+TRANSLATIONS = ../../../i18n/de/libbend.ts
+TRANSLATIONS += ../../../i18n/en/libbend.ts
+TRANSLATIONS += ../../../i18n/es/libbend.ts
+TRANSLATIONS += ../../../i18n/fr/libbend.ts
+TRANSLATIONS += ../../../i18n/hu/libbend.ts
+TRANSLATIONS += ../../../i18n/ja/libbend.ts
+TRANSLATIONS += ../../../i18n/ko/libbend.ts
+TRANSLATIONS += ../../../i18n/no/libbend.ts
+TRANSLATIONS += ../../../i18n/pl/libbend.ts
+TRANSLATIONS += ../../../i18n/pt/libbend.ts
+TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts
+TRANSLATIONS += ../../../i18n/sl/libbend.ts
+TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts
+TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts
+
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index 894a4a5..af65a3e 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -1,24 +1,41 @@
TEMPLATE = lib
CONFIG = qt warn_on debug
#CONFIG = qt warn_on release
HEADERS = configfile.h \
defines.h \
imapbase.h \
imaphandler.h \
imapresponse.h \
mailfactory.h \
md5.cpp \
miscfunctions.h \
smtphandler.h
SOURCES = configfile.cpp \
imapbase.cpp \
imaphandler.cpp \
imapresponse.cpp \
mailfactory.cpp \
md5.h \
miscfunctions.cpp \
smtphandler.cpp
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -L$(OPIEDIR)/lib -lqpe
TARGET = mail
DESTDIR = $(QTDIR)/lib
+
+
+TRANSLATIONS = ../../../i18n/de/libmail.ts
+TRANSLATIONS += ../../../i18n/en/libmail.ts
+TRANSLATIONS += ../../../i18n/es/libmail.ts
+TRANSLATIONS += ../../../i18n/fr/libmail.ts
+TRANSLATIONS += ../../../i18n/hu/libmail.ts
+TRANSLATIONS += ../../../i18n/ja/libmail.ts
+TRANSLATIONS += ../../../i18n/ko/libmail.ts
+TRANSLATIONS += ../../../i18n/no/libmail.ts
+TRANSLATIONS += ../../../i18n/pl/libmail.ts
+TRANSLATIONS += ../../../i18n/pt/libmail.ts
+TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts
+TRANSLATIONS += ../../../i18n/sl/libmail.ts
+TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts
+TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts
+
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index c1b7a4f..117c863 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -21,24 +21,41 @@ SOURCES = accounteditor.cpp \
composer.cpp \
composerbase.cpp \
configdiag.cpp \
folderwidget.cpp \
listviewplus.cpp \
mailtable.cpp \
main.cpp \
mainwindow.cpp \
mainwindowbase.cpp \
opendiag.cpp \
rename.cpp \
searchdiag.cpp \
viewmail.cpp \
viewmailbase.cpp
INTERFACES = accounteditorbase.ui \
addresspickerbase.ui \
configdiagbase.ui \
opendiagbase.ui \
renamebase.ui \
searchdiagbase.ui
INCLUDEPATH += $(OPIEDIR)/include libmail
LIBS += -lmail -lqpe -lopie
TARGET = mail
DESTDIR = $(OPIEDIR)/bin
+
+
+TRANSLATIONS = ../../i18n/de/mail.ts
+TRANSLATIONS += ../../i18n/en/mail.ts
+TRANSLATIONS += ../../i18n/es/mail.ts
+TRANSLATIONS += ../../i18n/fr/mail.ts
+TRANSLATIONS += ../../i18n/hu/mail.ts
+TRANSLATIONS += ../../i18n/ja/mail.ts
+TRANSLATIONS += ../../i18n/ko/mail.ts
+TRANSLATIONS += ../../i18n/no/mail.ts
+TRANSLATIONS += ../../i18n/pl/mail.ts
+TRANSLATIONS += ../../i18n/pt/mail.ts
+TRANSLATIONS += ../../i18n/pt_BR/mail.ts
+TRANSLATIONS += ../../i18n/sl/mail.ts
+TRANSLATIONS += ../../i18n/zh_CN/mail.ts
+TRANSLATIONS += ../../i18n/zh_TW/mail.ts
+
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index 21cd7be..a5f7735 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -37,27 +37,41 @@ SOURCES = xpdf/Array.cc \
goo/GList.cc \
QOutputDev.cpp \
QPEOutputDev.cpp \
qpdf.cpp \
qbusybar.cpp \
gooStub.cpp
HEADERS = QOutputDev.h \
QPEOutputDev.h \
qbusybar.h \
qpdf.h
INCLUDEPATH += . \
.. \
xpdf \
$(OPIEDIR)/include \
../goo \
goo
LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin
TARGET = qpdf
-TRANSLATIONS = ../../i18n/de/qpdf.ts
-TRANSLATIONS += ../../i18n/es/qpdf.ts
-TRANSLATIONS += ../../i18n/pt/qpdf.ts
+
+
+TRANSLATIONS = ../../../i18n/de/qpdf.ts
+TRANSLATIONS += ../../../i18n/en/qpdf.ts
+TRANSLATIONS += ../../../i18n/es/qpdf.ts
+TRANSLATIONS += ../../../i18n/fr/qpdf.ts
+TRANSLATIONS += ../../../i18n/hu/qpdf.ts
+TRANSLATIONS += ../../../i18n/ja/qpdf.ts
+TRANSLATIONS += ../../../i18n/ko/qpdf.ts
+TRANSLATIONS += ../../../i18n/no/qpdf.ts
+TRANSLATIONS += ../../../i18n/pl/qpdf.ts
+TRANSLATIONS += ../../../i18n/pt/qpdf.ts
+TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts
+TRANSLATIONS += ../../../i18n/sl/qpdf.ts
+TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts
+TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts
+