summaryrefslogtreecommitdiff
path: root/noncore/unsupported
Unidiff
Diffstat (limited to 'noncore/unsupported') (more/less context) (ignore 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
@@ -3,12 +3,29 @@ TEMPLATE = app
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5 HEADERS = gsmtool.h 5 HEADERS = gsmtool.h
6 SOURCES = main.cpp gsmtool.cpp 6 SOURCES = main.cpp gsmtool.cpp
7# This doesn't actually work... 7# This doesn't actually work...
8TMAKE_CXXFLAGS += -fexceptions 8TMAKE_CXXFLAGS += -fexceptions
9 INCLUDEPATH+= $(OPIEDIR)/include 9 INCLUDEPATH+= $(OPIEDIR)/include
10 INCLUDEPATH+= $(GSMLIBDIR) 10 INCLUDEPATH+= $(GSMLIBDIR)
11 DEPENDPATH+= $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
12LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme 12LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
13 INTERFACES= gsmtoolbase.ui 13 INTERFACES= gsmtoolbase.ui
14 TARGET = gsmtool 14 TARGET = gsmtool
15
16
17TRANSLATIONS = ../../../i18n/de/gsmtool.ts
18TRANSLATIONS += ../../../i18n/en/gsmtool.ts
19TRANSLATIONS += ../../../i18n/es/gsmtool.ts
20TRANSLATIONS += ../../../i18n/fr/gsmtool.ts
21TRANSLATIONS += ../../../i18n/hu/gsmtool.ts
22TRANSLATIONS += ../../../i18n/ja/gsmtool.ts
23TRANSLATIONS += ../../../i18n/ko/gsmtool.ts
24TRANSLATIONS += ../../../i18n/no/gsmtool.ts
25TRANSLATIONS += ../../../i18n/pl/gsmtool.ts
26TRANSLATIONS += ../../../i18n/pt/gsmtool.ts
27TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts
28TRANSLATIONS += ../../../i18n/sl/gsmtool.ts
29TRANSLATIONS += ../../../i18n/zh_CN/gsmtool.ts
30TRANSLATIONS += ../../../i18n/zh_TW/gsmtool.ts
31
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 @@
1 TEMPLATE =lib 1 TEMPLATE =lib
2 CONFIG +=qt warn_on release 2 CONFIG +=qt warn_on release
3 HEADERS +=bend.h \ 3 HEADERS +=bend.h \
4 bendimpl.h 4 bendimpl.h
5 SOURCES +=bend.cpp \ 5 SOURCES +=bend.cpp \
6 bendimpl.cpp 6 bendimpl.cpp
7 INCLUDEPATH +=$(OPIEDIR)/include ../libmail 7 INCLUDEPATH +=$(OPIEDIR)/include ../libmail
8 LIBS +=-lmail -lqpe 8 LIBS +=-lmail -lqpe
9 TARGET =bend 9 TARGET =bend
10 DESTDIR +=$(OPIEDIR)/plugins/applets/ 10 DESTDIR +=$(OPIEDIR)/plugins/applets/
11
12
13TRANSLATIONS = ../../../i18n/de/libbend.ts
14TRANSLATIONS += ../../../i18n/en/libbend.ts
15TRANSLATIONS += ../../../i18n/es/libbend.ts
16TRANSLATIONS += ../../../i18n/fr/libbend.ts
17TRANSLATIONS += ../../../i18n/hu/libbend.ts
18TRANSLATIONS += ../../../i18n/ja/libbend.ts
19TRANSLATIONS += ../../../i18n/ko/libbend.ts
20TRANSLATIONS += ../../../i18n/no/libbend.ts
21TRANSLATIONS += ../../../i18n/pl/libbend.ts
22TRANSLATIONS += ../../../i18n/pt/libbend.ts
23TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts
24TRANSLATIONS += ../../../i18n/sl/libbend.ts
25TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts
26TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts
27
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
@@ -13,12 +13,29 @@ HEADERS = configfile.h \
13 SOURCES =configfile.cpp \ 13 SOURCES =configfile.cpp \
14 imapbase.cpp \ 14 imapbase.cpp \
15 imaphandler.cpp \ 15 imaphandler.cpp \
16 imapresponse.cpp \ 16 imapresponse.cpp \
17 mailfactory.cpp \ 17 mailfactory.cpp \
18 md5.h \ 18 md5.h \
19 miscfunctions.cpp \ 19 miscfunctions.cpp \
20 smtphandler.cpp 20 smtphandler.cpp
21 INCLUDEPATH +=$(OPIEDIR)/include 21 INCLUDEPATH +=$(OPIEDIR)/include
22 LIBS +=-L$(OPIEDIR)/lib -lqpe 22 LIBS +=-L$(OPIEDIR)/lib -lqpe
23 TARGET =mail 23 TARGET =mail
24 DESTDIR =$(QTDIR)/lib 24 DESTDIR =$(QTDIR)/lib
25
26
27TRANSLATIONS = ../../../i18n/de/libmail.ts
28TRANSLATIONS += ../../../i18n/en/libmail.ts
29TRANSLATIONS += ../../../i18n/es/libmail.ts
30TRANSLATIONS += ../../../i18n/fr/libmail.ts
31TRANSLATIONS += ../../../i18n/hu/libmail.ts
32TRANSLATIONS += ../../../i18n/ja/libmail.ts
33TRANSLATIONS += ../../../i18n/ko/libmail.ts
34TRANSLATIONS += ../../../i18n/no/libmail.ts
35TRANSLATIONS += ../../../i18n/pl/libmail.ts
36TRANSLATIONS += ../../../i18n/pt/libmail.ts
37TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts
38TRANSLATIONS += ../../../i18n/sl/libmail.ts
39TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts
40TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts
41
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
@@ -33,12 +33,29 @@ SOURCES = accounteditor.cpp \
33 viewmail.cpp \ 33 viewmail.cpp \
34 viewmailbase.cpp 34 viewmailbase.cpp
35 INTERFACES = accounteditorbase.ui \ 35 INTERFACES = accounteditorbase.ui \
36 addresspickerbase.ui \ 36 addresspickerbase.ui \
37 configdiagbase.ui \ 37 configdiagbase.ui \
38 opendiagbase.ui \ 38 opendiagbase.ui \
39 renamebase.ui \ 39 renamebase.ui \
40 searchdiagbase.ui 40 searchdiagbase.ui
41 INCLUDEPATH += $(OPIEDIR)/include libmail 41 INCLUDEPATH += $(OPIEDIR)/include libmail
42 LIBS += -lmail -lqpe -lopie 42 LIBS += -lmail -lqpe -lopie
43 TARGET = mail 43 TARGET = mail
44 DESTDIR = $(OPIEDIR)/bin 44 DESTDIR = $(OPIEDIR)/bin
45
46
47TRANSLATIONS = ../../i18n/de/mail.ts
48TRANSLATIONS += ../../i18n/en/mail.ts
49TRANSLATIONS += ../../i18n/es/mail.ts
50TRANSLATIONS += ../../i18n/fr/mail.ts
51TRANSLATIONS += ../../i18n/hu/mail.ts
52TRANSLATIONS += ../../i18n/ja/mail.ts
53TRANSLATIONS += ../../i18n/ko/mail.ts
54TRANSLATIONS += ../../i18n/no/mail.ts
55TRANSLATIONS += ../../i18n/pl/mail.ts
56TRANSLATIONS += ../../i18n/pt/mail.ts
57TRANSLATIONS += ../../i18n/pt_BR/mail.ts
58TRANSLATIONS += ../../i18n/sl/mail.ts
59TRANSLATIONS += ../../i18n/zh_CN/mail.ts
60TRANSLATIONS += ../../i18n/zh_TW/mail.ts
61
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
@@ -49,15 +49,29 @@ HEADERS = QOutputDev.h \
49INCLUDEPATH += . \ 49INCLUDEPATH += . \
50 .. \ 50 .. \
51 xpdf \ 51 xpdf \
52 $(OPIEDIR)/include \ 52 $(OPIEDIR)/include \
53 ../goo \ 53 ../goo \
54 goo 54 goo
55 55
56LIBS += -L $(OPIEDIR)/lib -lqpe -lopie 56LIBS += -L $(OPIEDIR)/lib -lqpe -lopie
57 57
58DESTDIR = $(OPIEDIR)/bin 58DESTDIR = $(OPIEDIR)/bin
59TARGET = qpdf 59TARGET = qpdf
60 60
61TRANSLATIONS = ../../i18n/de/qpdf.ts 61
62TRANSLATIONS += ../../i18n/es/qpdf.ts 62
63TRANSLATIONS += ../../i18n/pt/qpdf.ts 63TRANSLATIONS = ../../../i18n/de/qpdf.ts
64TRANSLATIONS += ../../../i18n/en/qpdf.ts
65TRANSLATIONS += ../../../i18n/es/qpdf.ts
66TRANSLATIONS += ../../../i18n/fr/qpdf.ts
67TRANSLATIONS += ../../../i18n/hu/qpdf.ts
68TRANSLATIONS += ../../../i18n/ja/qpdf.ts
69TRANSLATIONS += ../../../i18n/ko/qpdf.ts
70TRANSLATIONS += ../../../i18n/no/qpdf.ts
71TRANSLATIONS += ../../../i18n/pl/qpdf.ts
72TRANSLATIONS += ../../../i18n/pt/qpdf.ts
73TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts
74TRANSLATIONS += ../../../i18n/sl/qpdf.ts
75TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts
76TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts
77