author | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
commit | 9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff) | |
tree | 1d2d0eb0372f32e682fe139b3e89882f381dc0db | |
parent | 216efd1cb2210211816b865b5574866e598bf3bd (diff) | |
download | opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2 |
i18n for new buildsystem :)
177 files changed, 775 insertions, 18 deletions
diff --git a/Makefile.test b/Makefile.test index 8418158..5b51f6c 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -90,21 +90,21 @@ export include-config := 1 | |||
90 | 90 | ||
91 | endif | 91 | endif |
92 | 92 | ||
93 | -include $(TOPDIR)/..config.cmd | 93 | -include $(TOPDIR)/..config.cmd |
94 | 94 | ||
95 | export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) | 95 | export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) |
96 | 96 | ||
97 | ifdef CONFIG_OPTIMIZATIONS | 97 | ifdef CONFIG_OPTIMIZATIONS |
98 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) | 98 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) |
99 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) | 99 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) |
100 | endif | 100 | endif |
101 | 101 | ||
102 | all clean: $(subdir-y) | 102 | all clean lupdate lrelease: $(subdir-y) |
103 | 103 | ||
104 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ | 104 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ |
105 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ | 105 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ |
106 | $(TOPDIR)/library/custom.h | 106 | $(TOPDIR)/library/custom.h |
107 | 107 | ||
108 | clean : $(TOPDIR)/.config | 108 | clean : $(TOPDIR)/.config |
109 | 109 | ||
110 | include $(TOPDIR)/Rules.make | 110 | include $(TOPDIR)/Rules.make |
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index d7e0a92..bded8a7 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | |||
16 | ../../../i18n/es/libbatteryapplet.ts \ | 16 | ../../../i18n/es/libbatteryapplet.ts \ |
17 | ../../../i18n/fr/libbatteryapplet.ts \ | 17 | ../../../i18n/fr/libbatteryapplet.ts \ |
18 | ../../../i18n/hu/libbatteryapplet.ts \ | 18 | ../../../i18n/hu/libbatteryapplet.ts \ |
19 | ../../../i18n/ja/libbatteryapplet.ts \ | 19 | ../../../i18n/ja/libbatteryapplet.ts \ |
20 | ../../../i18n/ko/libbatteryapplet.ts \ | 20 | ../../../i18n/ko/libbatteryapplet.ts \ |
21 | ../../../i18n/no/libbatteryapplet.ts \ | 21 | ../../../i18n/no/libbatteryapplet.ts \ |
22 | ../../../i18n/pl/libbatteryapplet.ts \ | 22 | ../../../i18n/pl/libbatteryapplet.ts \ |
23 | ../../../i18n/pt/libbatteryapplet.ts \ | 23 | ../../../i18n/pt/libbatteryapplet.ts \ |
24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ | 24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ |
25 | ../../../i18n/sl/libbatteryapplet.ts \ | 25 | ../../../i18n/sl/libbatteryapplet.ts \ |
26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | 26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ |
27 | ../../../i18n/zh_TW/libbatteryapplet.ts | 27 | ../../../i18n/zh_TW/libbatteryapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index b98c0f2..c1ef6b2 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ | |||
16 | ../../../i18n/es/libcardmonapplet.ts \ | 16 | ../../../i18n/es/libcardmonapplet.ts \ |
17 | ../../../i18n/fr/libcardmonapplet.ts \ | 17 | ../../../i18n/fr/libcardmonapplet.ts \ |
18 | ../../../i18n/hu/libcardmonapplet.ts \ | 18 | ../../../i18n/hu/libcardmonapplet.ts \ |
19 | ../../../i18n/ja/libcardmonapplet.ts \ | 19 | ../../../i18n/ja/libcardmonapplet.ts \ |
20 | ../../../i18n/ko/libcardmonapplet.ts \ | 20 | ../../../i18n/ko/libcardmonapplet.ts \ |
21 | ../../../i18n/no/libcardmonapplet.ts \ | 21 | ../../../i18n/no/libcardmonapplet.ts \ |
22 | ../../../i18n/pl/libcardmonapplet.ts \ | 22 | ../../../i18n/pl/libcardmonapplet.ts \ |
23 | ../../../i18n/pt/libcardmonapplet.ts \ | 23 | ../../../i18n/pt/libcardmonapplet.ts \ |
24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ | 24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ |
25 | ../../../i18n/sl/libcardmonapplet.ts \ | 25 | ../../../i18n/sl/libcardmonapplet.ts \ |
26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ | 26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ |
27 | ../../../i18n/zh_TW/libcardmonapplet.ts | 27 | ../../../i18n/zh_TW/libcardmonapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 85b2fe7..535bcc8 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ | |||
16 | ../../../i18n/es/libclipboardapplet.ts \ | 16 | ../../../i18n/es/libclipboardapplet.ts \ |
17 | ../../../i18n/fr/libclipboardapplet.ts \ | 17 | ../../../i18n/fr/libclipboardapplet.ts \ |
18 | ../../../i18n/hu/libclipboardapplet.ts \ | 18 | ../../../i18n/hu/libclipboardapplet.ts \ |
19 | ../../../i18n/ja/libclipboardapplet.ts \ | 19 | ../../../i18n/ja/libclipboardapplet.ts \ |
20 | ../../../i18n/ko/libclipboardapplet.ts \ | 20 | ../../../i18n/ko/libclipboardapplet.ts \ |
21 | ../../../i18n/no/libclipboardapplet.ts \ | 21 | ../../../i18n/no/libclipboardapplet.ts \ |
22 | ../../../i18n/pl/libclipboardapplet.ts \ | 22 | ../../../i18n/pl/libclipboardapplet.ts \ |
23 | ../../../i18n/pt/libclipboardapplet.ts \ | 23 | ../../../i18n/pt/libclipboardapplet.ts \ |
24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | 24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ |
25 | ../../../i18n/sl/libclipboardapplet.ts \ | 25 | ../../../i18n/sl/libclipboardapplet.ts \ |
26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | 26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ |
27 | ../../../i18n/zh_TW/libclipboardapplet.ts | 27 | ../../../i18n/zh_TW/libclipboardapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index ff4867d..21591d1 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ | |||
16 | ../../../i18n/es/libclockapplet.ts \ | 16 | ../../../i18n/es/libclockapplet.ts \ |
17 | ../../../i18n/fr/libclockapplet.ts \ | 17 | ../../../i18n/fr/libclockapplet.ts \ |
18 | ../../../i18n/hu/libclockapplet.ts \ | 18 | ../../../i18n/hu/libclockapplet.ts \ |
19 | ../../../i18n/ja/libclockapplet.ts \ | 19 | ../../../i18n/ja/libclockapplet.ts \ |
20 | ../../../i18n/ko/libclockapplet.ts \ | 20 | ../../../i18n/ko/libclockapplet.ts \ |
21 | ../../../i18n/no/libclockapplet.ts \ | 21 | ../../../i18n/no/libclockapplet.ts \ |
22 | ../../../i18n/pl/libclockapplet.ts \ | 22 | ../../../i18n/pl/libclockapplet.ts \ |
23 | ../../../i18n/pt/libclockapplet.ts \ | 23 | ../../../i18n/pt/libclockapplet.ts \ |
24 | ../../../i18n/pt_BR/libclockapplet.ts \ | 24 | ../../../i18n/pt_BR/libclockapplet.ts \ |
25 | ../../../i18n/sl/libclockapplet.ts \ | 25 | ../../../i18n/sl/libclockapplet.ts \ |
26 | ../../../i18n/zh_CN/libclockapplet.ts \ | 26 | ../../../i18n/zh_CN/libclockapplet.ts \ |
27 | ../../../i18n/zh_TW/libclockapplet.ts | 27 | ../../../i18n/zh_TW/libclockapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index 420c744..c6c1169 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ | |||
16 | ../../../i18n/es/libhomeapplet.ts \ | 16 | ../../../i18n/es/libhomeapplet.ts \ |
17 | ../../../i18n/fr/libhomeapplet.ts \ | 17 | ../../../i18n/fr/libhomeapplet.ts \ |
18 | ../../../i18n/hu/libhomeapplet.ts \ | 18 | ../../../i18n/hu/libhomeapplet.ts \ |
19 | ../../../i18n/ja/libhomeapplet.ts \ | 19 | ../../../i18n/ja/libhomeapplet.ts \ |
20 | ../../../i18n/ko/libhomeapplet.ts \ | 20 | ../../../i18n/ko/libhomeapplet.ts \ |
21 | ../../../i18n/no/libhomeapplet.ts \ | 21 | ../../../i18n/no/libhomeapplet.ts \ |
22 | ../../../i18n/pl/libhomeapplet.ts \ | 22 | ../../../i18n/pl/libhomeapplet.ts \ |
23 | ../../../i18n/pt/libhomeapplet.ts \ | 23 | ../../../i18n/pt/libhomeapplet.ts \ |
24 | ../../../i18n/pt_BR/libhomeapplet.ts \ | 24 | ../../../i18n/pt_BR/libhomeapplet.ts \ |
25 | ../../../i18n/sl/libhomeapplet.ts \ | 25 | ../../../i18n/sl/libhomeapplet.ts \ |
26 | ../../../i18n/zh_CN/libhomeapplet.ts \ | 26 | ../../../i18n/zh_CN/libhomeapplet.ts \ |
27 | ../../../i18n/zh_TW/libhomeapplet.ts | 27 | ../../../i18n/zh_TW/libhomeapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index 38a5d9b..2a5f094 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ | |||
16 | ../../../i18n/es/libirdaapplet.ts \ | 16 | ../../../i18n/es/libirdaapplet.ts \ |
17 | ../../../i18n/fr/libirdaapplet.ts \ | 17 | ../../../i18n/fr/libirdaapplet.ts \ |
18 | ../../../i18n/hu/libirdaapplet.ts \ | 18 | ../../../i18n/hu/libirdaapplet.ts \ |
19 | ../../../i18n/ja/libirdaapplet.ts \ | 19 | ../../../i18n/ja/libirdaapplet.ts \ |
20 | ../../../i18n/ko/libirdaapplet.ts \ | 20 | ../../../i18n/ko/libirdaapplet.ts \ |
21 | ../../../i18n/no/libirdaapplet.ts \ | 21 | ../../../i18n/no/libirdaapplet.ts \ |
22 | ../../../i18n/pl/libirdaapplet.ts \ | 22 | ../../../i18n/pl/libirdaapplet.ts \ |
23 | ../../../i18n/pt/libirdaapplet.ts \ | 23 | ../../../i18n/pt/libirdaapplet.ts \ |
24 | ../../../i18n/pt_BR/libirdaapplet.ts \ | 24 | ../../../i18n/pt_BR/libirdaapplet.ts \ |
25 | ../../../i18n/sl/libirdaapplet.ts \ | 25 | ../../../i18n/sl/libirdaapplet.ts \ |
26 | ../../../i18n/zh_CN/libirdaapplet.ts \ | 26 | ../../../i18n/zh_CN/libirdaapplet.ts \ |
27 | ../../../i18n/zh_TW/libirdaapplet.ts | 27 | ../../../i18n/zh_TW/libirdaapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 6a5f606..91ef0a9 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ | |||
16 | ../../../i18n/es/liblogoutapplet.ts \ | 16 | ../../../i18n/es/liblogoutapplet.ts \ |
17 | ../../../i18n/fr/liblogoutapplet.ts \ | 17 | ../../../i18n/fr/liblogoutapplet.ts \ |
18 | ../../../i18n/hu/liblogoutapplet.ts \ | 18 | ../../../i18n/hu/liblogoutapplet.ts \ |
19 | ../../../i18n/ja/liblogoutapplet.ts \ | 19 | ../../../i18n/ja/liblogoutapplet.ts \ |
20 | ../../../i18n/ko/liblogoutapplet.ts \ | 20 | ../../../i18n/ko/liblogoutapplet.ts \ |
21 | ../../../i18n/no/liblogoutapplet.ts \ | 21 | ../../../i18n/no/liblogoutapplet.ts \ |
22 | ../../../i18n/pl/liblogoutapplet.ts \ | 22 | ../../../i18n/pl/liblogoutapplet.ts \ |
23 | ../../../i18n/pt/liblogoutapplet.ts \ | 23 | ../../../i18n/pt/liblogoutapplet.ts \ |
24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ | 24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ |
25 | ../../../i18n/sl/liblogoutapplet.ts \ | 25 | ../../../i18n/sl/liblogoutapplet.ts \ |
26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ | 26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ |
27 | ../../../i18n/zh_TW/liblogoutapplet.ts | 27 | ../../../i18n/zh_TW/liblogoutapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index c08e52f..8d55241 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | |||
17 | ../../../i18n/es/libopieobex.ts \ | 17 | ../../../i18n/es/libopieobex.ts \ |
18 | ../../../i18n/fr/libopieobex.ts \ | 18 | ../../../i18n/fr/libopieobex.ts \ |
19 | ../../../i18n/hu/libopieobex.ts \ | 19 | ../../../i18n/hu/libopieobex.ts \ |
20 | ../../../i18n/ja/libopieobex.ts \ | 20 | ../../../i18n/ja/libopieobex.ts \ |
21 | ../../../i18n/ko/libopieobex.ts \ | 21 | ../../../i18n/ko/libopieobex.ts \ |
22 | ../../../i18n/no/libopieobex.ts \ | 22 | ../../../i18n/no/libopieobex.ts \ |
23 | ../../../i18n/pl/libopieobex.ts \ | 23 | ../../../i18n/pl/libopieobex.ts \ |
24 | ../../../i18n/pt/libopieobex.ts \ | 24 | ../../../i18n/pt/libopieobex.ts \ |
25 | ../../../i18n/pt_BR/libopieobex.ts \ | 25 | ../../../i18n/pt_BR/libopieobex.ts \ |
26 | ../../../i18n/sl/libopieobex.ts \ | 26 | ../../../i18n/sl/libopieobex.ts \ |
27 | ../../../i18n/zh_CN/libopieobex.ts \ | 27 | ../../../i18n/zh_CN/libopieobex.ts \ |
28 | ../../../i18n/zh_TW/libopieobex.ts | 28 | ../../../i18n/zh_TW/libopieobex.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/restartapplet/restartapplet.pro b/core/applets/restartapplet/restartapplet.pro index ca8799d..aeaf400 100644 --- a/core/applets/restartapplet/restartapplet.pro +++ b/core/applets/restartapplet/restartapplet.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = restart.h restartappletimpl.h | 3 | HEADERS = restart.h restartappletimpl.h |
4 | SOURCES = restart.cpp restartappletimpl.cpp | 4 | SOURCES = restart.cpp restartappletimpl.cpp |
5 | TARGET = restartapplet | 5 | TARGET = restartapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/restartapplet2/restartapplet.pro b/core/applets/restartapplet2/restartapplet.pro index 19ab381..f1d805c 100644 --- a/core/applets/restartapplet2/restartapplet.pro +++ b/core/applets/restartapplet2/restartapplet.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = restart.h | 3 | HEADERS = restart.h |
4 | SOURCES = restart.cpp | 4 | SOURCES = restart.cpp |
5 | TARGET = restartapplet | 5 | TARGET = restartapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index ffde3cc..337d4ae 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ | |||
18 | ../../../i18n/es/libscreenshotapplet.ts \ | 18 | ../../../i18n/es/libscreenshotapplet.ts \ |
19 | ../../../i18n/fr/libscreenshotapplet.ts \ | 19 | ../../../i18n/fr/libscreenshotapplet.ts \ |
20 | ../../../i18n/hu/libscreenshotapplet.ts \ | 20 | ../../../i18n/hu/libscreenshotapplet.ts \ |
21 | ../../../i18n/ja/libscreenshotapplet.ts \ | 21 | ../../../i18n/ja/libscreenshotapplet.ts \ |
22 | ../../../i18n/ko/libscreenshotapplet.ts \ | 22 | ../../../i18n/ko/libscreenshotapplet.ts \ |
23 | ../../../i18n/no/libscreenshotapplet.ts \ | 23 | ../../../i18n/no/libscreenshotapplet.ts \ |
24 | ../../../i18n/pl/libscreenshotapplet.ts \ | 24 | ../../../i18n/pl/libscreenshotapplet.ts \ |
25 | ../../../i18n/pt/libscreenshotapplet.ts \ | 25 | ../../../i18n/pt/libscreenshotapplet.ts \ |
26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ | 26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ |
27 | ../../../i18n/sl/libscreenshotapplet.ts \ | 27 | ../../../i18n/sl/libscreenshotapplet.ts \ |
28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ | 28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ |
29 | ../../../i18n/zh_TW/libscreenshotapplet.ts | 29 | ../../../i18n/zh_TW/libscreenshotapplet.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index c29c44f..d8ad58d 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ | |||
16 | ../../../i18n/es/libsuspendapplet.ts \ | 16 | ../../../i18n/es/libsuspendapplet.ts \ |
17 | ../../../i18n/fr/libsuspendapplet.ts \ | 17 | ../../../i18n/fr/libsuspendapplet.ts \ |
18 | ../../../i18n/hu/libsuspendapplet.ts \ | 18 | ../../../i18n/hu/libsuspendapplet.ts \ |
19 | ../../../i18n/ja/libsuspendapplet.ts \ | 19 | ../../../i18n/ja/libsuspendapplet.ts \ |
20 | ../../../i18n/ko/libsuspendapplet.ts \ | 20 | ../../../i18n/ko/libsuspendapplet.ts \ |
21 | ../../../i18n/no/libsuspendapplet.ts \ | 21 | ../../../i18n/no/libsuspendapplet.ts \ |
22 | ../../../i18n/pl/libsuspendapplet.ts \ | 22 | ../../../i18n/pl/libsuspendapplet.ts \ |
23 | ../../../i18n/pt/libsuspendapplet.ts \ | 23 | ../../../i18n/pt/libsuspendapplet.ts \ |
24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ | 24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ |
25 | ../../../i18n/sl/libsuspendapplet.ts \ | 25 | ../../../i18n/sl/libsuspendapplet.ts \ |
26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ | 26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ |
27 | ../../../i18n/zh_TW/libsuspendapplet.ts | 27 | ../../../i18n/zh_TW/libsuspendapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 05f2167..bd87aa5 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ | |||
16 | ../../../i18n/es/libvmemoapplet.ts \ | 16 | ../../../i18n/es/libvmemoapplet.ts \ |
17 | ../../../i18n/fr/libvmemoapplet.ts \ | 17 | ../../../i18n/fr/libvmemoapplet.ts \ |
18 | ../../../i18n/hu/libvmemoapplet.ts \ | 18 | ../../../i18n/hu/libvmemoapplet.ts \ |
19 | ../../../i18n/ja/libvmemoapplet.ts \ | 19 | ../../../i18n/ja/libvmemoapplet.ts \ |
20 | ../../../i18n/ko/libvmemoapplet.ts \ | 20 | ../../../i18n/ko/libvmemoapplet.ts \ |
21 | ../../../i18n/no/libvmemoapplet.ts \ | 21 | ../../../i18n/no/libvmemoapplet.ts \ |
22 | ../../../i18n/pl/libvmemoapplet.ts \ | 22 | ../../../i18n/pl/libvmemoapplet.ts \ |
23 | ../../../i18n/pt/libvmemoapplet.ts \ | 23 | ../../../i18n/pt/libvmemoapplet.ts \ |
24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | 24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ |
25 | ../../../i18n/sl/libvmemoapplet.ts \ | 25 | ../../../i18n/sl/libvmemoapplet.ts \ |
26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | 26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ |
27 | ../../../i18n/zh_TW/libvmemoapplet.ts | 27 | ../../../i18n/zh_TW/libvmemoapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 73a1715..bae4b43 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ | |||
16 | ../../../i18n/es/libvolumeapplet.ts \ | 16 | ../../../i18n/es/libvolumeapplet.ts \ |
17 | ../../../i18n/fr/libvolumeapplet.ts \ | 17 | ../../../i18n/fr/libvolumeapplet.ts \ |
18 | ../../../i18n/hu/libvolumeapplet.ts \ | 18 | ../../../i18n/hu/libvolumeapplet.ts \ |
19 | ../../../i18n/ja/libvolumeapplet.ts \ | 19 | ../../../i18n/ja/libvolumeapplet.ts \ |
20 | ../../../i18n/ko/libvolumeapplet.ts \ | 20 | ../../../i18n/ko/libvolumeapplet.ts \ |
21 | ../../../i18n/no/libvolumeapplet.ts \ | 21 | ../../../i18n/no/libvolumeapplet.ts \ |
22 | ../../../i18n/pl/libvolumeapplet.ts \ | 22 | ../../../i18n/pl/libvolumeapplet.ts \ |
23 | ../../../i18n/pt/libvolumeapplet.ts \ | 23 | ../../../i18n/pt/libvolumeapplet.ts \ |
24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | 24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ |
25 | ../../../i18n/sl/libvolumeapplet.ts \ | 25 | ../../../i18n/sl/libvolumeapplet.ts \ |
26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | 26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ |
27 | ../../../i18n/zh_TW/libvolumeapplet.ts | 27 | ../../../i18n/zh_TW/libvolumeapplet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index 7e37cb4..f7f8849 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -8,12 +8,16 @@ TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | |||
8 | ../../../i18n/fr/calibrate.pro.in.ts \ | 8 | ../../../i18n/fr/calibrate.pro.in.ts \ |
9 | ../../../i18n/hu/calibrate.pro.in.ts \ | 9 | ../../../i18n/hu/calibrate.pro.in.ts \ |
10 | ../../../i18n/ja/calibrate.pro.in.ts \ | 10 | ../../../i18n/ja/calibrate.pro.in.ts \ |
11 | ../../../i18n/ko/calibrate.pro.in.ts \ | 11 | ../../../i18n/ko/calibrate.pro.in.ts \ |
12 | ../../../i18n/no/calibrate.pro.in.ts \ | 12 | ../../../i18n/no/calibrate.pro.in.ts \ |
13 | ../../../i18n/pl/calibrate.pro.in.ts \ | 13 | ../../../i18n/pl/calibrate.pro.in.ts \ |
14 | ../../../i18n/pt/calibrate.pro.in.ts \ | 14 | ../../../i18n/pt/calibrate.pro.in.ts \ |
15 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | 15 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ |
16 | ../../../i18n/sl/calibrate.pro.in.ts \ | 16 | ../../../i18n/sl/calibrate.pro.in.ts \ |
17 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | 17 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ |
18 | ../../../i18n/it/calibrate.pro.in.ts \ | 18 | ../../../i18n/it/calibrate.pro.in.ts \ |
19 | ../../../i18n/zh_TW/calibrate.pro.in.ts | 19 | ../../../i18n/zh_TW/calibrate.pro.in.ts |
20 | |||
21 | |||
22 | |||
23 | include ( ../../../include.pro ) | ||
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 5720d21..8c58efb 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -44,12 +44,16 @@ TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | |||
44 | ../../../i18n/hu/embeddedkonsole.ts \ | 44 | ../../../i18n/hu/embeddedkonsole.ts \ |
45 | ../../../i18n/ja/embeddedkonsole.ts \ | 45 | ../../../i18n/ja/embeddedkonsole.ts \ |
46 | ../../../i18n/ko/embeddedkonsole.ts \ | 46 | ../../../i18n/ko/embeddedkonsole.ts \ |
47 | ../../../i18n/no/embeddedkonsole.ts \ | 47 | ../../../i18n/no/embeddedkonsole.ts \ |
48 | ../../../i18n/pl/embeddedkonsole.ts \ | 48 | ../../../i18n/pl/embeddedkonsole.ts \ |
49 | ../../../i18n/pt/embeddedkonsole.ts \ | 49 | ../../../i18n/pt/embeddedkonsole.ts \ |
50 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | 50 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
51 | ../../../i18n/sl/embeddedkonsole.ts \ | 51 | ../../../i18n/sl/embeddedkonsole.ts \ |
52 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | 52 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |
53 | ../../../i18n/zh_TW/embeddedkonsole.ts \ | 53 | ../../../i18n/zh_TW/embeddedkonsole.ts \ |
54 | ../../../i18n/it/embeddedkonsole.ts \ | 54 | ../../../i18n/it/embeddedkonsole.ts \ |
55 | ../../../i18n/da/embeddedkonsole.ts | 55 | ../../../i18n/da/embeddedkonsole.ts |
56 | |||
57 | |||
58 | |||
59 | include ( ../../../include.pro ) | ||
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index d13638c..222a408 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | |||
17 | ../../../i18n/hu/helpbrowser.ts \ | 17 | ../../../i18n/hu/helpbrowser.ts \ |
18 | ../../../i18n/ja/helpbrowser.ts \ | 18 | ../../../i18n/ja/helpbrowser.ts \ |
19 | ../../../i18n/ko/helpbrowser.ts \ | 19 | ../../../i18n/ko/helpbrowser.ts \ |
20 | ../../../i18n/no/helpbrowser.ts \ | 20 | ../../../i18n/no/helpbrowser.ts \ |
21 | ../../../i18n/pl/helpbrowser.ts \ | 21 | ../../../i18n/pl/helpbrowser.ts \ |
22 | ../../../i18n/pt/helpbrowser.ts \ | 22 | ../../../i18n/pt/helpbrowser.ts \ |
23 | ../../../i18n/pt_BR/helpbrowser.ts \ | 23 | ../../../i18n/pt_BR/helpbrowser.ts \ |
24 | ../../../i18n/sl/helpbrowser.ts \ | 24 | ../../../i18n/sl/helpbrowser.ts \ |
25 | ../../../i18n/zh_CN/helpbrowser.ts \ | 25 | ../../../i18n/zh_CN/helpbrowser.ts \ |
26 | ../../../i18n/it/helpbrowser.ts \ | 26 | ../../../i18n/it/helpbrowser.ts \ |
27 | ../../../i18n/zh_TW/helpbrowser.ts \ | 27 | ../../../i18n/zh_TW/helpbrowser.ts \ |
28 | ../../../i18n/da/helpbrowser.ts | 28 | ../../../i18n/da/helpbrowser.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 9e9f6dc..4ca0ceb 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/qcop.ts \ | |||
16 | ../../../i18n/es/qcop.ts \ | 16 | ../../../i18n/es/qcop.ts \ |
17 | ../../../i18n/fr/qcop.ts \ | 17 | ../../../i18n/fr/qcop.ts \ |
18 | ../../../i18n/hu/qcop.ts \ | 18 | ../../../i18n/hu/qcop.ts \ |
19 | ../../../i18n/ja/qcop.ts \ | 19 | ../../../i18n/ja/qcop.ts \ |
20 | ../../../i18n/ko/qcop.ts \ | 20 | ../../../i18n/ko/qcop.ts \ |
21 | ../../../i18n/no/qcop.ts \ | 21 | ../../../i18n/no/qcop.ts \ |
22 | ../../../i18n/pl/qcop.ts \ | 22 | ../../../i18n/pl/qcop.ts \ |
23 | ../../../i18n/pt/qcop.ts \ | 23 | ../../../i18n/pt/qcop.ts \ |
24 | ../../../i18n/pt_BR/qcop.ts \ | 24 | ../../../i18n/pt_BR/qcop.ts \ |
25 | ../../../i18n/sl/qcop.ts \ | 25 | ../../../i18n/sl/qcop.ts \ |
26 | ../../../i18n/zh_CN/qcop.ts \ | 26 | ../../../i18n/zh_CN/qcop.ts \ |
27 | ../../../i18n/zh_TW/qcop.ts | 27 | ../../../i18n/zh_TW/qcop.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index c8df9f3..f90b914 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/textedit.ts \ | |||
15 | ../../../i18n/es/textedit.ts \ | 15 | ../../../i18n/es/textedit.ts \ |
16 | ../../../i18n/fr/textedit.ts \ | 16 | ../../../i18n/fr/textedit.ts \ |
17 | ../../../i18n/hu/textedit.ts \ | 17 | ../../../i18n/hu/textedit.ts \ |
18 | ../../../i18n/ja/textedit.ts \ | 18 | ../../../i18n/ja/textedit.ts \ |
19 | ../../../i18n/ko/textedit.ts \ | 19 | ../../../i18n/ko/textedit.ts \ |
20 | ../../../i18n/no/textedit.ts \ | 20 | ../../../i18n/no/textedit.ts \ |
21 | ../../../i18n/pl/textedit.ts \ | 21 | ../../../i18n/pl/textedit.ts \ |
22 | ../../../i18n/pt/textedit.ts \ | 22 | ../../../i18n/pt/textedit.ts \ |
23 | ../../../i18n/pt_BR/textedit.ts \ | 23 | ../../../i18n/pt_BR/textedit.ts \ |
24 | ../../../i18n/sl/textedit.ts \ | 24 | ../../../i18n/sl/textedit.ts \ |
25 | ../../../i18n/zh_CN/textedit.ts \ | 25 | ../../../i18n/zh_CN/textedit.ts \ |
26 | ../../../i18n/zh_TW/textedit.ts | 26 | ../../../i18n/zh_TW/textedit.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 21f8374..729b182 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -109,12 +109,16 @@ TRANSLATIONS = ../../i18n/de/qpe.ts \ | |||
109 | ../../i18n/hu/qpe.ts \ | 109 | ../../i18n/hu/qpe.ts \ |
110 | ../../i18n/ja/qpe.ts \ | 110 | ../../i18n/ja/qpe.ts \ |
111 | ../../i18n/ko/qpe.ts \ | 111 | ../../i18n/ko/qpe.ts \ |
112 | ../../i18n/no/qpe.ts \ | 112 | ../../i18n/no/qpe.ts \ |
113 | ../../i18n/pl/qpe.ts \ | 113 | ../../i18n/pl/qpe.ts \ |
114 | ../../i18n/pt/qpe.ts \ | 114 | ../../i18n/pt/qpe.ts \ |
115 | ../../i18n/pt_BR/qpe.ts \ | 115 | ../../i18n/pt_BR/qpe.ts \ |
116 | ../../i18n/sl/qpe.ts \ | 116 | ../../i18n/sl/qpe.ts \ |
117 | ../../i18n/zh_CN/qpe.ts \ | 117 | ../../i18n/zh_CN/qpe.ts \ |
118 | ../../i18n/it/qpe.ts \ | 118 | ../../i18n/it/qpe.ts \ |
119 | ../../i18n/zh_TW/qpe.ts \ | 119 | ../../i18n/zh_TW/qpe.ts \ |
120 | ../../i18n/da/qpe.ts | 120 | ../../i18n/da/qpe.ts |
121 | |||
122 | |||
123 | |||
124 | include ( ../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index c10929c..5ffb9a5 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -20,12 +20,16 @@ TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ | |||
20 | ../../../../i18n/es/libflashplugin.ts \ | 20 | ../../../../i18n/es/libflashplugin.ts \ |
21 | ../../../../i18n/fr/libflashplugin.ts \ | 21 | ../../../../i18n/fr/libflashplugin.ts \ |
22 | ../../../../i18n/hu/libflashplugin.ts \ | 22 | ../../../../i18n/hu/libflashplugin.ts \ |
23 | ../../../../i18n/ja/libflashplugin.ts \ | 23 | ../../../../i18n/ja/libflashplugin.ts \ |
24 | ../../../../i18n/ko/libflashplugin.ts \ | 24 | ../../../../i18n/ko/libflashplugin.ts \ |
25 | ../../../../i18n/no/libflashplugin.ts \ | 25 | ../../../../i18n/no/libflashplugin.ts \ |
26 | ../../../../i18n/pl/libflashplugin.ts \ | 26 | ../../../../i18n/pl/libflashplugin.ts \ |
27 | ../../../../i18n/pt/libflashplugin.ts \ | 27 | ../../../../i18n/pt/libflashplugin.ts \ |
28 | ../../../../i18n/pt_BR/libflashplugin.ts \ | 28 | ../../../../i18n/pt_BR/libflashplugin.ts \ |
29 | ../../../../i18n/sl/libflashplugin.ts \ | 29 | ../../../../i18n/sl/libflashplugin.ts \ |
30 | ../../../../i18n/zh_CN/libflashplugin.ts \ | 30 | ../../../../i18n/zh_CN/libflashplugin.ts \ |
31 | ../../../../i18n/zh_TW/libflashplugin.ts | 31 | ../../../../i18n/zh_TW/libflashplugin.ts |
32 | |||
33 | |||
34 | |||
35 | include ( ../../../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 1e7f597..edcc22c 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -24,12 +24,16 @@ TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ | |||
24 | ../../../../i18n/es/libmadplugin.ts \ | 24 | ../../../../i18n/es/libmadplugin.ts \ |
25 | ../../../../i18n/fr/libmadplugin.ts \ | 25 | ../../../../i18n/fr/libmadplugin.ts \ |
26 | ../../../../i18n/hu/libmadplugin.ts \ | 26 | ../../../../i18n/hu/libmadplugin.ts \ |
27 | ../../../../i18n/ja/libmadplugin.ts \ | 27 | ../../../../i18n/ja/libmadplugin.ts \ |
28 | ../../../../i18n/ko/libmadplugin.ts \ | 28 | ../../../../i18n/ko/libmadplugin.ts \ |
29 | ../../../../i18n/no/libmadplugin.ts \ | 29 | ../../../../i18n/no/libmadplugin.ts \ |
30 | ../../../../i18n/pl/libmadplugin.ts \ | 30 | ../../../../i18n/pl/libmadplugin.ts \ |
31 | ../../../../i18n/pt/libmadplugin.ts \ | 31 | ../../../../i18n/pt/libmadplugin.ts \ |
32 | ../../../../i18n/pt_BR/libmadplugin.ts \ | 32 | ../../../../i18n/pt_BR/libmadplugin.ts \ |
33 | ../../../../i18n/sl/libmadplugin.ts \ | 33 | ../../../../i18n/sl/libmadplugin.ts \ |
34 | ../../../../i18n/zh_CN/libmadplugin.ts \ | 34 | ../../../../i18n/zh_CN/libmadplugin.ts \ |
35 | ../../../../i18n/zh_TW/libmadplugin.ts | 35 | ../../../../i18n/zh_TW/libmadplugin.ts |
36 | |||
37 | |||
38 | |||
39 | include ( ../../../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 0f8f396..17d289a 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -53,12 +53,16 @@ TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ | |||
53 | ../../../../i18n/es/libmpeg3plugin.ts \ | 53 | ../../../../i18n/es/libmpeg3plugin.ts \ |
54 | ../../../../i18n/fr/libmpeg3plugin.ts \ | 54 | ../../../../i18n/fr/libmpeg3plugin.ts \ |
55 | ../../../../i18n/hu/libmpeg3plugin.ts \ | 55 | ../../../../i18n/hu/libmpeg3plugin.ts \ |
56 | ../../../../i18n/ja/libmpeg3plugin.ts \ | 56 | ../../../../i18n/ja/libmpeg3plugin.ts \ |
57 | ../../../../i18n/ko/libmpeg3plugin.ts \ | 57 | ../../../../i18n/ko/libmpeg3plugin.ts \ |
58 | ../../../../i18n/no/libmpeg3plugin.ts \ | 58 | ../../../../i18n/no/libmpeg3plugin.ts \ |
59 | ../../../../i18n/pl/libmpeg3plugin.ts \ | 59 | ../../../../i18n/pl/libmpeg3plugin.ts \ |
60 | ../../../../i18n/pt/libmpeg3plugin.ts \ | 60 | ../../../../i18n/pt/libmpeg3plugin.ts \ |
61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | 61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ |
62 | ../../../../i18n/sl/libmpeg3plugin.ts \ | 62 | ../../../../i18n/sl/libmpeg3plugin.ts \ |
63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | 63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ |
64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | 64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts |
65 | |||
66 | |||
67 | |||
68 | include ( ../../../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/modplug/modplug.pro b/core/multimedia/opieplayer/modplug/modplug.pro index 13b8927..84b8eef 100644 --- a/core/multimedia/opieplayer/modplug/modplug.pro +++ b/core/multimedia/opieplayer/modplug/modplug.pro | |||
@@ -8,12 +8,16 @@ SOURCES = fastmix.cpp load_669.cpp load_amf.cpp load_ams.cpp \ | |||
8 | load_psm.cpp load_ptm.cpp load_s3m.cpp load_stm.cpp \ | 8 | load_psm.cpp load_ptm.cpp load_s3m.cpp load_stm.cpp \ |
9 | load_ult.cpp load_umx.cpp load_xm.cpp \ | 9 | load_ult.cpp load_umx.cpp load_xm.cpp \ |
10 | mmcmp.cpp modplugin.cpp modpluginimpl.cpp snd_dsp.cpp \ | 10 | mmcmp.cpp modplugin.cpp modpluginimpl.cpp snd_dsp.cpp \ |
11 | snd_flt.cpp snd_fx.cpp sndfile.cpp sndmix.cpp tables.cpp \ | 11 | snd_flt.cpp snd_fx.cpp sndfile.cpp sndmix.cpp tables.cpp \ |
12 | memfile.cpp | 12 | memfile.cpp |
13 | TARGET = modplugin | 13 | TARGET = modplugin |
14 | DESTDIR = $(OPIEDIR)/plugins/codecs | 14 | DESTDIR = $(OPIEDIR)/plugins/codecs |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe -lm | 17 | LIBS += -lqpe -lm |
18 | VERSION = 1.0.0 | 18 | VERSION = 1.0.0 |
19 | 19 | ||
20 | |||
21 | |||
22 | |||
23 | include ( ../../../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 5c8272d..9489fd5 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -25,12 +25,16 @@ TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ | |||
25 | ../../../i18n/es/opieplayer.ts \ | 25 | ../../../i18n/es/opieplayer.ts \ |
26 | ../../../i18n/fr/opieplayer.ts \ | 26 | ../../../i18n/fr/opieplayer.ts \ |
27 | ../../../i18n/hu/opieplayer.ts \ | 27 | ../../../i18n/hu/opieplayer.ts \ |
28 | ../../../i18n/ja/opieplayer.ts \ | 28 | ../../../i18n/ja/opieplayer.ts \ |
29 | ../../../i18n/ko/opieplayer.ts \ | 29 | ../../../i18n/ko/opieplayer.ts \ |
30 | ../../../i18n/no/opieplayer.ts \ | 30 | ../../../i18n/no/opieplayer.ts \ |
31 | ../../../i18n/pl/opieplayer.ts \ | 31 | ../../../i18n/pl/opieplayer.ts \ |
32 | ../../../i18n/pt/opieplayer.ts \ | 32 | ../../../i18n/pt/opieplayer.ts \ |
33 | ../../../i18n/pt_BR/opieplayer.ts \ | 33 | ../../../i18n/pt_BR/opieplayer.ts \ |
34 | ../../../i18n/sl/opieplayer.ts \ | 34 | ../../../i18n/sl/opieplayer.ts \ |
35 | ../../../i18n/zh_CN/opieplayer.ts \ | 35 | ../../../i18n/zh_CN/opieplayer.ts \ |
36 | ../../../i18n/zh_TW/opieplayer.ts | 36 | ../../../i18n/zh_TW/opieplayer.ts |
37 | |||
38 | |||
39 | |||
40 | include ( ../../../include.pro ) | ||
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index b0f37a8..d1ac78a 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ | |||
16 | ../../../../i18n/es/libwavplugin.ts \ | 16 | ../../../../i18n/es/libwavplugin.ts \ |
17 | ../../../../i18n/fr/libwavplugin.ts \ | 17 | ../../../../i18n/fr/libwavplugin.ts \ |
18 | ../../../../i18n/hu/libwavplugin.ts \ | 18 | ../../../../i18n/hu/libwavplugin.ts \ |
19 | ../../../../i18n/ja/libwavplugin.ts \ | 19 | ../../../../i18n/ja/libwavplugin.ts \ |
20 | ../../../../i18n/ko/libwavplugin.ts \ | 20 | ../../../../i18n/ko/libwavplugin.ts \ |
21 | ../../../../i18n/no/libwavplugin.ts \ | 21 | ../../../../i18n/no/libwavplugin.ts \ |
22 | ../../../../i18n/pl/libwavplugin.ts \ | 22 | ../../../../i18n/pl/libwavplugin.ts \ |
23 | ../../../../i18n/pt/libwavplugin.ts \ | 23 | ../../../../i18n/pt/libwavplugin.ts \ |
24 | ../../../../i18n/pt_BR/libwavplugin.ts \ | 24 | ../../../../i18n/pt_BR/libwavplugin.ts \ |
25 | ../../../../i18n/sl/libwavplugin.ts \ | 25 | ../../../../i18n/sl/libwavplugin.ts \ |
26 | ../../../../i18n/zh_CN/libwavplugin.ts \ | 26 | ../../../../i18n/zh_CN/libwavplugin.ts \ |
27 | ../../../../i18n/zh_TW/libwavplugin.ts | 27 | ../../../../i18n/zh_TW/libwavplugin.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../../include.pro ) | ||
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index bda33dd..d628cbb 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -34,12 +34,16 @@ TRANSLATIONS = ../../i18n/de/opie-login.ts \ | |||
34 | ../../i18n/ja/opie-login.ts \ | 34 | ../../i18n/ja/opie-login.ts \ |
35 | ../../i18n/ko/opie-login.ts \ | 35 | ../../i18n/ko/opie-login.ts \ |
36 | ../../i18n/no/opie-login.ts \ | 36 | ../../i18n/no/opie-login.ts \ |
37 | ../../i18n/pl/opie-login.ts \ | 37 | ../../i18n/pl/opie-login.ts \ |
38 | ../../i18n/pt/opie-login.ts \ | 38 | ../../i18n/pt/opie-login.ts \ |
39 | ../../i18n/pt_BR/opie-login.ts \ | 39 | ../../i18n/pt_BR/opie-login.ts \ |
40 | ../../i18n/sl/opie-login.ts \ | 40 | ../../i18n/sl/opie-login.ts \ |
41 | ../../i18n/zh_CN/opie-login.ts \ | 41 | ../../i18n/zh_CN/opie-login.ts \ |
42 | ../../i18n/zh_TW/opie-login.ts \ | 42 | ../../i18n/zh_TW/opie-login.ts \ |
43 | ../../i18n/it/opie-login.ts \ | 43 | ../../i18n/it/opie-login.ts \ |
44 | ../../i18n/da/opie-login.ts | 44 | ../../i18n/da/opie-login.ts |
45 | 45 | ||
46 | |||
47 | |||
48 | |||
49 | include ( ../../include.pro ) | ||
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 742eb69..5003b35 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -37,12 +37,16 @@ TRANSLATIONS = ../../../i18n/de/addressbook.ts \ | |||
37 | ../../../i18n/fr/addressbook.ts \ | 37 | ../../../i18n/fr/addressbook.ts \ |
38 | ../../../i18n/hu/addressbook.ts \ | 38 | ../../../i18n/hu/addressbook.ts \ |
39 | ../../../i18n/ja/addressbook.ts \ | 39 | ../../../i18n/ja/addressbook.ts \ |
40 | ../../../i18n/ko/addressbook.ts \ | 40 | ../../../i18n/ko/addressbook.ts \ |
41 | ../../../i18n/no/addressbook.ts \ | 41 | ../../../i18n/no/addressbook.ts \ |
42 | ../../../i18n/pl/addressbook.ts \ | 42 | ../../../i18n/pl/addressbook.ts \ |
43 | ../../../i18n/pt/addressbook.ts \ | 43 | ../../../i18n/pt/addressbook.ts \ |
44 | ../../../i18n/pt_BR/addressbook.ts \ | 44 | ../../../i18n/pt_BR/addressbook.ts \ |
45 | ../../../i18n/sl/addressbook.ts \ | 45 | ../../../i18n/sl/addressbook.ts \ |
46 | ../../../i18n/zh_CN/addressbook.ts \ | 46 | ../../../i18n/zh_CN/addressbook.ts \ |
47 | ../../../i18n/it/addressbook.ts \ | 47 | ../../../i18n/it/addressbook.ts \ |
48 | ../../../i18n/zh_TW/addressbook.ts | 48 | ../../../i18n/zh_TW/addressbook.ts |
49 | |||
50 | |||
51 | |||
52 | include ( ../../../include.pro ) | ||
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index f61e19a..da33bfe 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -47,12 +47,16 @@ TRANSLATIONS = ../../../i18n/de/datebook.ts \ | |||
47 | ../../../i18n/hu/datebook.ts \ | 47 | ../../../i18n/hu/datebook.ts \ |
48 | ../../../i18n/ja/datebook.ts \ | 48 | ../../../i18n/ja/datebook.ts \ |
49 | ../../../i18n/ko/datebook.ts \ | 49 | ../../../i18n/ko/datebook.ts \ |
50 | ../../../i18n/no/datebook.ts \ | 50 | ../../../i18n/no/datebook.ts \ |
51 | ../../../i18n/pl/datebook.ts \ | 51 | ../../../i18n/pl/datebook.ts \ |
52 | ../../../i18n/pt/datebook.ts \ | 52 | ../../../i18n/pt/datebook.ts \ |
53 | ../../../i18n/pt_BR/datebook.ts \ | 53 | ../../../i18n/pt_BR/datebook.ts \ |
54 | ../../../i18n/sl/datebook.ts \ | 54 | ../../../i18n/sl/datebook.ts \ |
55 | ../../../i18n/zh_CN/datebook.ts \ | 55 | ../../../i18n/zh_CN/datebook.ts \ |
56 | ../../../i18n/it/datebook.ts \ | 56 | ../../../i18n/it/datebook.ts \ |
57 | ../../../i18n/zh_TW/datebook.ts \ | 57 | ../../../i18n/zh_TW/datebook.ts \ |
58 | ../../../i18n/da/datebook.ts | 58 | ../../../i18n/da/datebook.ts |
59 | |||
60 | |||
61 | |||
62 | include ( ../../../include.pro ) | ||
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro index 5d971e8..abe5a50 100644 --- a/core/pim/today/plugins/addressbook/addressbook.pro +++ b/core/pim/today/plugins/addressbook/addressbook.pro | |||
@@ -8,12 +8,16 @@ HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ | |||
8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ | 8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ |
9 | addresspluginwidget.cpp | 9 | addresspluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayaddressbookplugin | 19 | TARGET = todayaddressbookplugin |
20 | |||
21 | |||
22 | |||
23 | include ( ../../../../../include.pro ) | ||
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 0bbdb77..d093ac1 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -6,13 +6,16 @@ HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ | |||
6 | datebookevent.h datebookpluginwidget.h | 6 | datebookevent.h datebookpluginwidget.h |
7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ | 7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ |
8 | datebookevent.cpp datebookpluginwidget.cpp | 8 | datebookevent.cpp datebookpluginwidget.cpp |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopie | 15 | LIBS+= -lqpe -lopie |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/today | 17 | DESTDIR = $(OPIEDIR)/plugins/today |
18 | TARGET = todaydatebookplugin \ No newline at end of file | 18 | TARGET = todaydatebookplugin |
19 | |||
20 | |||
21 | include ( ../../../../../include.pro ) | ||
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 467e1d8..ef00c41 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -5,13 +5,16 @@ CONFIG += qt release | |||
5 | # Input | 5 | # Input |
6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h | 6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h |
7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp | 7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include \ | 9 | INCLUDEPATH += $(OPIEDIR)/include \ |
10 | ../ ../library | 10 | ../ ../library |
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopie | 14 | LIBS+= -lqpe -lopie |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin \ No newline at end of file | 17 | TARGET = todaymailplugin |
18 | |||
19 | |||
20 | include ( ../../../../../include.pro ) | ||
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 38db406..f3aeb52 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -7,13 +7,16 @@ HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ | |||
7 | todopluginwidget.h | 7 | todopluginwidget.h |
8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ | 8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ |
9 | todopluginwidget.cpp | 9 | todopluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todaytodolistplugin \ No newline at end of file | 19 | TARGET = todaytodolistplugin |
20 | |||
21 | |||
22 | include ( ../../../../../include.pro ) | ||
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 1fa8c94..12807eb 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../../i18n/de/today.ts \ | |||
18 | ../../../i18n/hu/today.ts \ | 18 | ../../../i18n/hu/today.ts \ |
19 | ../../../i18n/ja/today.ts \ | 19 | ../../../i18n/ja/today.ts \ |
20 | ../../../i18n/ko/today.ts \ | 20 | ../../../i18n/ko/today.ts \ |
21 | ../../../i18n/no/today.ts \ | 21 | ../../../i18n/no/today.ts \ |
22 | ../../../i18n/pl/today.ts \ | 22 | ../../../i18n/pl/today.ts \ |
23 | ../../../i18n/pt/today.ts \ | 23 | ../../../i18n/pt/today.ts \ |
24 | ../../../i18n/pt_BR/today.ts \ | 24 | ../../../i18n/pt_BR/today.ts \ |
25 | ../../../i18n/sl/today.ts \ | 25 | ../../../i18n/sl/today.ts \ |
26 | ../../../i18n/zh_CN/today.ts \ | 26 | ../../../i18n/zh_CN/today.ts \ |
27 | ../../../i18n/zh_TW/today.ts \ | 27 | ../../../i18n/zh_TW/today.ts \ |
28 | ../../../i18n/it/today.ts \ | 28 | ../../../i18n/it/today.ts \ |
29 | ../../../i18n/da/today.ts | 29 | ../../../i18n/da/today.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../../include.pro ) | ||
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 7f47b06..12b6a48 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -53,12 +53,16 @@ TRANSLATIONS = ../../../i18n/de/todolist.ts \ | |||
53 | ../../../i18n/es/todolist.ts \ | 53 | ../../../i18n/es/todolist.ts \ |
54 | ../../../i18n/fr/todolist.ts \ | 54 | ../../../i18n/fr/todolist.ts \ |
55 | ../../../i18n/hu/todolist.ts \ | 55 | ../../../i18n/hu/todolist.ts \ |
56 | ../../../i18n/ja/todolist.ts \ | 56 | ../../../i18n/ja/todolist.ts \ |
57 | ../../../i18n/ko/todolist.ts \ | 57 | ../../../i18n/ko/todolist.ts \ |
58 | ../../../i18n/no/todolist.ts \ | 58 | ../../../i18n/no/todolist.ts \ |
59 | ../../../i18n/pl/todolist.ts \ | 59 | ../../../i18n/pl/todolist.ts \ |
60 | ../../../i18n/pt/todolist.ts \ | 60 | ../../../i18n/pt/todolist.ts \ |
61 | ../../../i18n/pt_BR/todolist.ts \ | 61 | ../../../i18n/pt_BR/todolist.ts \ |
62 | ../../../i18n/sl/todolist.ts \ | 62 | ../../../i18n/sl/todolist.ts \ |
63 | ../../../i18n/zh_CN/todolist.ts \ | 63 | ../../../i18n/zh_CN/todolist.ts \ |
64 | ../../../i18n/zh_TW/todolist.ts | 64 | ../../../i18n/zh_TW/todolist.ts |
65 | |||
66 | |||
67 | |||
68 | include ( ../../../include.pro ) | ||
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro index 389695c..95a5c91 100644 --- a/core/settings/button/button.pro +++ b/core/settings/button/button.pro | |||
@@ -24,12 +24,16 @@ TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ | |||
24 | ../../../i18n/fr/buttonsettings.ts \ | 24 | ../../../i18n/fr/buttonsettings.ts \ |
25 | ../../../i18n/hu/buttonsettings.ts \ | 25 | ../../../i18n/hu/buttonsettings.ts \ |
26 | ../../../i18n/ja/buttonsettings.ts \ | 26 | ../../../i18n/ja/buttonsettings.ts \ |
27 | ../../../i18n/ko/buttonsettings.ts \ | 27 | ../../../i18n/ko/buttonsettings.ts \ |
28 | ../../../i18n/no/buttonsettings.ts \ | 28 | ../../../i18n/no/buttonsettings.ts \ |
29 | ../../../i18n/pl/buttonsettings.ts \ | 29 | ../../../i18n/pl/buttonsettings.ts \ |
30 | ../../../i18n/pt/buttonsettings.ts \ | 30 | ../../../i18n/pt/buttonsettings.ts \ |
31 | ../../../i18n/pt_BR/buttonsettings.ts \ | 31 | ../../../i18n/pt_BR/buttonsettings.ts \ |
32 | ../../../i18n/sl/buttonsettings.ts \ | 32 | ../../../i18n/sl/buttonsettings.ts \ |
33 | ../../../i18n/zh_CN/buttonsettings.ts \ | 33 | ../../../i18n/zh_CN/buttonsettings.ts \ |
34 | ../../../i18n/zh_TW/buttonsettings.ts \ | 34 | ../../../i18n/zh_TW/buttonsettings.ts \ |
35 | ../../../i18n/da/buttonsettings.ts | 35 | ../../../i18n/da/buttonsettings.ts |
36 | |||
37 | |||
38 | |||
39 | include ( ../../../include.pro ) | ||
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 4113a75..a189a2b 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/citytime.ts \ | |||
16 | ../../../i18n/fr/citytime.ts \ | 16 | ../../../i18n/fr/citytime.ts \ |
17 | ../../../i18n/hu/citytime.ts \ | 17 | ../../../i18n/hu/citytime.ts \ |
18 | ../../../i18n/ja/citytime.ts \ | 18 | ../../../i18n/ja/citytime.ts \ |
19 | ../../../i18n/ko/citytime.ts \ | 19 | ../../../i18n/ko/citytime.ts \ |
20 | ../../../i18n/no/citytime.ts \ | 20 | ../../../i18n/no/citytime.ts \ |
21 | ../../../i18n/pl/citytime.ts \ | 21 | ../../../i18n/pl/citytime.ts \ |
22 | ../../../i18n/pt/citytime.ts \ | 22 | ../../../i18n/pt/citytime.ts \ |
23 | ../../../i18n/pt_BR/citytime.ts \ | 23 | ../../../i18n/pt_BR/citytime.ts \ |
24 | ../../../i18n/sl/citytime.ts \ | 24 | ../../../i18n/sl/citytime.ts \ |
25 | ../../../i18n/zh_CN/citytime.ts \ | 25 | ../../../i18n/zh_CN/citytime.ts \ |
26 | ../../../i18n/zh_TW/citytime.ts \ | 26 | ../../../i18n/zh_TW/citytime.ts \ |
27 | ../../../i18n/da/citytime.ts | 27 | ../../../i18n/da/citytime.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/core/settings/launcher/launcher.pro b/core/settings/launcher/launcher.pro index 1c72126..1c17eff 100644 --- a/core/settings/launcher/launcher.pro +++ b/core/settings/launcher/launcher.pro | |||
@@ -11,12 +11,16 @@ HEADERS = launchersettings.h \ | |||
11 | SOURCES = main.cpp \ | 11 | SOURCES = main.cpp \ |
12 | launchersettings.cpp \ | 12 | launchersettings.cpp \ |
13 | tabssettings.cpp \ | 13 | tabssettings.cpp \ |
14 | taskbarsettings.cpp \ | 14 | taskbarsettings.cpp \ |
15 | menusettings.cpp \ | 15 | menusettings.cpp \ |
16 | tabdialog.cpp | 16 | tabdialog.cpp |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | LIBS += -lqpe -lopie | 20 | LIBS += -lqpe -lopie |
21 | TARGET = launchersettings | 21 | TARGET = launchersettings |
22 | 22 | ||
23 | |||
24 | |||
25 | |||
26 | include ( ../../../include.pro ) | ||
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index a7ce88a..95e7632 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | |||
17 | ../../../i18n/hu/light-and-power.ts \ | 17 | ../../../i18n/hu/light-and-power.ts \ |
18 | ../../../i18n/ja/light-and-power.ts \ | 18 | ../../../i18n/ja/light-and-power.ts \ |
19 | ../../../i18n/ko/light-and-power.ts \ | 19 | ../../../i18n/ko/light-and-power.ts \ |
20 | ../../../i18n/no/light-and-power.ts \ | 20 | ../../../i18n/no/light-and-power.ts \ |
21 | ../../../i18n/pl/light-and-power.ts \ | 21 | ../../../i18n/pl/light-and-power.ts \ |
22 | ../../../i18n/pt/light-and-power.ts \ | 22 | ../../../i18n/pt/light-and-power.ts \ |
23 | ../../../i18n/pt_BR/light-and-power.ts \ | 23 | ../../../i18n/pt_BR/light-and-power.ts \ |
24 | ../../../i18n/sl/light-and-power.ts \ | 24 | ../../../i18n/sl/light-and-power.ts \ |
25 | ../../../i18n/zh_CN/light-and-power.ts \ | 25 | ../../../i18n/zh_CN/light-and-power.ts \ |
26 | ../../../i18n/zh_TW/light-and-power.ts \ | 26 | ../../../i18n/zh_TW/light-and-power.ts \ |
27 | ../../../i18n/it/light-and-power.ts \ | 27 | ../../../i18n/it/light-and-power.ts \ |
28 | ../../../i18n/da/light-and-power.ts | 28 | ../../../i18n/da/light-and-power.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index d7cfba4..4564522 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/security.ts \ | |||
16 | ../../../i18n/fr/security.ts \ | 16 | ../../../i18n/fr/security.ts \ |
17 | ../../../i18n/hu/security.ts \ | 17 | ../../../i18n/hu/security.ts \ |
18 | ../../../i18n/ja/security.ts \ | 18 | ../../../i18n/ja/security.ts \ |
19 | ../../../i18n/ko/security.ts \ | 19 | ../../../i18n/ko/security.ts \ |
20 | ../../../i18n/no/security.ts \ | 20 | ../../../i18n/no/security.ts \ |
21 | ../../../i18n/pl/security.ts \ | 21 | ../../../i18n/pl/security.ts \ |
22 | ../../../i18n/pt/security.ts \ | 22 | ../../../i18n/pt/security.ts \ |
23 | ../../../i18n/pt_BR/security.ts \ | 23 | ../../../i18n/pt_BR/security.ts \ |
24 | ../../../i18n/sl/security.ts \ | 24 | ../../../i18n/sl/security.ts \ |
25 | ../../../i18n/zh_CN/security.ts \ | 25 | ../../../i18n/zh_CN/security.ts \ |
26 | ../../../i18n/zh_TW/security.ts \ | 26 | ../../../i18n/zh_TW/security.ts \ |
27 | ../../../i18n/da/security.ts | 27 | ../../../i18n/da/security.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index ab9f57a..ecdc64b 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../i18n/de/keyview.ts \ | |||
17 | ../i18n/es/keyview.ts \ | 17 | ../i18n/es/keyview.ts \ |
18 | ../i18n/fr/keyview.ts \ | 18 | ../i18n/fr/keyview.ts \ |
19 | ../i18n/hu/keyview.ts \ | 19 | ../i18n/hu/keyview.ts \ |
20 | ../i18n/ja/keyview.ts \ | 20 | ../i18n/ja/keyview.ts \ |
21 | ../i18n/ko/keyview.ts \ | 21 | ../i18n/ko/keyview.ts \ |
22 | ../i18n/no/keyview.ts \ | 22 | ../i18n/no/keyview.ts \ |
23 | ../i18n/pl/keyview.ts \ | 23 | ../i18n/pl/keyview.ts \ |
24 | ../i18n/pt/keyview.ts \ | 24 | ../i18n/pt/keyview.ts \ |
25 | ../i18n/pt_BR/keyview.ts \ | 25 | ../i18n/pt_BR/keyview.ts \ |
26 | ../i18n/sl/keyview.ts \ | 26 | ../i18n/sl/keyview.ts \ |
27 | ../i18n/zh_CN/keyview.ts \ | 27 | ../i18n/zh_CN/keyview.ts \ |
28 | ../i18n/zh_TW/keyview.ts | 28 | ../i18n/zh_TW/keyview.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../include.pro ) | ||
diff --git a/example/example.pro b/example/example.pro index 7bcd7ac..d23a1d8 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../i18n/de/example.ts \ | |||
16 | ../i18n/es/example.ts \ | 16 | ../i18n/es/example.ts \ |
17 | ../i18n/fr/example.ts \ | 17 | ../i18n/fr/example.ts \ |
18 | ../i18n/hu/example.ts \ | 18 | ../i18n/hu/example.ts \ |
19 | ../i18n/ja/example.ts \ | 19 | ../i18n/ja/example.ts \ |
20 | ../i18n/ko/example.ts \ | 20 | ../i18n/ko/example.ts \ |
21 | ../i18n/no/example.ts \ | 21 | ../i18n/no/example.ts \ |
22 | ../i18n/pl/example.ts \ | 22 | ../i18n/pl/example.ts \ |
23 | ../i18n/pt/example.ts \ | 23 | ../i18n/pt/example.ts \ |
24 | ../i18n/pt_BR/example.ts \ | 24 | ../i18n/pt_BR/example.ts \ |
25 | ../i18n/sl/example.ts \ | 25 | ../i18n/sl/example.ts \ |
26 | ../i18n/zh_CN/example.ts \ | 26 | ../i18n/zh_CN/example.ts \ |
27 | ../i18n/zh_TW/example.ts | 27 | ../i18n/zh_TW/example.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../include.pro ) | ||
diff --git a/freetype/freetype.pro b/freetype/freetype.pro index ca7edd3..19451d7 100644 --- a/freetype/freetype.pro +++ b/freetype/freetype.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h | 3 | HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h |
4 | SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp | 4 | SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp |
5 | qt2:HEADERS+= qfontdata_p.h | 5 | qt2:HEADERS+= qfontdata_p.h |
6 | TARGET = freetypefactory | 6 | TARGET = freetypefactory |
7 | DESTDIR = $(OPIEDIR)/plugins/fontfactories | 7 | DESTDIR = $(OPIEDIR)/plugins/fontfactories |
8 | INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include | 8 | INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lfreetype | 10 | LIBS += -lqpe -lfreetype |
11 | VERSION = 1.0.0 | 11 | VERSION = 1.0.0 |
12 | |||
13 | |||
14 | |||
15 | include ( ../include.pro ) | ||
diff --git a/i18n/da/libopie.ts b/i18n/da/libopie.ts index 429a0d9..d63d5f6 100644 --- a/i18n/da/libopie.ts +++ b/i18n/da/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation>Lør</translation> | 70 | <translation>Lør</translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation>Søn</translation> | 74 | <translation>Søn</translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation>Hver</translation> | 78 | <translation>Hver</translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation>Tid:</translation> | 97 | <translation>Tid:</translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation>:</translation> | 101 | <translation>:</translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/de/libopie.ts b/i18n/de/libopie.ts index 0fe265a..e94d2a7 100644 --- a/i18n/de/libopie.ts +++ b/i18n/de/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation>Sa</translation> | 70 | <translation>Sa</translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation>So</translation> | 74 | <translation>So</translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation>Jeden</translation> | 78 | <translation>Jeden</translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation>Zeit:</translation> | 97 | <translation>Zeit:</translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation>:</translation> | 101 | <translation>:</translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/en/libopie.ts b/i18n/en/libopie.ts index a66d265..b78f90c 100644 --- a/i18n/en/libopie.ts +++ b/i18n/en/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation type="unfinished"></translation> | 97 | <translation type="unfinished"></translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation type="unfinished"></translation> | 101 | <translation type="unfinished"></translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/es/libopie.ts b/i18n/es/libopie.ts index eeee05b..c69514a 100644 --- a/i18n/es/libopie.ts +++ b/i18n/es/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation>Sáb</translation> | 70 | <translation>Sáb</translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation>Dom</translation> | 74 | <translation>Dom</translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation>Cada</translation> | 78 | <translation>Cada</translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation>Hora:</translation> | 97 | <translation>Hora:</translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation>:</translation> | 101 | <translation>:</translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/fr/libopie.ts b/i18n/fr/libopie.ts index 0691ea4..c0bcb51 100644 --- a/i18n/fr/libopie.ts +++ b/i18n/fr/libopie.ts | |||
@@ -69,24 +69,36 @@ | |||
69 | <message> | 69 | <message> |
70 | <source>Sat</source> | 70 | <source>Sat</source> |
71 | <translation>Sa</translation> | 71 | <translation>Sa</translation> |
72 | </message> | 72 | </message> |
73 | <message> | 73 | <message> |
74 | <source>Sun</source> | 74 | <source>Sun</source> |
75 | <translation>Di</translation> | 75 | <translation>Di</translation> |
76 | </message> | 76 | </message> |
77 | <message> | 77 | <message> |
78 | <source>Every</source> | 78 | <source>Every</source> |
79 | <translation>Tous</translation> | 79 | <translation>Tous</translation> |
80 | </message> | 80 | </message> |
81 | <message> | ||
82 | <source>Var1</source> | ||
83 | <translation type="unfinished"></translation> | ||
84 | </message> | ||
85 | <message> | ||
86 | <source>Var 2</source> | ||
87 | <translation type="unfinished"></translation> | ||
88 | </message> | ||
89 | <message> | ||
90 | <source>WeekVar</source> | ||
91 | <translation type="unfinished"></translation> | ||
92 | </message> | ||
81 | </context> | 93 | </context> |
82 | <context> | 94 | <context> |
83 | <name>OTimePickerDialogBase</name> | 95 | <name>OTimePickerDialogBase</name> |
84 | <message> | 96 | <message> |
85 | <source>Time:</source> | 97 | <source>Time:</source> |
86 | <translation>Heure:</translation> | 98 | <translation>Heure:</translation> |
87 | </message> | 99 | </message> |
88 | <message> | 100 | <message> |
89 | <source>:</source> | 101 | <source>:</source> |
90 | <translation>:</translation> | 102 | <translation>:</translation> |
91 | </message> | 103 | </message> |
92 | <message> | 104 | <message> |
diff --git a/i18n/pl/libopie.ts b/i18n/pl/libopie.ts index a66d265..b78f90c 100644 --- a/i18n/pl/libopie.ts +++ b/i18n/pl/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation type="unfinished"></translation> | 97 | <translation type="unfinished"></translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation type="unfinished"></translation> | 101 | <translation type="unfinished"></translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/pt/libopie.ts b/i18n/pt/libopie.ts index a66d265..b78f90c 100644 --- a/i18n/pt/libopie.ts +++ b/i18n/pt/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation type="unfinished"></translation> | 97 | <translation type="unfinished"></translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation type="unfinished"></translation> | 101 | <translation type="unfinished"></translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/pt_BR/libopie.ts b/i18n/pt_BR/libopie.ts index a66d265..b78f90c 100644 --- a/i18n/pt_BR/libopie.ts +++ b/i18n/pt_BR/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation type="unfinished"></translation> | 97 | <translation type="unfinished"></translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation type="unfinished"></translation> | 101 | <translation type="unfinished"></translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/sl/libopie.ts b/i18n/sl/libopie.ts index 3431b45..efdf58b 100644 --- a/i18n/sl/libopie.ts +++ b/i18n/sl/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation>Čas:</translation> | 97 | <translation>Čas:</translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation>:</translation> | 101 | <translation>:</translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/xx/libopie.ts b/i18n/xx/libopie.ts index a66d265..b78f90c 100644 --- a/i18n/xx/libopie.ts +++ b/i18n/xx/libopie.ts | |||
@@ -68,24 +68,36 @@ | |||
68 | <message> | 68 | <message> |
69 | <source>Sat</source> | 69 | <source>Sat</source> |
70 | <translation type="unfinished"></translation> | 70 | <translation type="unfinished"></translation> |
71 | </message> | 71 | </message> |
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation type="unfinished"></translation> | 74 | <translation type="unfinished"></translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation type="unfinished"></translation> | 78 | <translation type="unfinished"></translation> |
79 | </message> | 79 | </message> |
80 | <message> | ||
81 | <source>Var1</source> | ||
82 | <translation type="unfinished"></translation> | ||
83 | </message> | ||
84 | <message> | ||
85 | <source>Var 2</source> | ||
86 | <translation type="unfinished"></translation> | ||
87 | </message> | ||
88 | <message> | ||
89 | <source>WeekVar</source> | ||
90 | <translation type="unfinished"></translation> | ||
91 | </message> | ||
80 | </context> | 92 | </context> |
81 | <context> | 93 | <context> |
82 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
83 | <message> | 95 | <message> |
84 | <source>Time:</source> | 96 | <source>Time:</source> |
85 | <translation type="unfinished"></translation> | 97 | <translation type="unfinished"></translation> |
86 | </message> | 98 | </message> |
87 | <message> | 99 | <message> |
88 | <source>:</source> | 100 | <source>:</source> |
89 | <translation type="unfinished"></translation> | 101 | <translation type="unfinished"></translation> |
90 | </message> | 102 | </message> |
91 | <message> | 103 | <message> |
diff --git a/i18n/zh_TW/advancedfm.ts b/i18n/zh_TW/advancedfm.ts index 63f6d5d..c417209 100644 --- a/i18n/zh_TW/advancedfm.ts +++ b/i18n/zh_TW/advancedfm.ts | |||
@@ -225,24 +225,32 @@ L.J.Potter<llornkcor@handhelds.org> | |||
225 | </message> | 225 | </message> |
226 | <message> | 226 | <message> |
227 | <source> | 227 | <source> |
228 | exists. Ok to overwrite?</source> | 228 | exists. Ok to overwrite?</source> |
229 | <translation> 已存在. 要覆蓋嗎?</translation> | 229 | <translation> 已存在. 要覆蓋嗎?</translation> |
230 | </message> | 230 | </message> |
231 | <message> | 231 | <message> |
232 | <source> already exists. | 232 | <source> already exists. |
233 | Do you really want to delete it?</source> | 233 | Do you really want to delete it?</source> |
234 | <translation> 已經存在. | 234 | <translation> 已經存在. |
235 | 您確定要刪除它?</translation> | 235 | 您確定要刪除它?</translation> |
236 | </message> | 236 | </message> |
237 | <message> | ||
238 | <source>%1 exists. Ok to overwrite?</source> | ||
239 | <translation type="unfinished"></translation> | ||
240 | </message> | ||
241 | <message> | ||
242 | <source>Could not copy %1 to %2</source> | ||
243 | <translation type="unfinished"></translation> | ||
244 | </message> | ||
237 | </context> | 245 | </context> |
238 | <context> | 246 | <context> |
239 | <name>Output</name> | 247 | <name>Output</name> |
240 | <message> | 248 | <message> |
241 | <source>Save output to file (name only)</source> | 249 | <source>Save output to file (name only)</source> |
242 | <translation>將輸出存為檔案(只有名稱)</translation> | 250 | <translation>將輸出存為檔案(只有名稱)</translation> |
243 | </message> | 251 | </message> |
244 | <message> | 252 | <message> |
245 | <source>Output</source> | 253 | <source>Output</source> |
246 | <translation>輸出</translation> | 254 | <translation>輸出</translation> |
247 | </message> | 255 | </message> |
248 | </context> | 256 | </context> |
diff --git a/i18n/zh_TW/appearance.ts b/i18n/zh_TW/appearance.ts index c9a7e3c..fc96fdd 100644 --- a/i18n/zh_TW/appearance.ts +++ b/i18n/zh_TW/appearance.ts | |||
@@ -53,28 +53,24 @@ | |||
53 | <source>Drop down list w/icons</source> | 53 | <source>Drop down list w/icons</source> |
54 | <translation>有圖示的直式索引標籤</translation> | 54 | <translation>有圖示的直式索引標籤</translation> |
55 | </message> | 55 | </message> |
56 | <message> | 56 | <message> |
57 | <source>Top</source> | 57 | <source>Top</source> |
58 | <translation>頂端</translation> | 58 | <translation>頂端</translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Bottom</source> | 61 | <source>Bottom</source> |
62 | <translation>底部</translation> | 62 | <translation>底部</translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Appearance</source> | ||
66 | <translation>外觀</translation> | ||
67 | </message> | ||
68 | <message> | ||
69 | <source>Style</source> | 65 | <source>Style</source> |
70 | <translation>樣式</translation> | 66 | <translation>樣式</translation> |
71 | </message> | 67 | </message> |
72 | <message> | 68 | <message> |
73 | <source>Font</source> | 69 | <source>Font</source> |
74 | <translation>字型</translation> | 70 | <translation>字型</translation> |
75 | </message> | 71 | </message> |
76 | <message> | 72 | <message> |
77 | <source>Colors</source> | 73 | <source>Colors</source> |
78 | <translation>顏色</translation> | 74 | <translation>顏色</translation> |
79 | </message> | 75 | </message> |
80 | <message> | 76 | <message> |
@@ -218,24 +214,28 @@ This area allows you to select an application and which settings you wish to dis | |||
218 | <message> | 214 | <message> |
219 | <source>Click here so that tabs appear at the top of the window.</source> | 215 | <source>Click here so that tabs appear at the top of the window.</source> |
220 | <translation>按這裡讓索引標籤出現在視窗的頂端.</translation> | 216 | <translation>按這裡讓索引標籤出現在視窗的頂端.</translation> |
221 | </message> | 217 | </message> |
222 | <message> | 218 | <message> |
223 | <source>Click here so that tabs appear at the bottom of the window.</source> | 219 | <source>Click here so that tabs appear at the bottom of the window.</source> |
224 | <translation>按這裡讓索引標籤出現在視窗的底部.</translation> | 220 | <translation>按這裡讓索引標籤出現在視窗的底部.</translation> |
225 | </message> | 221 | </message> |
226 | <message> | 222 | <message> |
227 | <source>This is a preview window. Look here to see your new appearance as options are changed.</source> | 223 | <source>This is a preview window. Look here to see your new appearance as options are changed.</source> |
228 | <translation>這是一個預覽視窗. 在這裡可以看到在改變選項之後的新外觀.</translation> | 224 | <translation>這是一個預覽視窗. 在這裡可以看到在改變選項之後的新外觀.</translation> |
229 | </message> | 225 | </message> |
226 | <message> | ||
227 | <source>Appearance Settings</source> | ||
228 | <translation type="unfinished"></translation> | ||
229 | </message> | ||
230 | </context> | 230 | </context> |
231 | <context> | 231 | <context> |
232 | <name>EditScheme</name> | 232 | <name>EditScheme</name> |
233 | <message> | 233 | <message> |
234 | <source>Edit scheme</source> | 234 | <source>Edit scheme</source> |
235 | <translation>編輯主題</translation> | 235 | <translation>編輯主題</translation> |
236 | </message> | 236 | </message> |
237 | <message> | 237 | <message> |
238 | <source>Click here to select a color for: </source> | 238 | <source>Click here to select a color for: </source> |
239 | <translation>按這裡來選擇顏色: </translation> | 239 | <translation>按這裡來選擇顏色: </translation> |
240 | </message> | 240 | </message> |
241 | </context> | 241 | </context> |
diff --git a/i18n/zh_TW/buzzword.ts b/i18n/zh_TW/buzzword.ts index 4d1bc18..a71309b 100644 --- a/i18n/zh_TW/buzzword.ts +++ b/i18n/zh_TW/buzzword.ts | |||
@@ -1,21 +1,21 @@ | |||
1 | <!DOCTYPE TS><TS> | 1 | <!DOCTYPE TS><TS> |
2 | <context> | 2 | <context> |
3 | <name>BuzzWord</name> | 3 | <name>BuzzWord</name> |
4 | <message> | 4 | <message> |
5 | <source>buZzword</source> | 5 | <source>buZzword</source> |
6 | <translation >buZzword</translation> | 6 | <translation>buZzword</translation> |
7 | </message> | 7 | </message> |
8 | <message> | 8 | <message> |
9 | <source>&New game</source> | 9 | <source>&New game</source> |
10 | <translation>&新遊戲</translation> | 10 | <translation>&新遊戲</translation> |
11 | </message> | 11 | </message> |
12 | <message> | 12 | <message> |
13 | <source>&Game</source> | 13 | <source>&Game</source> |
14 | <translation>遊戲</translation> | 14 | <translation>遊戲</translation> |
15 | </message> | 15 | </message> |
16 | <message> | 16 | <message> |
17 | <source><h1><b>BINGO !</b></h1></source> | 17 | <source><h1><b>BINGO !</b></h1></source> |
18 | <translation ><h1><b>BINGO !</b></h1></translation> | 18 | <translation><h1><b>BINGO !</b></h1></translation> |
19 | </message> | 19 | </message> |
20 | </context> | 20 | </context> |
21 | </TS> | 21 | </TS> |
diff --git a/i18n/zh_TW/libcardmonapplet.ts b/i18n/zh_TW/libcardmonapplet.ts index 0b5ef8d..28c4368 100644 --- a/i18n/zh_TW/libcardmonapplet.ts +++ b/i18n/zh_TW/libcardmonapplet.ts | |||
@@ -2,25 +2,25 @@ | |||
2 | <context> | 2 | <context> |
3 | <name>CardMonitor</name> | 3 | <name>CardMonitor</name> |
4 | <message> | 4 | <message> |
5 | <source>CF/PCMCIA card eject failed!</source> | 5 | <source>CF/PCMCIA card eject failed!</source> |
6 | <translation>CF/PCMCIA 移除失敗!</translation> | 6 | <translation>CF/PCMCIA 移除失敗!</translation> |
7 | </message> | 7 | </message> |
8 | <message> | 8 | <message> |
9 | <source>SD/MMC card eject failed!</source> | 9 | <source>SD/MMC card eject failed!</source> |
10 | <translation>SD/MMC 移除失敗!</translation> | 10 | <translation>SD/MMC 移除失敗!</translation> |
11 | </message> | 11 | </message> |
12 | <message> | 12 | <message> |
13 | <source>New card: </source> | 13 | <source>New card: </source> |
14 | <translation >新卡片:</translation> | 14 | <translation>新卡片:</translation> |
15 | </message> | 15 | </message> |
16 | <message> | 16 | <message> |
17 | <source>Ejected: </source> | 17 | <source>Ejected: </source> |
18 | <translation>移除:</translation> | 18 | <translation>移除:</translation> |
19 | </message> | 19 | </message> |
20 | <message> | 20 | <message> |
21 | <source>Eject SD/MMC card</source> | 21 | <source>Eject SD/MMC card</source> |
22 | <translation>移除 SD/MMC card</translation> | 22 | <translation>移除 SD/MMC card</translation> |
23 | </message> | 23 | </message> |
24 | <message> | 24 | <message> |
25 | <source>Eject card 0: %1</source> | 25 | <source>Eject card 0: %1</source> |
26 | <translation>移除 card 0: %1</translation> | 26 | <translation>移除 card 0: %1</translation> |
diff --git a/i18n/zh_TW/libopie.ts b/i18n/zh_TW/libopie.ts index 7cf93a1..5651af8 100644 --- a/i18n/zh_TW/libopie.ts +++ b/i18n/zh_TW/libopie.ts | |||
@@ -84,28 +84,24 @@ | |||
84 | <message> | 84 | <message> |
85 | <source>Var 2</source> | 85 | <source>Var 2</source> |
86 | <translation>Var 2</translation> | 86 | <translation>Var 2</translation> |
87 | </message> | 87 | </message> |
88 | <message> | 88 | <message> |
89 | <source>WeekVar</source> | 89 | <source>WeekVar</source> |
90 | <translation>WeekVar</translation> | 90 | <translation>WeekVar</translation> |
91 | </message> | 91 | </message> |
92 | </context> | 92 | </context> |
93 | <context> | 93 | <context> |
94 | <name>OTimePickerDialogBase</name> | 94 | <name>OTimePickerDialogBase</name> |
95 | <message> | 95 | <message> |
96 | <source>TimePicker</source> | ||
97 | <translation>TimePicker</translation> | ||
98 | </message> | ||
99 | <message> | ||
100 | <source>Time:</source> | 96 | <source>Time:</source> |
101 | <translation>Time:</translation> | 97 | <translation>Time:</translation> |
102 | </message> | 98 | </message> |
103 | <message> | 99 | <message> |
104 | <source>:</source> | 100 | <source>:</source> |
105 | <translation>:</translation> | 101 | <translation>:</translation> |
106 | </message> | 102 | </message> |
107 | <message> | 103 | <message> |
108 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
109 | <translation>Pick Time:</translation> | 105 | <translation>Pick Time:</translation> |
110 | </message> | 106 | </message> |
111 | </context> | 107 | </context> |
diff --git a/include.pro b/include.pro index 625fb70..fb27a6d 100644 --- a/include.pro +++ b/include.pro | |||
@@ -27,18 +27,19 @@ INSTALLS += init | |||
27 | data.path = /usr/share/$$TARGET | 27 | data.path = /usr/share/$$TARGET |
28 | data.files = share/* | 28 | data.files = share/* |
29 | INSTALLS += data | 29 | INSTALLS += data |
30 | 30 | ||
31 | # sounds, default path is $$outdir/sounds/$$TARGET | 31 | # sounds, default path is $$outdir/sounds/$$TARGET |
32 | sounds.path = $$outdir/sounds/$$TARGET | 32 | sounds.path = $$outdir/sounds/$$TARGET |
33 | sounds.files = sounds/* | 33 | sounds.files = sounds/* |
34 | INSTALLS += sounds | 34 | INSTALLS += sounds |
35 | 35 | ||
36 | # new targets | 36 | # new targets |
37 | 37 | ||
38 | lupdate.target = lupdate | 38 | lupdate.target = lupdate |
39 | lupdate.commands = lupdate -noobselete $(DIST) | 39 | lupdate.commands = lupdate -noobsolete $(PRO) |
40 | 40 | ||
41 | lrelease.target = lrelease | 41 | lrelease.target = lrelease |
42 | lrelease.commands = lrelease $(DIST) | 42 | lrelease.commands = lrelease $(PRO) |
43 | 43 | ||
44 | QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease | 44 | QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease |
45 | |||
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index dc02e55..751fe52 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -19,12 +19,16 @@ TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ | |||
19 | ../../i18n/es/libqdvorak.ts \ | 19 | ../../i18n/es/libqdvorak.ts \ |
20 | ../../i18n/fr/libqdvorak.ts \ | 20 | ../../i18n/fr/libqdvorak.ts \ |
21 | ../../i18n/hu/libqdvorak.ts \ | 21 | ../../i18n/hu/libqdvorak.ts \ |
22 | ../../i18n/ja/libqdvorak.ts \ | 22 | ../../i18n/ja/libqdvorak.ts \ |
23 | ../../i18n/ko/libqdvorak.ts \ | 23 | ../../i18n/ko/libqdvorak.ts \ |
24 | ../../i18n/no/libqdvorak.ts \ | 24 | ../../i18n/no/libqdvorak.ts \ |
25 | ../../i18n/pl/libqdvorak.ts \ | 25 | ../../i18n/pl/libqdvorak.ts \ |
26 | ../../i18n/pt/libqdvorak.ts \ | 26 | ../../i18n/pt/libqdvorak.ts \ |
27 | ../../i18n/pt_BR/libqdvorak.ts \ | 27 | ../../i18n/pt_BR/libqdvorak.ts \ |
28 | ../../i18n/sl/libqdvorak.ts \ | 28 | ../../i18n/sl/libqdvorak.ts \ |
29 | ../../i18n/zh_CN/libqdvorak.ts \ | 29 | ../../i18n/zh_CN/libqdvorak.ts \ |
30 | ../../i18n/zh_TW/libqdvorak.ts | 30 | ../../i18n/zh_TW/libqdvorak.ts |
31 | |||
32 | |||
33 | |||
34 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index dd661fe..8c7a5de 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -37,12 +37,16 @@ TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | |||
37 | ../../i18n/es/libqhandwriting.ts \ | 37 | ../../i18n/es/libqhandwriting.ts \ |
38 | ../../i18n/fr/libqhandwriting.ts \ | 38 | ../../i18n/fr/libqhandwriting.ts \ |
39 | ../../i18n/hu/libqhandwriting.ts \ | 39 | ../../i18n/hu/libqhandwriting.ts \ |
40 | ../../i18n/ja/libqhandwriting.ts \ | 40 | ../../i18n/ja/libqhandwriting.ts \ |
41 | ../../i18n/ko/libqhandwriting.ts \ | 41 | ../../i18n/ko/libqhandwriting.ts \ |
42 | ../../i18n/no/libqhandwriting.ts \ | 42 | ../../i18n/no/libqhandwriting.ts \ |
43 | ../../i18n/pl/libqhandwriting.ts \ | 43 | ../../i18n/pl/libqhandwriting.ts \ |
44 | ../../i18n/pt/libqhandwriting.ts \ | 44 | ../../i18n/pt/libqhandwriting.ts \ |
45 | ../../i18n/pt_BR/libqhandwriting.ts \ | 45 | ../../i18n/pt_BR/libqhandwriting.ts \ |
46 | ../../i18n/sl/libqhandwriting.ts \ | 46 | ../../i18n/sl/libqhandwriting.ts \ |
47 | ../../i18n/zh_CN/libqhandwriting.ts \ | 47 | ../../i18n/zh_CN/libqhandwriting.ts \ |
48 | ../../i18n/zh_TW/libqhandwriting.ts | 48 | ../../i18n/zh_TW/libqhandwriting.ts |
49 | |||
50 | |||
51 | |||
52 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index b706856..647e59b 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | |||
18 | ../../i18n/es/libqjumpx.ts \ | 18 | ../../i18n/es/libqjumpx.ts \ |
19 | ../../i18n/fr/libqjumpx.ts \ | 19 | ../../i18n/fr/libqjumpx.ts \ |
20 | ../../i18n/hu/libqjumpx.ts \ | 20 | ../../i18n/hu/libqjumpx.ts \ |
21 | ../../i18n/ja/libqjumpx.ts \ | 21 | ../../i18n/ja/libqjumpx.ts \ |
22 | ../../i18n/ko/libqjumpx.ts \ | 22 | ../../i18n/ko/libqjumpx.ts \ |
23 | ../../i18n/no/libqjumpx.ts \ | 23 | ../../i18n/no/libqjumpx.ts \ |
24 | ../../i18n/pl/libqjumpx.ts \ | 24 | ../../i18n/pl/libqjumpx.ts \ |
25 | ../../i18n/pt/libqjumpx.ts \ | 25 | ../../i18n/pt/libqjumpx.ts \ |
26 | ../../i18n/pt_BR/libqjumpx.ts \ | 26 | ../../i18n/pt_BR/libqjumpx.ts \ |
27 | ../../i18n/sl/libqjumpx.ts \ | 27 | ../../i18n/sl/libqjumpx.ts \ |
28 | ../../i18n/zh_CN/libqjumpx.ts \ | 28 | ../../i18n/zh_CN/libqjumpx.ts \ |
29 | ../../i18n/zh_TW/libqjumpx.ts | 29 | ../../i18n/zh_TW/libqjumpx.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 8890c12..5d51806 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -19,12 +19,16 @@ TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | |||
19 | ../../i18n/es/libqkeyboard.ts \ | 19 | ../../i18n/es/libqkeyboard.ts \ |
20 | ../../i18n/fr/libqkeyboard.ts \ | 20 | ../../i18n/fr/libqkeyboard.ts \ |
21 | ../../i18n/hu/libqkeyboard.ts \ | 21 | ../../i18n/hu/libqkeyboard.ts \ |
22 | ../../i18n/ja/libqkeyboard.ts \ | 22 | ../../i18n/ja/libqkeyboard.ts \ |
23 | ../../i18n/ko/libqkeyboard.ts \ | 23 | ../../i18n/ko/libqkeyboard.ts \ |
24 | ../../i18n/no/libqkeyboard.ts \ | 24 | ../../i18n/no/libqkeyboard.ts \ |
25 | ../../i18n/pl/libqkeyboard.ts \ | 25 | ../../i18n/pl/libqkeyboard.ts \ |
26 | ../../i18n/pt/libqkeyboard.ts \ | 26 | ../../i18n/pt/libqkeyboard.ts \ |
27 | ../../i18n/pt_BR/libqkeyboard.ts \ | 27 | ../../i18n/pt_BR/libqkeyboard.ts \ |
28 | ../../i18n/sl/libqkeyboard.ts \ | 28 | ../../i18n/sl/libqkeyboard.ts \ |
29 | ../../i18n/zh_CN/libqkeyboard.ts \ | 29 | ../../i18n/zh_CN/libqkeyboard.ts \ |
30 | ../../i18n/zh_TW/libqkeyboard.ts | 30 | ../../i18n/zh_TW/libqkeyboard.ts |
31 | |||
32 | |||
33 | |||
34 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 55bbf78..0074824 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | |||
18 | ../../i18n/es/libqkjumpx.ts \ | 18 | ../../i18n/es/libqkjumpx.ts \ |
19 | ../../i18n/fr/libqkjumpx.ts \ | 19 | ../../i18n/fr/libqkjumpx.ts \ |
20 | ../../i18n/hu/libqkjumpx.ts \ | 20 | ../../i18n/hu/libqkjumpx.ts \ |
21 | ../../i18n/ja/libqkjumpx.ts \ | 21 | ../../i18n/ja/libqkjumpx.ts \ |
22 | ../../i18n/ko/libqkjumpx.ts \ | 22 | ../../i18n/ko/libqkjumpx.ts \ |
23 | ../../i18n/no/libqkjumpx.ts \ | 23 | ../../i18n/no/libqkjumpx.ts \ |
24 | ../../i18n/pl/libqkjumpx.ts \ | 24 | ../../i18n/pl/libqkjumpx.ts \ |
25 | ../../i18n/pt/libqkjumpx.ts \ | 25 | ../../i18n/pt/libqkjumpx.ts \ |
26 | ../../i18n/pt_BR/libqkjumpx.ts \ | 26 | ../../i18n/pt_BR/libqkjumpx.ts \ |
27 | ../../i18n/sl/libqkjumpx.ts \ | 27 | ../../i18n/sl/libqkjumpx.ts \ |
28 | ../../i18n/zh_CN/libqkjumpx.ts \ | 28 | ../../i18n/zh_CN/libqkjumpx.ts \ |
29 | ../../i18n/zh_TW/libqkjumpx.ts | 29 | ../../i18n/zh_TW/libqkjumpx.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 9afed06..8b06c69 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro | |||
@@ -19,12 +19,16 @@ TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ | |||
19 | ../../i18n/xx/libqmultikey.ts \ | 19 | ../../i18n/xx/libqmultikey.ts \ |
20 | ../../i18n/en/libqmultikey.ts \ | 20 | ../../i18n/en/libqmultikey.ts \ |
21 | ../../i18n/hu/libqmultikey.ts \ | 21 | ../../i18n/hu/libqmultikey.ts \ |
22 | ../../i18n/sl/libqmultikey.ts \ | 22 | ../../i18n/sl/libqmultikey.ts \ |
23 | ../../i18n/ja/libqmultikey.ts \ | 23 | ../../i18n/ja/libqmultikey.ts \ |
24 | ../../i18n/ko/libqmultikey.ts \ | 24 | ../../i18n/ko/libqmultikey.ts \ |
25 | ../../i18n/pl/libqmultikey.ts \ | 25 | ../../i18n/pl/libqmultikey.ts \ |
26 | ../../i18n/no/libqmultikey.ts \ | 26 | ../../i18n/no/libqmultikey.ts \ |
27 | ../../i18n/zh_CN/libqmultikey.ts \ | 27 | ../../i18n/zh_CN/libqmultikey.ts \ |
28 | ../../i18n/zh_TW/libqmultikey.ts \ | 28 | ../../i18n/zh_TW/libqmultikey.ts \ |
29 | ../../i18n/fr/libqmultikey.ts \ | 29 | ../../i18n/fr/libqmultikey.ts \ |
30 | ../../i18n/da/libqmultikey.ts | 30 | ../../i18n/da/libqmultikey.ts |
31 | |||
32 | |||
33 | |||
34 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index f7da15b..9b5c46c 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ | |||
16 | ../../i18n/es/libqpickboard.ts \ | 16 | ../../i18n/es/libqpickboard.ts \ |
17 | ../../i18n/fr/libqpickboard.ts \ | 17 | ../../i18n/fr/libqpickboard.ts \ |
18 | ../../i18n/hu/libqpickboard.ts \ | 18 | ../../i18n/hu/libqpickboard.ts \ |
19 | ../../i18n/ja/libqpickboard.ts \ | 19 | ../../i18n/ja/libqpickboard.ts \ |
20 | ../../i18n/ko/libqpickboard.ts \ | 20 | ../../i18n/ko/libqpickboard.ts \ |
21 | ../../i18n/no/libqpickboard.ts \ | 21 | ../../i18n/no/libqpickboard.ts \ |
22 | ../../i18n/pl/libqpickboard.ts \ | 22 | ../../i18n/pl/libqpickboard.ts \ |
23 | ../../i18n/pt/libqpickboard.ts \ | 23 | ../../i18n/pt/libqpickboard.ts \ |
24 | ../../i18n/pt_BR/libqpickboard.ts \ | 24 | ../../i18n/pt_BR/libqpickboard.ts \ |
25 | ../../i18n/sl/libqpickboard.ts \ | 25 | ../../i18n/sl/libqpickboard.ts \ |
26 | ../../i18n/zh_CN/libqpickboard.ts \ | 26 | ../../i18n/zh_CN/libqpickboard.ts \ |
27 | ../../i18n/zh_TW/libqpickboard.ts | 27 | ../../i18n/zh_TW/libqpickboard.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../include.pro ) | ||
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 849da32..1e3f00b 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ | |||
16 | ../../i18n/es/libqunikeyboard.ts \ | 16 | ../../i18n/es/libqunikeyboard.ts \ |
17 | ../../i18n/fr/libqunikeyboard.ts \ | 17 | ../../i18n/fr/libqunikeyboard.ts \ |
18 | ../../i18n/hu/libqunikeyboard.ts \ | 18 | ../../i18n/hu/libqunikeyboard.ts \ |
19 | ../../i18n/ja/libqunikeyboard.ts \ | 19 | ../../i18n/ja/libqunikeyboard.ts \ |
20 | ../../i18n/ko/libqunikeyboard.ts \ | 20 | ../../i18n/ko/libqunikeyboard.ts \ |
21 | ../../i18n/no/libqunikeyboard.ts \ | 21 | ../../i18n/no/libqunikeyboard.ts \ |
22 | ../../i18n/pl/libqunikeyboard.ts \ | 22 | ../../i18n/pl/libqunikeyboard.ts \ |
23 | ../../i18n/pt/libqunikeyboard.ts \ | 23 | ../../i18n/pt/libqunikeyboard.ts \ |
24 | ../../i18n/pt_BR/libqunikeyboard.ts \ | 24 | ../../i18n/pt_BR/libqunikeyboard.ts \ |
25 | ../../i18n/sl/libqunikeyboard.ts \ | 25 | ../../i18n/sl/libqunikeyboard.ts \ |
26 | ../../i18n/zh_CN/libqunikeyboard.ts \ | 26 | ../../i18n/zh_CN/libqunikeyboard.ts \ |
27 | ../../i18n/zh_TW/libqunikeyboard.ts | 27 | ../../i18n/zh_TW/libqunikeyboard.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../include.pro ) | ||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 58a7489..a2d8faa 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -93,12 +93,16 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ | |||
93 | ../i18n/fr/libopie.ts \ | 93 | ../i18n/fr/libopie.ts \ |
94 | ../i18n/hu/libopie.ts \ | 94 | ../i18n/hu/libopie.ts \ |
95 | ../i18n/ja/libopie.ts \ | 95 | ../i18n/ja/libopie.ts \ |
96 | ../i18n/ko/libopie.ts \ | 96 | ../i18n/ko/libopie.ts \ |
97 | ../i18n/no/libopie.ts \ | 97 | ../i18n/no/libopie.ts \ |
98 | ../i18n/pl/libopie.ts \ | 98 | ../i18n/pl/libopie.ts \ |
99 | ../i18n/pt/libopie.ts \ | 99 | ../i18n/pt/libopie.ts \ |
100 | ../i18n/pt_BR/libopie.ts \ | 100 | ../i18n/pt_BR/libopie.ts \ |
101 | ../i18n/sl/libopie.ts \ | 101 | ../i18n/sl/libopie.ts \ |
102 | ../i18n/zh_CN/libopie.ts \ | 102 | ../i18n/zh_CN/libopie.ts \ |
103 | ../i18n/zh_TW/libopie.ts \ | 103 | ../i18n/zh_TW/libopie.ts \ |
104 | ../i18n/da/libopie.ts | 104 | ../i18n/da/libopie.ts |
105 | |||
106 | |||
107 | |||
108 | include ( ../include.pro ) | ||
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index bf8deda..4d1b5cf 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -88,12 +88,16 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ | |||
88 | ../i18n/fr/libopie.ts \ | 88 | ../i18n/fr/libopie.ts \ |
89 | ../i18n/hu/libopie.ts \ | 89 | ../i18n/hu/libopie.ts \ |
90 | ../i18n/ja/libopie.ts \ | 90 | ../i18n/ja/libopie.ts \ |
91 | ../i18n/ko/libopie.ts \ | 91 | ../i18n/ko/libopie.ts \ |
92 | ../i18n/no/libopie.ts \ | 92 | ../i18n/no/libopie.ts \ |
93 | ../i18n/pl/libopie.ts \ | 93 | ../i18n/pl/libopie.ts \ |
94 | ../i18n/pt/libopie.ts \ | 94 | ../i18n/pt/libopie.ts \ |
95 | ../i18n/pt_BR/libopie.ts \ | 95 | ../i18n/pt_BR/libopie.ts \ |
96 | ../i18n/sl/libopie.ts \ | 96 | ../i18n/sl/libopie.ts \ |
97 | ../i18n/zh_CN/libopie.ts \ | 97 | ../i18n/zh_CN/libopie.ts \ |
98 | ../i18n/zh_TW/libopie.ts \ | 98 | ../i18n/zh_TW/libopie.ts \ |
99 | ../i18n/da/libopie.ts | 99 | ../i18n/da/libopie.ts |
100 | |||
101 | |||
102 | |||
103 | include ( ../../include.pro ) | ||
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index 79c3d77..bec595c 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -68,12 +68,16 @@ TRANSLATIONS = ../i18n/de/libopie.ts \ | |||
68 | ../i18n/fr/libopie.ts \ | 68 | ../i18n/fr/libopie.ts \ |
69 | ../i18n/hu/libopie.ts \ | 69 | ../i18n/hu/libopie.ts \ |
70 | ../i18n/ja/libopie.ts \ | 70 | ../i18n/ja/libopie.ts \ |
71 | ../i18n/ko/libopie.ts \ | 71 | ../i18n/ko/libopie.ts \ |
72 | ../i18n/no/libopie.ts \ | 72 | ../i18n/no/libopie.ts \ |
73 | ../i18n/pl/libopie.ts \ | 73 | ../i18n/pl/libopie.ts \ |
74 | ../i18n/pt/libopie.ts \ | 74 | ../i18n/pt/libopie.ts \ |
75 | ../i18n/pt_BR/libopie.ts \ | 75 | ../i18n/pt_BR/libopie.ts \ |
76 | ../i18n/sl/libopie.ts \ | 76 | ../i18n/sl/libopie.ts \ |
77 | ../i18n/zh_CN/libopie.ts \ | 77 | ../i18n/zh_CN/libopie.ts \ |
78 | ../i18n/zh_TW/libopie.ts \ | 78 | ../i18n/zh_TW/libopie.ts \ |
79 | ../i18n/da/libopie.ts | 79 | ../i18n/da/libopie.ts |
80 | |||
81 | |||
82 | |||
83 | include ( ../../include.pro ) | ||
diff --git a/library/library.pro b/library/library.pro index 8d0fbe0..a04d3f0 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -136,12 +136,15 @@ TRANSLATIONS = ../i18n/de/libqpe.ts \ | |||
136 | ../i18n/hu/libqpe.ts \ | 136 | ../i18n/hu/libqpe.ts \ |
137 | ../i18n/ja/libqpe.ts \ | 137 | ../i18n/ja/libqpe.ts \ |
138 | ../i18n/ko/libqpe.ts \ | 138 | ../i18n/ko/libqpe.ts \ |
139 | ../i18n/no/libqpe.ts \ | 139 | ../i18n/no/libqpe.ts \ |
140 | ../i18n/pl/libqpe.ts \ | 140 | ../i18n/pl/libqpe.ts \ |
141 | ../i18n/pt/libqpe.ts \ | 141 | ../i18n/pt/libqpe.ts \ |
142 | ../i18n/pt_BR/libqpe.ts \ | 142 | ../i18n/pt_BR/libqpe.ts \ |
143 | ../i18n/sl/libqpe.ts \ | 143 | ../i18n/sl/libqpe.ts \ |
144 | ../i18n/zh_CN/libqpe.ts \ | 144 | ../i18n/zh_CN/libqpe.ts \ |
145 | ../i18n/it/libqpe.ts \ | 145 | ../i18n/it/libqpe.ts \ |
146 | ../i18n/zh_TW/libqpe.ts \ | 146 | ../i18n/zh_TW/libqpe.ts \ |
147 | ../i18n/da/libqpe.ts | 147 | ../i18n/da/libqpe.ts |
148 | |||
149 | |||
150 | include ( ../include.pro ) | ||
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro index cc20ace..a31190e 100644 --- a/libsql/libopiesql.pro +++ b/libsql/libopiesql.pro | |||
@@ -16,12 +16,16 @@ SOURCES = osqlbackend.cpp \ | |||
16 | osqlquery.cpp \ | 16 | osqlquery.cpp \ |
17 | osqlresult.cpp \ | 17 | osqlresult.cpp \ |
18 | osqltable.cpp \ | 18 | osqltable.cpp \ |
19 | osqlbackendmanager.cpp \ | 19 | osqlbackendmanager.cpp \ |
20 | osqlitedriver.cpp | 20 | osqlitedriver.cpp |
21 | 21 | ||
22 | TARGET = opiesql | 22 | TARGET = opiesql |
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 24 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
25 | LIBS += -lsqlite | 25 | LIBS += -lsqlite |
26 | #VERSION = 1.0.0 | 26 | #VERSION = 1.0.0 |
27 | 27 | ||
28 | |||
29 | |||
30 | |||
31 | include ( ../include.pro ) | ||
diff --git a/libsql/test/spaltenweise.pro b/libsql/test/spaltenweise.pro index 5b881c0..af68407 100644 --- a/libsql/test/spaltenweise.pro +++ b/libsql/test/spaltenweise.pro | |||
@@ -1,9 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = spaltenweise.cpp | 4 | SOURCES = spaltenweise.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = spaltenweise | 8 | TARGET = spaltenweise |
9 | 9 | ||
10 | |||
11 | |||
12 | |||
13 | include ( ../../include.pro ) | ||
diff --git a/libsql/test/test.pro b/libsql/test/test.pro index 188c367..d756189 100644 --- a/libsql/test/test.pro +++ b/libsql/test/test.pro | |||
@@ -1,9 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = main.cpp | 4 | SOURCES = main.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = sqltest | 8 | TARGET = sqltest |
9 | 9 | ||
10 | |||
11 | |||
12 | |||
13 | include ( ../../include.pro ) | ||
diff --git a/libsql/test/zeilenweise.pro b/libsql/test/zeilenweise.pro index 516b7c0..3e69897 100644 --- a/libsql/test/zeilenweise.pro +++ b/libsql/test/zeilenweise.pro | |||
@@ -1,9 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = zeilenweise.cpp | 4 | SOURCES = zeilenweise.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = zeilenweise | 8 | TARGET = zeilenweise |
9 | 9 | ||
10 | |||
11 | |||
12 | |||
13 | include ( ../../include.pro ) | ||
diff --git a/noncore/applets/notesapplet/notesapplet.pro b/noncore/applets/notesapplet/notesapplet.pro index 4454e97..6b3d9b2 100644 --- a/noncore/applets/notesapplet/notesapplet.pro +++ b/noncore/applets/notesapplet/notesapplet.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = notes.h notesappletimpl.h | 3 | HEADERS = notes.h notesappletimpl.h |
4 | SOURCES = notes.cpp notesappletimpl.cpp | 4 | SOURCES = notes.cpp notesappletimpl.cpp |
5 | TARGET = notesapplet | 5 | TARGET = notesapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../include.pro ) | ||
diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index aa673d7..b8c9ef8 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ | |||
17 | ../../../i18n/es/libwirelessapplet.ts \ | 17 | ../../../i18n/es/libwirelessapplet.ts \ |
18 | ../../../i18n/fr/libwirelessapplet.ts \ | 18 | ../../../i18n/fr/libwirelessapplet.ts \ |
19 | ../../../i18n/hu/libwirelessapplet.ts \ | 19 | ../../../i18n/hu/libwirelessapplet.ts \ |
20 | ../../../i18n/ja/libwirelessapplet.ts \ | 20 | ../../../i18n/ja/libwirelessapplet.ts \ |
21 | ../../../i18n/ko/libwirelessapplet.ts \ | 21 | ../../../i18n/ko/libwirelessapplet.ts \ |
22 | ../../../i18n/no/libwirelessapplet.ts \ | 22 | ../../../i18n/no/libwirelessapplet.ts \ |
23 | ../../../i18n/pl/libwirelessapplet.ts \ | 23 | ../../../i18n/pl/libwirelessapplet.ts \ |
24 | ../../../i18n/pt/libwirelessapplet.ts \ | 24 | ../../../i18n/pt/libwirelessapplet.ts \ |
25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ | 25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ |
26 | ../../../i18n/sl/libwirelessapplet.ts \ | 26 | ../../../i18n/sl/libwirelessapplet.ts \ |
27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ | 27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ |
28 | ../../../i18n/zh_TW/libwirelessapplet.ts | 28 | ../../../i18n/zh_TW/libwirelessapplet.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 960ab62..233fbee 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | |||
15 | ../../../i18n/es/advancedfm.ts \ | 15 | ../../../i18n/es/advancedfm.ts \ |
16 | ../../../i18n/fr/advancedfm.ts \ | 16 | ../../../i18n/fr/advancedfm.ts \ |
17 | ../../../i18n/hu/advancedfm.ts \ | 17 | ../../../i18n/hu/advancedfm.ts \ |
18 | ../../../i18n/ja/advancedfm.ts \ | 18 | ../../../i18n/ja/advancedfm.ts \ |
19 | ../../../i18n/ko/advancedfm.ts \ | 19 | ../../../i18n/ko/advancedfm.ts \ |
20 | ../../../i18n/no/advancedfm.ts \ | 20 | ../../../i18n/no/advancedfm.ts \ |
21 | ../../../i18n/pl/advancedfm.ts \ | 21 | ../../../i18n/pl/advancedfm.ts \ |
22 | ../../../i18n/pt/advancedfm.ts \ | 22 | ../../../i18n/pt/advancedfm.ts \ |
23 | ../../../i18n/pt_BR/advancedfm.ts \ | 23 | ../../../i18n/pt_BR/advancedfm.ts \ |
24 | ../../../i18n/sl/advancedfm.ts \ | 24 | ../../../i18n/sl/advancedfm.ts \ |
25 | ../../../i18n/zh_CN/advancedfm.ts \ | 25 | ../../../i18n/zh_CN/advancedfm.ts \ |
26 | ../../../i18n/zh_TW/advancedfm.ts | 26 | ../../../i18n/zh_TW/advancedfm.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index f97cb75..8ac63e3 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro | |||
@@ -33,12 +33,16 @@ TRANSLATIONS = ../../../i18n/de/checkbook.ts \ | |||
33 | ../../../i18n/fr/checkbook.ts \ | 33 | ../../../i18n/fr/checkbook.ts \ |
34 | ../../../i18n/hu/checkbook.ts \ | 34 | ../../../i18n/hu/checkbook.ts \ |
35 | ../../../i18n/ja/checkbook.ts \ | 35 | ../../../i18n/ja/checkbook.ts \ |
36 | ../../../i18n/ko/checkbook.ts \ | 36 | ../../../i18n/ko/checkbook.ts \ |
37 | ../../../i18n/no/checkbook.ts \ | 37 | ../../../i18n/no/checkbook.ts \ |
38 | ../../../i18n/pl/checkbook.ts \ | 38 | ../../../i18n/pl/checkbook.ts \ |
39 | ../../../i18n/pt/checkbook.ts \ | 39 | ../../../i18n/pt/checkbook.ts \ |
40 | ../../../i18n/pt_BR/checkbook.ts \ | 40 | ../../../i18n/pt_BR/checkbook.ts \ |
41 | ../../../i18n/sl/checkbook.ts \ | 41 | ../../../i18n/sl/checkbook.ts \ |
42 | ../../../i18n/zh_CN/checkbook.ts \ | 42 | ../../../i18n/zh_CN/checkbook.ts \ |
43 | ../../../i18n/zh_TW/checkbook.ts \ | 43 | ../../../i18n/zh_TW/checkbook.ts \ |
44 | ../../../i18n/it/checkbook.ts | 44 | ../../../i18n/it/checkbook.ts |
45 | |||
46 | |||
47 | |||
48 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 2a17a46..05691b4 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/confedit.ts \ | |||
17 | ../../../i18n/es/confedit.ts \ | 17 | ../../../i18n/es/confedit.ts \ |
18 | ../../../i18n/fr/confedit.ts \ | 18 | ../../../i18n/fr/confedit.ts \ |
19 | ../../../i18n/hu/confedit.ts \ | 19 | ../../../i18n/hu/confedit.ts \ |
20 | ../../../i18n/ja/confedit.ts \ | 20 | ../../../i18n/ja/confedit.ts \ |
21 | ../../../i18n/ko/confedit.ts \ | 21 | ../../../i18n/ko/confedit.ts \ |
22 | ../../../i18n/no/confedit.ts \ | 22 | ../../../i18n/no/confedit.ts \ |
23 | ../../../i18n/pl/confedit.ts \ | 23 | ../../../i18n/pl/confedit.ts \ |
24 | ../../../i18n/pt/confedit.ts \ | 24 | ../../../i18n/pt/confedit.ts \ |
25 | ../../../i18n/pt_BR/confedit.ts \ | 25 | ../../../i18n/pt_BR/confedit.ts \ |
26 | ../../../i18n/sl/confedit.ts \ | 26 | ../../../i18n/sl/confedit.ts \ |
27 | ../../../i18n/zh_CN/confedit.ts \ | 27 | ../../../i18n/zh_CN/confedit.ts \ |
28 | ../../../i18n/zh_TW/confedit.ts | 28 | ../../../i18n/zh_TW/confedit.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro index 23ef0e0..51f7ca0 100644 --- a/noncore/apps/odict/odict.pro +++ b/noncore/apps/odict/odict.pro | |||
@@ -27,12 +27,16 @@ TRANSLATIONS = ../../../i18n/de/odict.ts \ | |||
27 | ../../../i18n/hu/odict.ts \ | 27 | ../../../i18n/hu/odict.ts \ |
28 | ../../../i18n/ja/odict.ts \ | 28 | ../../../i18n/ja/odict.ts \ |
29 | ../../../i18n/ko/odict.ts \ | 29 | ../../../i18n/ko/odict.ts \ |
30 | ../../../i18n/no/odict.ts \ | 30 | ../../../i18n/no/odict.ts \ |
31 | ../../../i18n/pl/odict.ts \ | 31 | ../../../i18n/pl/odict.ts \ |
32 | ../../../i18n/pt/odict.ts \ | 32 | ../../../i18n/pt/odict.ts \ |
33 | ../../../i18n/pt_BR/odict.ts \ | 33 | ../../../i18n/pt_BR/odict.ts \ |
34 | ../../../i18n/sl/odict.ts \ | 34 | ../../../i18n/sl/odict.ts \ |
35 | ../../../i18n/zh_CN/odict.ts \ | 35 | ../../../i18n/zh_CN/odict.ts \ |
36 | ../../../i18n/zh_TW/odict.ts \ | 36 | ../../../i18n/zh_TW/odict.ts \ |
37 | ../../../i18n/it/odict.ts \ | 37 | ../../../i18n/it/odict.ts \ |
38 | ../../../i18n/da/odict.ts | 38 | ../../../i18n/da/odict.ts |
39 | |||
40 | |||
41 | |||
42 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index c6f3f4d..1bb9f35 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -62,12 +62,16 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | |||
62 | emulation_handler.cpp TEHistory.cpp \ | 62 | emulation_handler.cpp TEHistory.cpp \ |
63 | TEScreen.cpp TEWidget.cpp \ | 63 | TEScreen.cpp TEWidget.cpp \ |
64 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ | 64 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ |
65 | consoleconfigwidget.cpp | 65 | consoleconfigwidget.cpp |
66 | 66 | ||
67 | 67 | ||
68 | INTERFACES = configurebase.ui editbase.ui | 68 | INTERFACES = configurebase.ui editbase.ui |
69 | INCLUDEPATH += $(OPIEDIR)/include | 69 | INCLUDEPATH += $(OPIEDIR)/include |
70 | DEPENDPATH += $(OPIEDIR)/include | 70 | DEPENDPATH += $(OPIEDIR)/include |
71 | LIBS += -lqpe -lopie | 71 | LIBS += -lqpe -lopie |
72 | TARGET = opie-console | 72 | TARGET = opie-console |
73 | 73 | ||
74 | |||
75 | |||
76 | |||
77 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro index 6de2cd0..ec3efbf 100644 --- a/noncore/apps/opie-console/test/console.pro +++ b/noncore/apps/opie-console/test/console.pro | |||
@@ -6,12 +6,16 @@ HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ | |||
6 | senderui.h ../profile.h ../filetransfer.h ../procctl.h \ | 6 | senderui.h ../profile.h ../filetransfer.h ../procctl.h \ |
7 | ../filereceive.h ../receive_layer.h | 7 | ../filereceive.h ../receive_layer.h |
8 | SOURCES = ../io_layer.cpp ../io_serial.cpp \ | 8 | SOURCES = ../io_layer.cpp ../io_serial.cpp \ |
9 | ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\ | 9 | ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\ |
10 | main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \ | 10 | main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \ |
11 | ../filereceive.cpp ../receive_layer.cpp | 11 | ../filereceive.cpp ../receive_layer.cpp |
12 | INTERFACES = sender.ui | 12 | INTERFACES = sender.ui |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe -lopie | 15 | LIBS += -lqpe -lopie |
16 | TARGET = test | 16 | TARGET = test |
17 | 17 | ||
18 | |||
19 | |||
20 | |||
21 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index 139c03a..aae9a01 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -62,12 +62,16 @@ SOURCES = Aportis.cpp \ | |||
62 | plucker.cpp \ | 62 | plucker.cpp \ |
63 | ppm.cpp \ | 63 | ppm.cpp \ |
64 | ppm_expander.cpp \ | 64 | ppm_expander.cpp \ |
65 | ztxt.cpp | 65 | ztxt.cpp |
66 | 66 | ||
67 | INTERFACES= | 67 | INTERFACES= |
68 | DESTDIR = $(OPIEDIR)/bin | 68 | DESTDIR = $(OPIEDIR)/bin |
69 | INCLUDEPATH+= $(OPIEDIR)/include | 69 | INCLUDEPATH+= $(OPIEDIR)/include |
70 | DEPENDPATH+= $(OPIEDIR)/include | 70 | DEPENDPATH+= $(OPIEDIR)/include |
71 | TARGET = reader | 71 | TARGET = reader |
72 | LIBS += -lqpe | 72 | LIBS += -lqpe |
73 | 73 | ||
74 | |||
75 | |||
76 | |||
77 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index bb8e29f..7256c0c 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ | |||
16 | ../../../i18n/fr/opie-sheet.ts \ | 16 | ../../../i18n/fr/opie-sheet.ts \ |
17 | ../../../i18n/hu/opie-sheet.ts \ | 17 | ../../../i18n/hu/opie-sheet.ts \ |
18 | ../../../i18n/ja/opie-sheet.ts \ | 18 | ../../../i18n/ja/opie-sheet.ts \ |
19 | ../../../i18n/ko/opie-sheet.ts \ | 19 | ../../../i18n/ko/opie-sheet.ts \ |
20 | ../../../i18n/no/opie-sheet.ts \ | 20 | ../../../i18n/no/opie-sheet.ts \ |
21 | ../../../i18n/pl/opie-sheet.ts \ | 21 | ../../../i18n/pl/opie-sheet.ts \ |
22 | ../../../i18n/pt/opie-sheet.ts \ | 22 | ../../../i18n/pt/opie-sheet.ts \ |
23 | ../../../i18n/pt_BR/opie-sheet.ts \ | 23 | ../../../i18n/pt_BR/opie-sheet.ts \ |
24 | ../../../i18n/sl/opie-sheet.ts \ | 24 | ../../../i18n/sl/opie-sheet.ts \ |
25 | ../../../i18n/zh_CN/opie-sheet.ts \ | 25 | ../../../i18n/zh_CN/opie-sheet.ts \ |
26 | ../../../i18n/zh_TW/opie-sheet.ts \ | 26 | ../../../i18n/zh_TW/opie-sheet.ts \ |
27 | ../../../i18n/it/opie-sheet.ts | 27 | ../../../i18n/it/opie-sheet.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro index e2ce3a9..6a9d96d 100644 --- a/noncore/apps/opie-write/opie-write.pro +++ b/noncore/apps/opie-write/opie-write.pro | |||
@@ -14,12 +14,16 @@ SOURCES = qcomplextext.cpp \ | |||
14 | qstylesheet.cpp \ | 14 | qstylesheet.cpp \ |
15 | qrichtext_p.cpp \ | 15 | qrichtext_p.cpp \ |
16 | qrichtext.cpp \ | 16 | qrichtext.cpp \ |
17 | qtextedit.cpp \ | 17 | qtextedit.cpp \ |
18 | main.cpp \ | 18 | main.cpp \ |
19 | mainwindow.cpp | 19 | mainwindow.cpp |
20 | 20 | ||
21 | INCLUDEPATH+= $(OPIEDIR)/include | 21 | INCLUDEPATH+= $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe | 23 | LIBS += -lqpe |
24 | 24 | ||
25 | TARGET = opie-write | 25 | TARGET = opie-write |
26 | |||
27 | |||
28 | |||
29 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 5381e10..84ae7c5 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -33,12 +33,16 @@ TRANSLATIONS = ../../../i18n/de/oxygen.ts \ | |||
33 | ../../../i18n/hu/oxygen.ts \ | 33 | ../../../i18n/hu/oxygen.ts \ |
34 | ../../../i18n/ja/oxygen.ts \ | 34 | ../../../i18n/ja/oxygen.ts \ |
35 | ../../../i18n/ko/oxygen.ts \ | 35 | ../../../i18n/ko/oxygen.ts \ |
36 | ../../../i18n/no/oxygen.ts \ | 36 | ../../../i18n/no/oxygen.ts \ |
37 | ../../../i18n/pl/oxygen.ts \ | 37 | ../../../i18n/pl/oxygen.ts \ |
38 | ../../../i18n/pt/oxygen.ts \ | 38 | ../../../i18n/pt/oxygen.ts \ |
39 | ../../../i18n/pt_BR/oxygen.ts \ | 39 | ../../../i18n/pt_BR/oxygen.ts \ |
40 | ../../../i18n/sl/oxygen.ts \ | 40 | ../../../i18n/sl/oxygen.ts \ |
41 | ../../../i18n/zh_CN/oxygen.ts \ | 41 | ../../../i18n/zh_CN/oxygen.ts \ |
42 | ../../../i18n/zh_TW/oxygen.ts \ | 42 | ../../../i18n/zh_TW/oxygen.ts \ |
43 | ../../../i18n/it/oxygen.ts \ | 43 | ../../../i18n/it/oxygen.ts \ |
44 | ../../../i18n/da/oxygen.ts | 44 | ../../../i18n/da/oxygen.ts |
45 | |||
46 | |||
47 | |||
48 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 18fa7b3..91222d2 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -42,12 +42,16 @@ TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ | |||
42 | ../../../i18n/es/tableviewer.ts \ | 42 | ../../../i18n/es/tableviewer.ts \ |
43 | ../../../i18n/fr/tableviewer.ts \ | 43 | ../../../i18n/fr/tableviewer.ts \ |
44 | ../../../i18n/hu/tableviewer.ts \ | 44 | ../../../i18n/hu/tableviewer.ts \ |
45 | ../../../i18n/ja/tableviewer.ts \ | 45 | ../../../i18n/ja/tableviewer.ts \ |
46 | ../../../i18n/ko/tableviewer.ts \ | 46 | ../../../i18n/ko/tableviewer.ts \ |
47 | ../../../i18n/no/tableviewer.ts \ | 47 | ../../../i18n/no/tableviewer.ts \ |
48 | ../../../i18n/pl/tableviewer.ts \ | 48 | ../../../i18n/pl/tableviewer.ts \ |
49 | ../../../i18n/pt/tableviewer.ts \ | 49 | ../../../i18n/pt/tableviewer.ts \ |
50 | ../../../i18n/pt_BR/tableviewer.ts \ | 50 | ../../../i18n/pt_BR/tableviewer.ts \ |
51 | ../../../i18n/sl/tableviewer.ts \ | 51 | ../../../i18n/sl/tableviewer.ts \ |
52 | ../../../i18n/zh_CN/tableviewer.ts \ | 52 | ../../../i18n/zh_CN/tableviewer.ts \ |
53 | ../../../i18n/zh_TW/tableviewer.ts | 53 | ../../../i18n/zh_TW/tableviewer.ts |
54 | |||
55 | |||
56 | |||
57 | include ( ../../../include.pro ) | ||
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro index a504abf..fdae834 100644 --- a/noncore/apps/tinykate/libkate/libkate.pro +++ b/noncore/apps/tinykate/libkate/libkate.pro | |||
@@ -79,12 +79,16 @@ INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/micro | |||
79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
84 | DEPENDPATH+= $(OPIEDIR)/include | 84 | DEPENDPATH+= $(OPIEDIR)/include |
85 | LIBS += -lqpe -lopie | 85 | LIBS += -lqpe -lopie |
86 | TARGET = tinykate | 86 | TARGET = tinykate |
87 | 87 | ||
88 | INCLUDEPATH += $(OPIEDIR)/include | 88 | INCLUDEPATH += $(OPIEDIR)/include |
89 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 89 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
90 | 90 | ||
91 | |||
92 | |||
93 | |||
94 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/apps/tinykate/tinykate.pro b/noncore/apps/tinykate/tinykate.pro index 2079041..11b4e5d 100644 --- a/noncore/apps/tinykate/tinykate.pro +++ b/noncore/apps/tinykate/tinykate.pro | |||
@@ -5,12 +5,16 @@ HEADERS = tinykate.h | |||
5 | SOURCES = tinykate.cpp main.cpp | 5 | SOURCES = tinykate.cpp main.cpp |
6 | INTERFACES= | 6 | INTERFACES= |
7 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ | 7 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ |
8 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 8 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
9 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 9 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
10 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 10 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
11 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 11 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
12 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 12 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
13 | 13 | ||
14 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe -ltinykate -lopie | 15 | LIBS += -lqpe -ltinykate -lopie |
16 | TARGET = tinykate | 16 | TARGET = tinykate |
17 | |||
18 | |||
19 | |||
20 | include ( ../../../include.pro ) | ||
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 2c4ddbb..83171ba 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -40,12 +40,16 @@ TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | |||
40 | ../../../i18n/es/keypebble.ts \ | 40 | ../../../i18n/es/keypebble.ts \ |
41 | ../../../i18n/fr/keypebble.ts \ | 41 | ../../../i18n/fr/keypebble.ts \ |
42 | ../../../i18n/hu/keypebble.ts \ | 42 | ../../../i18n/hu/keypebble.ts \ |
43 | ../../../i18n/ja/keypebble.ts \ | 43 | ../../../i18n/ja/keypebble.ts \ |
44 | ../../../i18n/ko/keypebble.ts \ | 44 | ../../../i18n/ko/keypebble.ts \ |
45 | ../../../i18n/no/keypebble.ts \ | 45 | ../../../i18n/no/keypebble.ts \ |
46 | ../../../i18n/pl/keypebble.ts \ | 46 | ../../../i18n/pl/keypebble.ts \ |
47 | ../../../i18n/pt/keypebble.ts \ | 47 | ../../../i18n/pt/keypebble.ts \ |
48 | ../../../i18n/pt_BR/keypebble.ts \ | 48 | ../../../i18n/pt_BR/keypebble.ts \ |
49 | ../../../i18n/sl/keypebble.ts \ | 49 | ../../../i18n/sl/keypebble.ts \ |
50 | ../../../i18n/zh_CN/keypebble.ts \ | 50 | ../../../i18n/zh_CN/keypebble.ts \ |
51 | ../../../i18n/zh_TW/keypebble.ts | 51 | ../../../i18n/zh_TW/keypebble.ts |
52 | |||
53 | |||
54 | |||
55 | include ( ../../../include.pro ) | ||
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 8c7a960..62fe70c 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ | |||
17 | ../../../i18n/es/mobilemsg.ts \ | 17 | ../../../i18n/es/mobilemsg.ts \ |
18 | ../../../i18n/fr/mobilemsg.ts \ | 18 | ../../../i18n/fr/mobilemsg.ts \ |
19 | ../../../i18n/hu/mobilemsg.ts \ | 19 | ../../../i18n/hu/mobilemsg.ts \ |
20 | ../../../i18n/ja/mobilemsg.ts \ | 20 | ../../../i18n/ja/mobilemsg.ts \ |
21 | ../../../i18n/ko/mobilemsg.ts \ | 21 | ../../../i18n/ko/mobilemsg.ts \ |
22 | ../../../i18n/no/mobilemsg.ts \ | 22 | ../../../i18n/no/mobilemsg.ts \ |
23 | ../../../i18n/pl/mobilemsg.ts \ | 23 | ../../../i18n/pl/mobilemsg.ts \ |
24 | ../../../i18n/pt/mobilemsg.ts \ | 24 | ../../../i18n/pt/mobilemsg.ts \ |
25 | ../../../i18n/pt_BR/mobilemsg.ts \ | 25 | ../../../i18n/pt_BR/mobilemsg.ts \ |
26 | ../../../i18n/sl/mobilemsg.ts \ | 26 | ../../../i18n/sl/mobilemsg.ts \ |
27 | ../../../i18n/zh_CN/mobilemsg.ts \ | 27 | ../../../i18n/zh_CN/mobilemsg.ts \ |
28 | ../../../i18n/zh_TW/mobilemsg.ts | 28 | ../../../i18n/zh_TW/mobilemsg.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/decorations/flat/flat.pro b/noncore/decorations/flat/flat.pro index 32bdb59..96b4b78 100644 --- a/noncore/decorations/flat/flat.pro +++ b/noncore/decorations/flat/flat.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = flat.h | 3 | HEADERS = flat.h |
4 | SOURCES = flat.cpp | 4 | SOURCES = flat.cpp |
5 | TARGET = flat | 5 | TARGET = flat |
6 | DESTDIR = $(OPIEDIR)/plugins/decorations | 6 | DESTDIR = $(OPIEDIR)/plugins/decorations |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | |||
13 | |||
14 | |||
15 | include ( ../../../include.pro ) | ||
diff --git a/noncore/decorations/liquid/liquid.pro b/noncore/decorations/liquid/liquid.pro index 25b4fd3..d614a64 100644 --- a/noncore/decorations/liquid/liquid.pro +++ b/noncore/decorations/liquid/liquid.pro | |||
@@ -1,10 +1,14 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = liquid.cpp | 3 | SOURCES = liquid.cpp |
4 | HEADERS = liquid.h | 4 | HEADERS = liquid.h |
5 | LIBS += -lqpe | 5 | LIBS += -lqpe |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/plugins/decorations | 7 | DESTDIR = $(OPIEDIR)/plugins/decorations |
8 | TARGET = liquid | 8 | TARGET = liquid |
9 | VERSION = 1.0.0 | 9 | VERSION = 1.0.0 |
10 | 10 | ||
11 | |||
12 | |||
13 | |||
14 | include ( ../../../include.pro ) | ||
diff --git a/noncore/decorations/polished/polished.pro b/noncore/decorations/polished/polished.pro index 43113ef..e9ee73a 100644 --- a/noncore/decorations/polished/polished.pro +++ b/noncore/decorations/polished/polished.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = polished.h | 3 | HEADERS = polished.h |
4 | SOURCES = polished.cpp | 4 | SOURCES = polished.cpp |
5 | TARGET = polished | 5 | TARGET = polished |
6 | DESTDIR = $(OPIEDIR)/plugins/decorations | 6 | DESTDIR = $(OPIEDIR)/plugins/decorations |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | |||
13 | |||
14 | |||
15 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index 42203df..bb3e4df 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/bounce.ts \ | |||
17 | ../../../i18n/fr/bounce.ts \ | 17 | ../../../i18n/fr/bounce.ts \ |
18 | ../../../i18n/hu/bounce.ts \ | 18 | ../../../i18n/hu/bounce.ts \ |
19 | ../../../i18n/ja/bounce.ts \ | 19 | ../../../i18n/ja/bounce.ts \ |
20 | ../../../i18n/ko/bounce.ts \ | 20 | ../../../i18n/ko/bounce.ts \ |
21 | ../../../i18n/no/bounce.ts \ | 21 | ../../../i18n/no/bounce.ts \ |
22 | ../../../i18n/pl/bounce.ts \ | 22 | ../../../i18n/pl/bounce.ts \ |
23 | ../../../i18n/pt/bounce.ts \ | 23 | ../../../i18n/pt/bounce.ts \ |
24 | ../../../i18n/pt_BR/bounce.ts \ | 24 | ../../../i18n/pt_BR/bounce.ts \ |
25 | ../../../i18n/sl/bounce.ts \ | 25 | ../../../i18n/sl/bounce.ts \ |
26 | ../../../i18n/zh_CN/bounce.ts \ | 26 | ../../../i18n/zh_CN/bounce.ts \ |
27 | ../../../i18n/zh_TW/bounce.ts \ | 27 | ../../../i18n/zh_TW/bounce.ts \ |
28 | ../../../i18n/it/bounce.ts | 28 | ../../../i18n/it/bounce.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index e1d1fcf..61c7085 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | |||
16 | ../../../i18n/fr/buzzword.ts \ | 16 | ../../../i18n/fr/buzzword.ts \ |
17 | ../../../i18n/hu/buzzword.ts \ | 17 | ../../../i18n/hu/buzzword.ts \ |
18 | ../../../i18n/ja/buzzword.ts \ | 18 | ../../../i18n/ja/buzzword.ts \ |
19 | ../../../i18n/ko/buzzword.ts \ | 19 | ../../../i18n/ko/buzzword.ts \ |
20 | ../../../i18n/no/buzzword.ts \ | 20 | ../../../i18n/no/buzzword.ts \ |
21 | ../../../i18n/pl/buzzword.ts \ | 21 | ../../../i18n/pl/buzzword.ts \ |
22 | ../../../i18n/pt/buzzword.ts \ | 22 | ../../../i18n/pt/buzzword.ts \ |
23 | ../../../i18n/pt_BR/buzzword.ts \ | 23 | ../../../i18n/pt_BR/buzzword.ts \ |
24 | ../../../i18n/sl/buzzword.ts \ | 24 | ../../../i18n/sl/buzzword.ts \ |
25 | ../../../i18n/zh_CN/buzzword.ts \ | 25 | ../../../i18n/zh_CN/buzzword.ts \ |
26 | ../../../i18n/zh_TW/buzzword.ts \ | 26 | ../../../i18n/zh_TW/buzzword.ts \ |
27 | ../../../i18n/it/buzzword.ts | 27 | ../../../i18n/it/buzzword.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index a8e9438..a96eb66 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -20,12 +20,16 @@ TRANSLATIONS = ../../../i18n/de/chess.ts \ | |||
20 | ../../../i18n/es/chess.ts \ | 20 | ../../../i18n/es/chess.ts \ |
21 | ../../../i18n/fr/chess.ts \ | 21 | ../../../i18n/fr/chess.ts \ |
22 | ../../../i18n/hu/chess.ts \ | 22 | ../../../i18n/hu/chess.ts \ |
23 | ../../../i18n/ja/chess.ts \ | 23 | ../../../i18n/ja/chess.ts \ |
24 | ../../../i18n/ko/chess.ts \ | 24 | ../../../i18n/ko/chess.ts \ |
25 | ../../../i18n/no/chess.ts \ | 25 | ../../../i18n/no/chess.ts \ |
26 | ../../../i18n/pl/chess.ts \ | 26 | ../../../i18n/pl/chess.ts \ |
27 | ../../../i18n/pt/chess.ts \ | 27 | ../../../i18n/pt/chess.ts \ |
28 | ../../../i18n/pt_BR/chess.ts \ | 28 | ../../../i18n/pt_BR/chess.ts \ |
29 | ../../../i18n/sl/chess.ts \ | 29 | ../../../i18n/sl/chess.ts \ |
30 | ../../../i18n/zh_CN/chess.ts \ | 30 | ../../../i18n/zh_CN/chess.ts \ |
31 | ../../../i18n/zh_TW/chess.ts | 31 | ../../../i18n/zh_TW/chess.ts |
32 | |||
33 | |||
34 | |||
35 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 14fa7f3..d1c246d 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/fifteen.ts \ | |||
16 | ../../../i18n/es/fifteen.ts \ | 16 | ../../../i18n/es/fifteen.ts \ |
17 | ../../../i18n/fr/fifteen.ts \ | 17 | ../../../i18n/fr/fifteen.ts \ |
18 | ../../../i18n/hu/fifteen.ts \ | 18 | ../../../i18n/hu/fifteen.ts \ |
19 | ../../../i18n/ja/fifteen.ts \ | 19 | ../../../i18n/ja/fifteen.ts \ |
20 | ../../../i18n/ko/fifteen.ts \ | 20 | ../../../i18n/ko/fifteen.ts \ |
21 | ../../../i18n/no/fifteen.ts \ | 21 | ../../../i18n/no/fifteen.ts \ |
22 | ../../../i18n/pl/fifteen.ts \ | 22 | ../../../i18n/pl/fifteen.ts \ |
23 | ../../../i18n/pt/fifteen.ts \ | 23 | ../../../i18n/pt/fifteen.ts \ |
24 | ../../../i18n/pt_BR/fifteen.ts \ | 24 | ../../../i18n/pt_BR/fifteen.ts \ |
25 | ../../../i18n/sl/fifteen.ts \ | 25 | ../../../i18n/sl/fifteen.ts \ |
26 | ../../../i18n/zh_CN/fifteen.ts \ | 26 | ../../../i18n/zh_CN/fifteen.ts \ |
27 | ../../../i18n/zh_TW/fifteen.ts | 27 | ../../../i18n/zh_TW/fifteen.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index eeb2893..1c98640 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -23,12 +23,16 @@ TRANSLATIONS = ../../../i18n/de/go.ts \ | |||
23 | ../../../i18n/es/go.ts \ | 23 | ../../../i18n/es/go.ts \ |
24 | ../../../i18n/fr/go.ts \ | 24 | ../../../i18n/fr/go.ts \ |
25 | ../../../i18n/hu/go.ts \ | 25 | ../../../i18n/hu/go.ts \ |
26 | ../../../i18n/ja/go.ts \ | 26 | ../../../i18n/ja/go.ts \ |
27 | ../../../i18n/ko/go.ts \ | 27 | ../../../i18n/ko/go.ts \ |
28 | ../../../i18n/no/go.ts \ | 28 | ../../../i18n/no/go.ts \ |
29 | ../../../i18n/pl/go.ts \ | 29 | ../../../i18n/pl/go.ts \ |
30 | ../../../i18n/pt/go.ts \ | 30 | ../../../i18n/pt/go.ts \ |
31 | ../../../i18n/pt_BR/go.ts \ | 31 | ../../../i18n/pt_BR/go.ts \ |
32 | ../../../i18n/sl/go.ts \ | 32 | ../../../i18n/sl/go.ts \ |
33 | ../../../i18n/zh_CN/go.ts \ | 33 | ../../../i18n/zh_CN/go.ts \ |
34 | ../../../i18n/zh_TW/go.ts | 34 | ../../../i18n/zh_TW/go.ts |
35 | |||
36 | |||
37 | |||
38 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index cc632c8..270fcab 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -20,12 +20,16 @@ TRANSLATIONS = ../../../i18n/de/kbill.ts \ | |||
20 | ../../../i18n/es/kbill.ts \ | 20 | ../../../i18n/es/kbill.ts \ |
21 | ../../../i18n/fr/kbill.ts \ | 21 | ../../../i18n/fr/kbill.ts \ |
22 | ../../../i18n/hu/kbill.ts \ | 22 | ../../../i18n/hu/kbill.ts \ |
23 | ../../../i18n/ja/kbill.ts \ | 23 | ../../../i18n/ja/kbill.ts \ |
24 | ../../../i18n/ko/kbill.ts \ | 24 | ../../../i18n/ko/kbill.ts \ |
25 | ../../../i18n/no/kbill.ts \ | 25 | ../../../i18n/no/kbill.ts \ |
26 | ../../../i18n/pl/kbill.ts \ | 26 | ../../../i18n/pl/kbill.ts \ |
27 | ../../../i18n/pt/kbill.ts \ | 27 | ../../../i18n/pt/kbill.ts \ |
28 | ../../../i18n/pt_BR/kbill.ts \ | 28 | ../../../i18n/pt_BR/kbill.ts \ |
29 | ../../../i18n/sl/kbill.ts \ | 29 | ../../../i18n/sl/kbill.ts \ |
30 | ../../../i18n/zh_CN/kbill.ts \ | 30 | ../../../i18n/zh_CN/kbill.ts \ |
31 | ../../../i18n/zh_TW/kbill.ts | 31 | ../../../i18n/zh_TW/kbill.ts |
32 | |||
33 | |||
34 | |||
35 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 7c094e3..d8b5231 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -24,12 +24,16 @@ TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ | |||
24 | ../../../i18n/es/kcheckers.ts \ | 24 | ../../../i18n/es/kcheckers.ts \ |
25 | ../../../i18n/fr/kcheckers.ts \ | 25 | ../../../i18n/fr/kcheckers.ts \ |
26 | ../../../i18n/hu/kcheckers.ts \ | 26 | ../../../i18n/hu/kcheckers.ts \ |
27 | ../../../i18n/ja/kcheckers.ts \ | 27 | ../../../i18n/ja/kcheckers.ts \ |
28 | ../../../i18n/ko/kcheckers.ts \ | 28 | ../../../i18n/ko/kcheckers.ts \ |
29 | ../../../i18n/no/kcheckers.ts \ | 29 | ../../../i18n/no/kcheckers.ts \ |
30 | ../../../i18n/pl/kcheckers.ts \ | 30 | ../../../i18n/pl/kcheckers.ts \ |
31 | ../../../i18n/pt/kcheckers.ts \ | 31 | ../../../i18n/pt/kcheckers.ts \ |
32 | ../../../i18n/pt_BR/kcheckers.ts \ | 32 | ../../../i18n/pt_BR/kcheckers.ts \ |
33 | ../../../i18n/sl/kcheckers.ts \ | 33 | ../../../i18n/sl/kcheckers.ts \ |
34 | ../../../i18n/zh_CN/kcheckers.ts \ | 34 | ../../../i18n/zh_CN/kcheckers.ts \ |
35 | ../../../i18n/zh_TW/kcheckers.ts | 35 | ../../../i18n/zh_TW/kcheckers.ts |
36 | |||
37 | |||
38 | |||
39 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index aff0ffb..594397a 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -47,12 +47,16 @@ TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | |||
47 | ../../../i18n/es/kpacman.ts \ | 47 | ../../../i18n/es/kpacman.ts \ |
48 | ../../../i18n/fr/kpacman.ts \ | 48 | ../../../i18n/fr/kpacman.ts \ |
49 | ../../../i18n/hu/kpacman.ts \ | 49 | ../../../i18n/hu/kpacman.ts \ |
50 | ../../../i18n/ja/kpacman.ts \ | 50 | ../../../i18n/ja/kpacman.ts \ |
51 | ../../../i18n/ko/kpacman.ts \ | 51 | ../../../i18n/ko/kpacman.ts \ |
52 | ../../../i18n/no/kpacman.ts \ | 52 | ../../../i18n/no/kpacman.ts \ |
53 | ../../../i18n/pl/kpacman.ts \ | 53 | ../../../i18n/pl/kpacman.ts \ |
54 | ../../../i18n/pt/kpacman.ts \ | 54 | ../../../i18n/pt/kpacman.ts \ |
55 | ../../../i18n/pt_BR/kpacman.ts \ | 55 | ../../../i18n/pt_BR/kpacman.ts \ |
56 | ../../../i18n/sl/kpacman.ts \ | 56 | ../../../i18n/sl/kpacman.ts \ |
57 | ../../../i18n/zh_CN/kpacman.ts \ | 57 | ../../../i18n/zh_CN/kpacman.ts \ |
58 | ../../../i18n/zh_TW/kpacman.ts | 58 | ../../../i18n/zh_TW/kpacman.ts |
59 | |||
60 | |||
61 | |||
62 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 6991066..5052467 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ | |||
16 | ../../../i18n/es/mindbreaker.ts \ | 16 | ../../../i18n/es/mindbreaker.ts \ |
17 | ../../../i18n/fr/mindbreaker.ts \ | 17 | ../../../i18n/fr/mindbreaker.ts \ |
18 | ../../../i18n/hu/mindbreaker.ts \ | 18 | ../../../i18n/hu/mindbreaker.ts \ |
19 | ../../../i18n/ja/mindbreaker.ts \ | 19 | ../../../i18n/ja/mindbreaker.ts \ |
20 | ../../../i18n/ko/mindbreaker.ts \ | 20 | ../../../i18n/ko/mindbreaker.ts \ |
21 | ../../../i18n/no/mindbreaker.ts \ | 21 | ../../../i18n/no/mindbreaker.ts \ |
22 | ../../../i18n/pl/mindbreaker.ts \ | 22 | ../../../i18n/pl/mindbreaker.ts \ |
23 | ../../../i18n/pt/mindbreaker.ts \ | 23 | ../../../i18n/pt/mindbreaker.ts \ |
24 | ../../../i18n/pt_BR/mindbreaker.ts \ | 24 | ../../../i18n/pt_BR/mindbreaker.ts \ |
25 | ../../../i18n/sl/mindbreaker.ts \ | 25 | ../../../i18n/sl/mindbreaker.ts \ |
26 | ../../../i18n/zh_CN/mindbreaker.ts \ | 26 | ../../../i18n/zh_CN/mindbreaker.ts \ |
27 | ../../../i18n/zh_TW/mindbreaker.ts | 27 | ../../../i18n/zh_TW/mindbreaker.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 8f350bf..3e234a4 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -20,12 +20,16 @@ TRANSLATIONS = ../../../i18n/de/minesweep.ts \ | |||
20 | ../../../i18n/fr/minesweep.ts \ | 20 | ../../../i18n/fr/minesweep.ts \ |
21 | ../../../i18n/hu/minesweep.ts \ | 21 | ../../../i18n/hu/minesweep.ts \ |
22 | ../../../i18n/ja/minesweep.ts \ | 22 | ../../../i18n/ja/minesweep.ts \ |
23 | ../../../i18n/ko/minesweep.ts \ | 23 | ../../../i18n/ko/minesweep.ts \ |
24 | ../../../i18n/no/minesweep.ts \ | 24 | ../../../i18n/no/minesweep.ts \ |
25 | ../../../i18n/pl/minesweep.ts \ | 25 | ../../../i18n/pl/minesweep.ts \ |
26 | ../../../i18n/pt/minesweep.ts \ | 26 | ../../../i18n/pt/minesweep.ts \ |
27 | ../../../i18n/pt_BR/minesweep.ts \ | 27 | ../../../i18n/pt_BR/minesweep.ts \ |
28 | ../../../i18n/sl/minesweep.ts \ | 28 | ../../../i18n/sl/minesweep.ts \ |
29 | ../../../i18n/zh_CN/minesweep.ts \ | 29 | ../../../i18n/zh_CN/minesweep.ts \ |
30 | ../../../i18n/it/minesweep.ts \ | 30 | ../../../i18n/it/minesweep.ts \ |
31 | ../../../i18n/zh_TW/minesweep.ts | 31 | ../../../i18n/zh_TW/minesweep.ts |
32 | |||
33 | |||
34 | |||
35 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 864d995..d8e4b1f 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/parashoot.ts \ | |||
15 | ../../../i18n/es/parashoot.ts \ | 15 | ../../../i18n/es/parashoot.ts \ |
16 | ../../../i18n/fr/parashoot.ts \ | 16 | ../../../i18n/fr/parashoot.ts \ |
17 | ../../../i18n/hu/parashoot.ts \ | 17 | ../../../i18n/hu/parashoot.ts \ |
18 | ../../../i18n/ja/parashoot.ts \ | 18 | ../../../i18n/ja/parashoot.ts \ |
19 | ../../../i18n/ko/parashoot.ts \ | 19 | ../../../i18n/ko/parashoot.ts \ |
20 | ../../../i18n/no/parashoot.ts \ | 20 | ../../../i18n/no/parashoot.ts \ |
21 | ../../../i18n/pl/parashoot.ts \ | 21 | ../../../i18n/pl/parashoot.ts \ |
22 | ../../../i18n/pt/parashoot.ts \ | 22 | ../../../i18n/pt/parashoot.ts \ |
23 | ../../../i18n/pt_BR/parashoot.ts \ | 23 | ../../../i18n/pt_BR/parashoot.ts \ |
24 | ../../../i18n/sl/parashoot.ts \ | 24 | ../../../i18n/sl/parashoot.ts \ |
25 | ../../../i18n/zh_CN/parashoot.ts \ | 25 | ../../../i18n/zh_CN/parashoot.ts \ |
26 | ../../../i18n/zh_TW/parashoot.ts | 26 | ../../../i18n/zh_TW/parashoot.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 34be552..39b2722 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ | |||
15 | ../../../i18n/es/qasteroids.ts \ | 15 | ../../../i18n/es/qasteroids.ts \ |
16 | ../../../i18n/fr/qasteroids.ts \ | 16 | ../../../i18n/fr/qasteroids.ts \ |
17 | ../../../i18n/hu/qasteroids.ts \ | 17 | ../../../i18n/hu/qasteroids.ts \ |
18 | ../../../i18n/ja/qasteroids.ts \ | 18 | ../../../i18n/ja/qasteroids.ts \ |
19 | ../../../i18n/ko/qasteroids.ts \ | 19 | ../../../i18n/ko/qasteroids.ts \ |
20 | ../../../i18n/no/qasteroids.ts \ | 20 | ../../../i18n/no/qasteroids.ts \ |
21 | ../../../i18n/pl/qasteroids.ts \ | 21 | ../../../i18n/pl/qasteroids.ts \ |
22 | ../../../i18n/pt/qasteroids.ts \ | 22 | ../../../i18n/pt/qasteroids.ts \ |
23 | ../../../i18n/pt_BR/qasteroids.ts \ | 23 | ../../../i18n/pt_BR/qasteroids.ts \ |
24 | ../../../i18n/sl/qasteroids.ts \ | 24 | ../../../i18n/sl/qasteroids.ts \ |
25 | ../../../i18n/zh_CN/qasteroids.ts \ | 25 | ../../../i18n/zh_CN/qasteroids.ts \ |
26 | ../../../i18n/zh_TW/qasteroids.ts | 26 | ../../../i18n/zh_TW/qasteroids.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro index 5f49330..5941c20 100644 --- a/noncore/games/sfcave/sfcave.pro +++ b/noncore/games/sfcave/sfcave.pro | |||
@@ -1,9 +1,13 @@ | |||
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 | SOURCES = sfcave.cpp helpwindow.cpp random.cpp | 4 | SOURCES = sfcave.cpp helpwindow.cpp random.cpp |
5 | HEADERS = sfcave.h helpwindow.h random.h | 5 | HEADERS = sfcave.h helpwindow.h random.h |
6 | TARGET = sfcave | 6 | TARGET = sfcave |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | |||
11 | |||
12 | |||
13 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index fe9e739..845c0a5 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/snake.ts \ | |||
15 | ../../../i18n/es/snake.ts \ | 15 | ../../../i18n/es/snake.ts \ |
16 | ../../../i18n/fr/snake.ts \ | 16 | ../../../i18n/fr/snake.ts \ |
17 | ../../../i18n/hu/snake.ts \ | 17 | ../../../i18n/hu/snake.ts \ |
18 | ../../../i18n/ja/snake.ts \ | 18 | ../../../i18n/ja/snake.ts \ |
19 | ../../../i18n/ko/snake.ts \ | 19 | ../../../i18n/ko/snake.ts \ |
20 | ../../../i18n/no/snake.ts \ | 20 | ../../../i18n/no/snake.ts \ |
21 | ../../../i18n/pl/snake.ts \ | 21 | ../../../i18n/pl/snake.ts \ |
22 | ../../../i18n/pt/snake.ts \ | 22 | ../../../i18n/pt/snake.ts \ |
23 | ../../../i18n/pt_BR/snake.ts \ | 23 | ../../../i18n/pt_BR/snake.ts \ |
24 | ../../../i18n/sl/snake.ts \ | 24 | ../../../i18n/sl/snake.ts \ |
25 | ../../../i18n/zh_CN/snake.ts \ | 25 | ../../../i18n/zh_CN/snake.ts \ |
26 | ../../../i18n/zh_TW/snake.ts | 26 | ../../../i18n/zh_TW/snake.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 51e0106..f86fc13 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -26,12 +26,16 @@ TRANSLATIONS = ../../../i18n/de/patience.ts \ | |||
26 | ../../../i18n/fr/patience.ts \ | 26 | ../../../i18n/fr/patience.ts \ |
27 | ../../../i18n/hu/patience.ts \ | 27 | ../../../i18n/hu/patience.ts \ |
28 | ../../../i18n/ja/patience.ts \ | 28 | ../../../i18n/ja/patience.ts \ |
29 | ../../../i18n/ko/patience.ts \ | 29 | ../../../i18n/ko/patience.ts \ |
30 | ../../../i18n/no/patience.ts \ | 30 | ../../../i18n/no/patience.ts \ |
31 | ../../../i18n/pl/patience.ts \ | 31 | ../../../i18n/pl/patience.ts \ |
32 | ../../../i18n/pt/patience.ts \ | 32 | ../../../i18n/pt/patience.ts \ |
33 | ../../../i18n/pt_BR/patience.ts \ | 33 | ../../../i18n/pt_BR/patience.ts \ |
34 | ../../../i18n/sl/patience.ts \ | 34 | ../../../i18n/sl/patience.ts \ |
35 | ../../../i18n/zh_CN/patience.ts \ | 35 | ../../../i18n/zh_CN/patience.ts \ |
36 | ../../../i18n/zh_TW/patience.ts \ | 36 | ../../../i18n/zh_TW/patience.ts \ |
37 | ../../../i18n/it/patience.ts | 37 | ../../../i18n/it/patience.ts |
38 | |||
39 | |||
40 | |||
41 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 5110b05..48c6d93 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -24,12 +24,16 @@ TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | |||
24 | ../../../i18n/fr/tetrix.ts \ | 24 | ../../../i18n/fr/tetrix.ts \ |
25 | ../../../i18n/hu/tetrix.ts \ | 25 | ../../../i18n/hu/tetrix.ts \ |
26 | ../../../i18n/ja/tetrix.ts \ | 26 | ../../../i18n/ja/tetrix.ts \ |
27 | ../../../i18n/ko/tetrix.ts \ | 27 | ../../../i18n/ko/tetrix.ts \ |
28 | ../../../i18n/no/tetrix.ts \ | 28 | ../../../i18n/no/tetrix.ts \ |
29 | ../../../i18n/pl/tetrix.ts \ | 29 | ../../../i18n/pl/tetrix.ts \ |
30 | ../../../i18n/pt/tetrix.ts \ | 30 | ../../../i18n/pt/tetrix.ts \ |
31 | ../../../i18n/pt_BR/tetrix.ts \ | 31 | ../../../i18n/pt_BR/tetrix.ts \ |
32 | ../../../i18n/sl/tetrix.ts \ | 32 | ../../../i18n/sl/tetrix.ts \ |
33 | ../../../i18n/zh_CN/tetrix.ts \ | 33 | ../../../i18n/zh_CN/tetrix.ts \ |
34 | ../../../i18n/it/tetrix.ts \ | 34 | ../../../i18n/it/tetrix.ts \ |
35 | ../../../i18n/zh_TW/tetrix.ts | 35 | ../../../i18n/zh_TW/tetrix.ts |
36 | |||
37 | |||
38 | |||
39 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 33b8453..777bee2 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/tictac.ts \ | |||
16 | ../../../i18n/es/tictac.ts \ | 16 | ../../../i18n/es/tictac.ts \ |
17 | ../../../i18n/fr/tictac.ts \ | 17 | ../../../i18n/fr/tictac.ts \ |
18 | ../../../i18n/hu/tictac.ts \ | 18 | ../../../i18n/hu/tictac.ts \ |
19 | ../../../i18n/ja/tictac.ts \ | 19 | ../../../i18n/ja/tictac.ts \ |
20 | ../../../i18n/ko/tictac.ts \ | 20 | ../../../i18n/ko/tictac.ts \ |
21 | ../../../i18n/no/tictac.ts \ | 21 | ../../../i18n/no/tictac.ts \ |
22 | ../../../i18n/pl/tictac.ts \ | 22 | ../../../i18n/pl/tictac.ts \ |
23 | ../../../i18n/pt/tictac.ts \ | 23 | ../../../i18n/pt/tictac.ts \ |
24 | ../../../i18n/pt_BR/tictac.ts \ | 24 | ../../../i18n/pt_BR/tictac.ts \ |
25 | ../../../i18n/sl/tictac.ts \ | 25 | ../../../i18n/sl/tictac.ts \ |
26 | ../../../i18n/zh_CN/tictac.ts \ | 26 | ../../../i18n/zh_CN/tictac.ts \ |
27 | ../../../i18n/zh_TW/tictac.ts | 27 | ../../../i18n/zh_TW/tictac.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index f7f978a..3e330b2 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/wordgame.ts \ | |||
17 | ../../../i18n/es/wordgame.ts \ | 17 | ../../../i18n/es/wordgame.ts \ |
18 | ../../../i18n/fr/wordgame.ts \ | 18 | ../../../i18n/fr/wordgame.ts \ |
19 | ../../../i18n/hu/wordgame.ts \ | 19 | ../../../i18n/hu/wordgame.ts \ |
20 | ../../../i18n/ja/wordgame.ts \ | 20 | ../../../i18n/ja/wordgame.ts \ |
21 | ../../../i18n/ko/wordgame.ts \ | 21 | ../../../i18n/ko/wordgame.ts \ |
22 | ../../../i18n/no/wordgame.ts \ | 22 | ../../../i18n/no/wordgame.ts \ |
23 | ../../../i18n/pl/wordgame.ts \ | 23 | ../../../i18n/pl/wordgame.ts \ |
24 | ../../../i18n/pt/wordgame.ts \ | 24 | ../../../i18n/pt/wordgame.ts \ |
25 | ../../../i18n/pt_BR/wordgame.ts \ | 25 | ../../../i18n/pt_BR/wordgame.ts \ |
26 | ../../../i18n/sl/wordgame.ts \ | 26 | ../../../i18n/sl/wordgame.ts \ |
27 | ../../../i18n/zh_CN/wordgame.ts \ | 27 | ../../../i18n/zh_CN/wordgame.ts \ |
28 | ../../../i18n/zh_TW/wordgame.ts | 28 | ../../../i18n/zh_TW/wordgame.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index d25c17a..12d4ed3 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -53,12 +53,16 @@ TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | |||
53 | ../../../i18n/fr/drawpad.ts \ | 53 | ../../../i18n/fr/drawpad.ts \ |
54 | ../../../i18n/hu/drawpad.ts \ | 54 | ../../../i18n/hu/drawpad.ts \ |
55 | ../../../i18n/ja/drawpad.ts \ | 55 | ../../../i18n/ja/drawpad.ts \ |
56 | ../../../i18n/ko/drawpad.ts \ | 56 | ../../../i18n/ko/drawpad.ts \ |
57 | ../../../i18n/no/drawpad.ts \ | 57 | ../../../i18n/no/drawpad.ts \ |
58 | ../../../i18n/pl/drawpad.ts \ | 58 | ../../../i18n/pl/drawpad.ts \ |
59 | ../../../i18n/pt/drawpad.ts \ | 59 | ../../../i18n/pt/drawpad.ts \ |
60 | ../../../i18n/pt_BR/drawpad.ts \ | 60 | ../../../i18n/pt_BR/drawpad.ts \ |
61 | ../../../i18n/sl/drawpad.ts \ | 61 | ../../../i18n/sl/drawpad.ts \ |
62 | ../../../i18n/zh_CN/drawpad.ts \ | 62 | ../../../i18n/zh_CN/drawpad.ts \ |
63 | ../../../i18n/it/drawpad.ts \ | 63 | ../../../i18n/it/drawpad.ts \ |
64 | ../../../i18n/zh_TW/drawpad.ts | 64 | ../../../i18n/zh_TW/drawpad.ts |
65 | |||
66 | |||
67 | |||
68 | include ( ../../../include.pro ) | ||
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index 310d9cb..2b22d31 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro | |||
@@ -15,12 +15,16 @@ SOURCES = main.cpp \ | |||
15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ | 15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ |
16 | skin.cpp | 16 | skin.cpp |
17 | TARGET = opieplayer2 | 17 | TARGET = opieplayer2 |
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | LIBS += -lqpe -lpthread -lopie -lxine | 20 | LIBS += -lqpe -lpthread -lopie -lxine |
21 | MOC_DIR = qpeobj | 21 | MOC_DIR = qpeobj |
22 | OBJECTS_DIR = qpeobj | 22 | OBJECTS_DIR = qpeobj |
23 | 23 | ||
24 | #INCLUDEPATH += $(OPIEDIR)/include | 24 | #INCLUDEPATH += $(OPIEDIR)/include |
25 | #DEPENDPATH += $(OPIEDIR)/include | 25 | #DEPENDPATH += $(OPIEDIR)/include |
26 | 26 | ||
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro index 18ee623..be900a2 100644 --- a/noncore/multimedia/opieplayer2/zeckeplayer.pro +++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro | |||
@@ -1,10 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = . | 2 | DESTDIR = . |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = frame.h lib.h | 5 | HEADERS = frame.h lib.h |
6 | SOURCES = alphablend.c yuv2rgb.c nullvideo.o frame.cpp lib.cpp mainTest.cpp | 6 | SOURCES = alphablend.c yuv2rgb.c nullvideo.o frame.cpp lib.cpp mainTest.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include |
8 | DEPENDPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include | 8 | DEPENDPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include |
9 | LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils | 9 | LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils |
10 | TARGET = zeckeplayer \ No newline at end of file | 10 | TARGET = zeckeplayer |
11 | |||
12 | |||
13 | include ( ../../../include.pro ) | ||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index dd9414f..275d0c9 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/showimg.ts \ | |||
15 | ../../../i18n/fr/showimg.ts \ | 15 | ../../../i18n/fr/showimg.ts \ |
16 | ../../../i18n/hu/showimg.ts \ | 16 | ../../../i18n/hu/showimg.ts \ |
17 | ../../../i18n/ja/showimg.ts \ | 17 | ../../../i18n/ja/showimg.ts \ |
18 | ../../../i18n/ko/showimg.ts \ | 18 | ../../../i18n/ko/showimg.ts \ |
19 | ../../../i18n/no/showimg.ts \ | 19 | ../../../i18n/no/showimg.ts \ |
20 | ../../../i18n/pl/showimg.ts \ | 20 | ../../../i18n/pl/showimg.ts \ |
21 | ../../../i18n/pt/showimg.ts \ | 21 | ../../../i18n/pt/showimg.ts \ |
22 | ../../../i18n/pt_BR/showimg.ts \ | 22 | ../../../i18n/pt_BR/showimg.ts \ |
23 | ../../../i18n/sl/showimg.ts \ | 23 | ../../../i18n/sl/showimg.ts \ |
24 | ../../../i18n/zh_CN/showimg.ts \ | 24 | ../../../i18n/zh_CN/showimg.ts \ |
25 | ../../../i18n/zh_TW/showimg.ts \ | 25 | ../../../i18n/zh_TW/showimg.ts \ |
26 | ../../../i18n/da/showimg.ts | 26 | ../../../i18n/da/showimg.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index 9ee3605..3dd8dbd 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro | |||
@@ -1,6 +1,10 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = ftplib.h | 3 | HEADERS = ftplib.h |
4 | SOURCES = ftplib.c | 4 | SOURCES = ftplib.c |
5 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 5 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
6 | INTERFACES = | 6 | INTERFACES = |
7 | |||
8 | |||
9 | |||
10 | include ( ../../../include.pro ) | ||
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index b359f23..f5d2af0 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | |||
15 | ../../../i18n/es/opieftp.ts \ | 15 | ../../../i18n/es/opieftp.ts \ |
16 | ../../../i18n/fr/opieftp.ts \ | 16 | ../../../i18n/fr/opieftp.ts \ |
17 | ../../../i18n/hu/opieftp.ts \ | 17 | ../../../i18n/hu/opieftp.ts \ |
18 | ../../../i18n/ja/opieftp.ts \ | 18 | ../../../i18n/ja/opieftp.ts \ |
19 | ../../../i18n/ko/opieftp.ts \ | 19 | ../../../i18n/ko/opieftp.ts \ |
20 | ../../../i18n/no/opieftp.ts \ | 20 | ../../../i18n/no/opieftp.ts \ |
21 | ../../../i18n/pl/opieftp.ts \ | 21 | ../../../i18n/pl/opieftp.ts \ |
22 | ../../../i18n/pt/opieftp.ts \ | 22 | ../../../i18n/pt/opieftp.ts \ |
23 | ../../../i18n/pt_BR/opieftp.ts \ | 23 | ../../../i18n/pt_BR/opieftp.ts \ |
24 | ../../../i18n/sl/opieftp.ts \ | 24 | ../../../i18n/sl/opieftp.ts \ |
25 | ../../../i18n/zh_CN/opieftp.ts \ | 25 | ../../../i18n/zh_CN/opieftp.ts \ |
26 | ../../../i18n/zh_TW/opieftp.ts | 26 | ../../../i18n/zh_TW/opieftp.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro index 37742f5..3fe1961 100644 --- a/noncore/net/opieirc/opieirc.pro +++ b/noncore/net/opieirc/opieirc.pro | |||
@@ -13,12 +13,16 @@ SOURCES = ircchannel.cpp ircconnection.cpp \ | |||
13 | ircmessage.cpp \ | 13 | ircmessage.cpp \ |
14 | ircmessageparser.cpp ircoutput.cpp \ | 14 | ircmessageparser.cpp ircoutput.cpp \ |
15 | ircperson.cpp ircserver.cpp \ | 15 | ircperson.cpp ircserver.cpp \ |
16 | ircsession.cpp main.cpp mainwindow.cpp \ | 16 | ircsession.cpp main.cpp mainwindow.cpp \ |
17 | irctab.cpp ircservertab.cpp \ | 17 | irctab.cpp ircservertab.cpp \ |
18 | ircchanneltab.cpp ircchannellist.cpp \ | 18 | ircchanneltab.cpp ircchannellist.cpp \ |
19 | ircserverlist.cpp ircservereditor.cpp \ | 19 | ircserverlist.cpp ircservereditor.cpp \ |
20 | ircquerytab.cpp ircsettings.cpp ircmisc.cpp | 20 | ircquerytab.cpp ircsettings.cpp ircmisc.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe -lopie | 23 | LIBS += -lqpe -lopie |
24 | 24 | ||
25 | |||
26 | |||
27 | |||
28 | include ( ../../../include.pro ) | ||
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index cbdb148..d713708 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ | |||
17 | ../../../../i18n/es/libbluetoothapplet.ts \ | 17 | ../../../../i18n/es/libbluetoothapplet.ts \ |
18 | ../../../../i18n/fr/libbluetoothapplet.ts \ | 18 | ../../../../i18n/fr/libbluetoothapplet.ts \ |
19 | ../../../../i18n/hu/libbluetoothapplet.ts \ | 19 | ../../../../i18n/hu/libbluetoothapplet.ts \ |
20 | ../../../../i18n/ja/libbluetoothapplet.ts \ | 20 | ../../../../i18n/ja/libbluetoothapplet.ts \ |
21 | ../../../../i18n/ko/libbluetoothapplet.ts \ | 21 | ../../../../i18n/ko/libbluetoothapplet.ts \ |
22 | ../../../../i18n/no/libbluetoothapplet.ts \ | 22 | ../../../../i18n/no/libbluetoothapplet.ts \ |
23 | ../../../../i18n/pl/libbluetoothapplet.ts \ | 23 | ../../../../i18n/pl/libbluetoothapplet.ts \ |
24 | ../../../../i18n/pt/libbluetoothapplet.ts \ | 24 | ../../../../i18n/pt/libbluetoothapplet.ts \ |
25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ | 25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ |
26 | ../../../../i18n/sl/libbluetoothapplet.ts \ | 26 | ../../../../i18n/sl/libbluetoothapplet.ts \ |
27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ | 27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ |
28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts | 28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 6fc5157..27295da 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | |||
18 | ../../../../i18n/es/bluepin.ts \ | 18 | ../../../../i18n/es/bluepin.ts \ |
19 | ../../../../i18n/fr/bluepin.ts \ | 19 | ../../../../i18n/fr/bluepin.ts \ |
20 | ../../../../i18n/hu/bluepin.ts \ | 20 | ../../../../i18n/hu/bluepin.ts \ |
21 | ../../../../i18n/ja/bluepin.ts \ | 21 | ../../../../i18n/ja/bluepin.ts \ |
22 | ../../../../i18n/ko/bluepin.ts \ | 22 | ../../../../i18n/ko/bluepin.ts \ |
23 | ../../../../i18n/no/bluepin.ts \ | 23 | ../../../../i18n/no/bluepin.ts \ |
24 | ../../../../i18n/pl/bluepin.ts \ | 24 | ../../../../i18n/pl/bluepin.ts \ |
25 | ../../../../i18n/pt/bluepin.ts \ | 25 | ../../../../i18n/pt/bluepin.ts \ |
26 | ../../../../i18n/pt_BR/bluepin.ts \ | 26 | ../../../../i18n/pt_BR/bluepin.ts \ |
27 | ../../../../i18n/sl/bluepin.ts \ | 27 | ../../../../i18n/sl/bluepin.ts \ |
28 | ../../../../i18n/zh_CN/bluepin.ts \ | 28 | ../../../../i18n/zh_CN/bluepin.ts \ |
29 | ../../../../i18n/zh_TW/bluepin.ts | 29 | ../../../../i18n/zh_TW/bluepin.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index ca5edd2..d250448 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | |||
15 | ../../../../i18n/es/libopietooth.ts \ | 15 | ../../../../i18n/es/libopietooth.ts \ |
16 | ../../../../i18n/fr/libopietooth.ts \ | 16 | ../../../../i18n/fr/libopietooth.ts \ |
17 | ../../../../i18n/hu/libopietooth.ts \ | 17 | ../../../../i18n/hu/libopietooth.ts \ |
18 | ../../../../i18n/ja/libopietooth.ts \ | 18 | ../../../../i18n/ja/libopietooth.ts \ |
19 | ../../../../i18n/ko/libopietooth.ts \ | 19 | ../../../../i18n/ko/libopietooth.ts \ |
20 | ../../../../i18n/no/libopietooth.ts \ | 20 | ../../../../i18n/no/libopietooth.ts \ |
21 | ../../../../i18n/pl/libopietooth.ts \ | 21 | ../../../../i18n/pl/libopietooth.ts \ |
22 | ../../../../i18n/pt/libopietooth.ts \ | 22 | ../../../../i18n/pt/libopietooth.ts \ |
23 | ../../../../i18n/pt_BR/libopietooth.ts \ | 23 | ../../../../i18n/pt_BR/libopietooth.ts \ |
24 | ../../../../i18n/sl/libopietooth.ts \ | 24 | ../../../../i18n/sl/libopietooth.ts \ |
25 | ../../../../i18n/zh_CN/libopietooth.ts \ | 25 | ../../../../i18n/zh_CN/libopietooth.ts \ |
26 | ../../../../i18n/zh_TW/libopietooth.ts | 26 | ../../../../i18n/zh_TW/libopietooth.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 1c3faf3..f3599bb 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -34,12 +34,16 @@ TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | |||
34 | ../../../../i18n/es/bluetooth-manager.ts \ | 34 | ../../../../i18n/es/bluetooth-manager.ts \ |
35 | ../../../../i18n/fr/bluetooth-manager.ts \ | 35 | ../../../../i18n/fr/bluetooth-manager.ts \ |
36 | ../../../../i18n/hu/bluetooth-manager.ts \ | 36 | ../../../../i18n/hu/bluetooth-manager.ts \ |
37 | ../../../../i18n/ja/bluetooth-manager.ts \ | 37 | ../../../../i18n/ja/bluetooth-manager.ts \ |
38 | ../../../../i18n/ko/bluetooth-manager.ts \ | 38 | ../../../../i18n/ko/bluetooth-manager.ts \ |
39 | ../../../../i18n/no/bluetooth-manager.ts \ | 39 | ../../../../i18n/no/bluetooth-manager.ts \ |
40 | ../../../../i18n/pl/bluetooth-manager.ts \ | 40 | ../../../../i18n/pl/bluetooth-manager.ts \ |
41 | ../../../../i18n/pt/bluetooth-manager.ts \ | 41 | ../../../../i18n/pt/bluetooth-manager.ts \ |
42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ | 42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ |
43 | ../../../../i18n/sl/bluetooth-manager.ts \ | 43 | ../../../../i18n/sl/bluetooth-manager.ts \ |
44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ | 44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ |
45 | ../../../../i18n/zh_TW/bluetooth-manager.ts | 45 | ../../../../i18n/zh_TW/bluetooth-manager.ts |
46 | |||
47 | |||
48 | |||
49 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/ubrowser/ubrowser.pro b/noncore/net/ubrowser/ubrowser.pro index 3704a48..09a2c79 100644 --- a/noncore/net/ubrowser/ubrowser.pro +++ b/noncore/net/ubrowser/ubrowser.pro | |||
@@ -1,9 +1,13 @@ | |||
1 | TEMPLATE=app | 1 | TEMPLATE=app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =../../../bin | 3 | DESTDIR =../../../bin |
4 | HEADERS = mainview.h httpfactory.h httpcomm.h | 4 | HEADERS = mainview.h httpfactory.h httpcomm.h |
5 | SOURCES = main.cpp mainview.cpp httpfactory.cpp httpcomm.cpp | 5 | SOURCES = main.cpp mainview.cpp httpfactory.cpp httpcomm.cpp |
6 | INCLUDEPATH+=../../../include | 6 | INCLUDEPATH+=../../../include |
7 | DEPENDPATH+=../../../include | 7 | DEPENDPATH+=../../../include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = ubrowser | 9 | TARGET = ubrowser |
10 | |||
11 | |||
12 | |||
13 | include ( ../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro index a85520c..def42c0 100644 --- a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro +++ b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = | 5 | HEADERS = |
6 | SOURCES = orinoco_hopper.c | 6 | SOURCES = orinoco_hopper.c |
7 | INCLUDEPATH += | 7 | INCLUDEPATH += |
8 | DEPENDPATH += | 8 | DEPENDPATH += |
9 | LIBS += | 9 | LIBS += |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = orinoco_hopper | 11 | TARGET = orinoco_hopper |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 246e4f9..5f4d09b 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = source/config.hh source/daemon.hh | 5 | HEADERS = source/config.hh source/daemon.hh |
6 | SOURCES = source/daemon.cc | 6 | SOURCES = source/daemon.cc |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lpcap -L$(QTDIR)/lib -lwellenreiter | 9 | LIBS += -lpcap -L$(QTDIR)/lib -lwellenreiter |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = wellenreiterd | 11 | TARGET = wellenreiterd |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/gui/gui-x11.pro b/noncore/net/wellenreiter/gui/gui-x11.pro index c2a4394..06b2c06 100644 --- a/noncore/net/wellenreiter/gui/gui-x11.pro +++ b/noncore/net/wellenreiter/gui/gui-x11.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | DESTDIR = . | 1 | DESTDIR = . |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h resource.h wlan.h cardconfig.h manufacturers.h | 5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h resource.h wlan.h cardconfig.h manufacturers.h |
6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp resource.cpp wlan.cpp cardconfig.cpp manufacturers.cpp | 6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp resource.cpp wlan.cpp cardconfig.cpp manufacturers.cpp |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += ../ | 8 | DEPENDPATH += ../ |
9 | LIBS += -L. -lwellenreiter | 9 | LIBS += -L. -lwellenreiter |
10 | INTERFACES = configbase.ui | 10 | INTERFACES = configbase.ui |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 52ed8c6..397da25 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h | 5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h |
6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h | 6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h |
7 | INCLUDEPATH += $(OPIEDIR)/include ../ | 7 | INCLUDEPATH += $(OPIEDIR)/include ../ |
8 | DEPENDPATH += $(OPIEDIR)/include ../ | 8 | DEPENDPATH += $(OPIEDIR)/include ../ |
9 | LIBS += -lqpe -lopie -L. -lwellenreiter | 9 | LIBS += -lqpe -lopie -L. -lwellenreiter |
10 | INTERFACES = configbase.ui | 10 | INTERFACES = configbase.ui |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro index 8a6ed36..5a7e20d 100644 --- a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro +++ b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = warn_on debug | 2 | CONFIG = warn_on debug |
3 | VERSION = 0.2 | 3 | VERSION = 0.2 |
4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh | 4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh |
5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc | 5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc |
6 | 6 | ||
7 | LIBS = | 7 | LIBS = |
8 | TMAKE_CFLAGS += -D__UNIX__ | 8 | TMAKE_CFLAGS += -D__UNIX__ |
9 | 9 | ||
10 | DESTDIR = $(QTDIR)/lib | 10 | DESTDIR = $(QTDIR)/lib |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 89400d7..229440f 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro | |||
@@ -1,2 +1,6 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper | 2 | unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper |
3 | |||
4 | |||
5 | |||
6 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 5870d73..26db92b 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/appearance.ts \ | |||
17 | ../../../i18n/fr/appearance.ts \ | 17 | ../../../i18n/fr/appearance.ts \ |
18 | ../../../i18n/hu/appearance.ts \ | 18 | ../../../i18n/hu/appearance.ts \ |
19 | ../../../i18n/ja/appearance.ts \ | 19 | ../../../i18n/ja/appearance.ts \ |
20 | ../../../i18n/ko/appearance.ts \ | 20 | ../../../i18n/ko/appearance.ts \ |
21 | ../../../i18n/no/appearance.ts \ | 21 | ../../../i18n/no/appearance.ts \ |
22 | ../../../i18n/pl/appearance.ts \ | 22 | ../../../i18n/pl/appearance.ts \ |
23 | ../../../i18n/pt/appearance.ts \ | 23 | ../../../i18n/pt/appearance.ts \ |
24 | ../../../i18n/pt_BR/appearance.ts \ | 24 | ../../../i18n/pt_BR/appearance.ts \ |
25 | ../../../i18n/sl/appearance.ts \ | 25 | ../../../i18n/sl/appearance.ts \ |
26 | ../../../i18n/zh_CN/appearance.ts \ | 26 | ../../../i18n/zh_CN/appearance.ts \ |
27 | ../../../i18n/zh_TW/appearance.ts \ | 27 | ../../../i18n/zh_TW/appearance.ts \ |
28 | ../../../i18n/da/appearance.ts | 28 | ../../../i18n/da/appearance.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index a5d49e7..5fc323a 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -36,12 +36,16 @@ SOURCES = mainwin.cpp \ | |||
36 | inputdlg.cpp \ | 36 | inputdlg.cpp \ |
37 | version.cpp \ | 37 | version.cpp \ |
38 | categoryfilterimpl.cpp | 38 | categoryfilterimpl.cpp |
39 | INTERFACES= settings.ui \ | 39 | INTERFACES= settings.ui \ |
40 | install.ui \ | 40 | install.ui \ |
41 | instoptions.ui \ | 41 | instoptions.ui \ |
42 | categoryfilter.ui | 42 | categoryfilter.ui |
43 | TARGET = aqpkg | 43 | TARGET = aqpkg |
44 | INCLUDEPATH += $(OPIEDIR)/include | 44 | INCLUDEPATH += $(OPIEDIR)/include |
45 | DEPENDPATH += $(OPIEDIR)/include | 45 | DEPENDPATH += $(OPIEDIR)/include |
46 | LIBS += -lqpe -lopie -lstdc++ | 46 | LIBS += -lqpe -lopie -lstdc++ |
47 | DESTDIR = $(OPIEDIR)/bin | 47 | DESTDIR = $(OPIEDIR)/bin |
48 | |||
49 | |||
50 | |||
51 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index 0e35a7e..a9bd572 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro | |||
@@ -19,12 +19,16 @@ TRANSLATIONS = ../../../i18n/de/backup.ts \ | |||
19 | ../../../i18n/ja/backup.ts \ | 19 | ../../../i18n/ja/backup.ts \ |
20 | ../../../i18n/ko/backup.ts \ | 20 | ../../../i18n/ko/backup.ts \ |
21 | ../../../i18n/no/backup.ts \ | 21 | ../../../i18n/no/backup.ts \ |
22 | ../../../i18n/pl/backup.ts \ | 22 | ../../../i18n/pl/backup.ts \ |
23 | ../../../i18n/pt/backup.ts \ | 23 | ../../../i18n/pt/backup.ts \ |
24 | ../../../i18n/pt_BR/backup.ts \ | 24 | ../../../i18n/pt_BR/backup.ts \ |
25 | ../../../i18n/sl/backup.ts \ | 25 | ../../../i18n/sl/backup.ts \ |
26 | ../../../i18n/zh_CN/backup.ts \ | 26 | ../../../i18n/zh_CN/backup.ts \ |
27 | ../../../i18n/zh_TW/backup.ts \ | 27 | ../../../i18n/zh_TW/backup.ts \ |
28 | ../../../i18n/it/backup.ts \ | 28 | ../../../i18n/it/backup.ts \ |
29 | ../../../i18n/da/backup.ts | 29 | ../../../i18n/da/backup.ts |
30 | 30 | ||
31 | |||
32 | |||
33 | |||
34 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index cf8b697..49da3ba 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/language.ts \ | |||
16 | ../../../i18n/fr/language.ts \ | 16 | ../../../i18n/fr/language.ts \ |
17 | ../../../i18n/hu/language.ts \ | 17 | ../../../i18n/hu/language.ts \ |
18 | ../../../i18n/ja/language.ts \ | 18 | ../../../i18n/ja/language.ts \ |
19 | ../../../i18n/ko/language.ts \ | 19 | ../../../i18n/ko/language.ts \ |
20 | ../../../i18n/no/language.ts \ | 20 | ../../../i18n/no/language.ts \ |
21 | ../../../i18n/pl/language.ts \ | 21 | ../../../i18n/pl/language.ts \ |
22 | ../../../i18n/pt/language.ts \ | 22 | ../../../i18n/pt/language.ts \ |
23 | ../../../i18n/pt_BR/language.ts \ | 23 | ../../../i18n/pt_BR/language.ts \ |
24 | ../../../i18n/sl/language.ts \ | 24 | ../../../i18n/sl/language.ts \ |
25 | ../../../i18n/zh_CN/language.ts \ | 25 | ../../../i18n/zh_CN/language.ts \ |
26 | ../../../i18n/zh_TW/language.ts \ | 26 | ../../../i18n/zh_TW/language.ts \ |
27 | ../../../i18n/da/language.ts | 27 | ../../../i18n/da/language.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index bb2c4ed..8762a1a 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | |||
16 | ../../../i18n/es/mediummount.ts \ | 16 | ../../../i18n/es/mediummount.ts \ |
17 | ../../../i18n/fr/mediummount.ts \ | 17 | ../../../i18n/fr/mediummount.ts \ |
18 | ../../../i18n/hu/mediummount.ts \ | 18 | ../../../i18n/hu/mediummount.ts \ |
19 | ../../../i18n/ja/mediummount.ts \ | 19 | ../../../i18n/ja/mediummount.ts \ |
20 | ../../../i18n/ko/mediummount.ts \ | 20 | ../../../i18n/ko/mediummount.ts \ |
21 | ../../../i18n/no/mediummount.ts \ | 21 | ../../../i18n/no/mediummount.ts \ |
22 | ../../../i18n/pl/mediummount.ts \ | 22 | ../../../i18n/pl/mediummount.ts \ |
23 | ../../../i18n/pt/mediummount.ts \ | 23 | ../../../i18n/pt/mediummount.ts \ |
24 | ../../../i18n/pt_BR/mediummount.ts \ | 24 | ../../../i18n/pt_BR/mediummount.ts \ |
25 | ../../../i18n/sl/mediummount.ts \ | 25 | ../../../i18n/sl/mediummount.ts \ |
26 | ../../../i18n/zh_CN/mediummount.ts \ | 26 | ../../../i18n/zh_CN/mediummount.ts \ |
27 | ../../../i18n/zh_TW/mediummount.ts | 27 | ../../../i18n/zh_TW/mediummount.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index d74618c..ae098aa 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | |||
17 | ../../../i18n/es/systemtime.ts \ | 17 | ../../../i18n/es/systemtime.ts \ |
18 | ../../../i18n/fr/systemtime.ts \ | 18 | ../../../i18n/fr/systemtime.ts \ |
19 | ../../../i18n/hu/systemtime.ts \ | 19 | ../../../i18n/hu/systemtime.ts \ |
20 | ../../../i18n/ja/systemtime.ts \ | 20 | ../../../i18n/ja/systemtime.ts \ |
21 | ../../../i18n/ko/systemtime.ts \ | 21 | ../../../i18n/ko/systemtime.ts \ |
22 | ../../../i18n/no/systemtime.ts \ | 22 | ../../../i18n/no/systemtime.ts \ |
23 | ../../../i18n/pl/systemtime.ts \ | 23 | ../../../i18n/pl/systemtime.ts \ |
24 | ../../../i18n/pt/systemtime.ts \ | 24 | ../../../i18n/pt/systemtime.ts \ |
25 | ../../../i18n/pt_BR/systemtime.ts \ | 25 | ../../../i18n/pt_BR/systemtime.ts \ |
26 | ../../../i18n/sl/systemtime.ts \ | 26 | ../../../i18n/sl/systemtime.ts \ |
27 | ../../../i18n/zh_CN/systemtime.ts \ | 27 | ../../../i18n/zh_CN/systemtime.ts \ |
28 | ../../../i18n/zh_TW/systemtime.ts | 28 | ../../../i18n/zh_TW/systemtime.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index 9a024f6..9fd1b20 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #CONFIG += qt warn_on debug | 3 | #CONFIG += qt warn_on debug |
4 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 4 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h | 5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h |
6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp | 6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.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= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui | 10 | INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui |
11 | TARGET = interfaces | 11 | TARGET = interfaces |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro index 85dbc4a..d1d0355 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h | 5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h |
6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp | 6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ | 7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ |
8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ | 8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ |
9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces | 9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces |
10 | INTERFACES = mainwindow.ui addconnection.ui | 10 | INTERFACES = mainwindow.ui addconnection.ui |
11 | TARGET = networksettings | 11 | TARGET = networksettings |
12 | |||
13 | |||
14 | |||
15 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro index 075cc5f..42dc4a9 100644 --- a/noncore/settings/networksettings/ppp/ppp.pro +++ b/noncore/settings/networksettings/ppp/ppp.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #CONFIG += qt warn_on debug | 3 | #CONFIG += qt warn_on debug |
4 | DESTDIR = $(OPIEDIR)/plugins/networksetup | 4 | DESTDIR = $(OPIEDIR)/plugins/networksetup |
5 | HEADERS = pppimp.h pppmodule.h | 5 | HEADERS = pppimp.h pppmodule.h |
6 | SOURCES = pppimp.cpp pppmodule.cpp | 6 | SOURCES = pppimp.cpp pppmodule.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | 7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | 9 | LIBS += -lqpe -L../interfaces/ -linterfaces |
10 | INTERFACES= ppp.ui | 10 | INTERFACES= ppp.ui |
11 | TARGET = pppplugin | 11 | TARGET = pppplugin |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index 8607931..5a8bfea 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro | |||
@@ -1,12 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #CONFIG += qt warn_on debug | 3 | #CONFIG += qt warn_on debug |
4 | DESTDIR = $(OPIEDIR)/plugins/networksettings | 4 | DESTDIR = $(OPIEDIR)/plugins/networksettings |
5 | HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h | 5 | HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h |
6 | SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp | 6 | SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | 7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | 9 | LIBS += -lqpe -L../interfaces/ -linterfaces |
10 | INTERFACES= wlan.ui info.ui | 10 | INTERFACES= wlan.ui info.ui |
11 | TARGET = wlanplugin | 11 | TARGET = wlanplugin |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | |||
14 | |||
15 | |||
16 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index fe07d95..f8ac76b 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/sound.ts \ | |||
16 | ../../../i18n/es/sound.ts \ | 16 | ../../../i18n/es/sound.ts \ |
17 | ../../../i18n/fr/sound.ts \ | 17 | ../../../i18n/fr/sound.ts \ |
18 | ../../../i18n/hu/sound.ts \ | 18 | ../../../i18n/hu/sound.ts \ |
19 | ../../../i18n/ja/sound.ts \ | 19 | ../../../i18n/ja/sound.ts \ |
20 | ../../../i18n/ko/sound.ts \ | 20 | ../../../i18n/ko/sound.ts \ |
21 | ../../../i18n/no/sound.ts \ | 21 | ../../../i18n/no/sound.ts \ |
22 | ../../../i18n/pl/sound.ts \ | 22 | ../../../i18n/pl/sound.ts \ |
23 | ../../../i18n/pt/sound.ts \ | 23 | ../../../i18n/pt/sound.ts \ |
24 | ../../../i18n/pt_BR/sound.ts \ | 24 | ../../../i18n/pt_BR/sound.ts \ |
25 | ../../../i18n/sl/sound.ts \ | 25 | ../../../i18n/sl/sound.ts \ |
26 | ../../../i18n/zh_CN/sound.ts \ | 26 | ../../../i18n/zh_CN/sound.ts \ |
27 | ../../../i18n/zh_TW/sound.ts | 27 | ../../../i18n/zh_TW/sound.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index 1a4e325..96ed1f1 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ | |||
18 | ../../../i18n/ja/sshkeys.ts \ | 18 | ../../../i18n/ja/sshkeys.ts \ |
19 | ../../../i18n/ko/sshkeys.ts \ | 19 | ../../../i18n/ko/sshkeys.ts \ |
20 | ../../../i18n/no/sshkeys.ts \ | 20 | ../../../i18n/no/sshkeys.ts \ |
21 | ../../../i18n/pl/sshkeys.ts \ | 21 | ../../../i18n/pl/sshkeys.ts \ |
22 | ../../../i18n/pt/sshkeys.ts \ | 22 | ../../../i18n/pt/sshkeys.ts \ |
23 | ../../../i18n/pt_BR/sshkeys.ts \ | 23 | ../../../i18n/pt_BR/sshkeys.ts \ |
24 | ../../../i18n/sl/sshkeys.ts \ | 24 | ../../../i18n/sl/sshkeys.ts \ |
25 | ../../../i18n/zh_CN/sshkeys.ts \ | 25 | ../../../i18n/zh_CN/sshkeys.ts \ |
26 | ../../../i18n/zh_TW/sshkeys.ts \ | 26 | ../../../i18n/zh_TW/sshkeys.ts \ |
27 | ../../../i18n/it/sshkeys.ts \ | 27 | ../../../i18n/it/sshkeys.ts \ |
28 | ../../../i18n/da/sshkeys.ts | 28 | ../../../i18n/da/sshkeys.ts |
29 | 29 | ||
30 | |||
31 | |||
32 | |||
33 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index b6217c3..18be20a 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -33,12 +33,16 @@ TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | |||
33 | ../../../i18n/fr/sysinfo.ts \ | 33 | ../../../i18n/fr/sysinfo.ts \ |
34 | ../../../i18n/hu/sysinfo.ts \ | 34 | ../../../i18n/hu/sysinfo.ts \ |
35 | ../../../i18n/ja/sysinfo.ts \ | 35 | ../../../i18n/ja/sysinfo.ts \ |
36 | ../../../i18n/ko/sysinfo.ts \ | 36 | ../../../i18n/ko/sysinfo.ts \ |
37 | ../../../i18n/no/sysinfo.ts \ | 37 | ../../../i18n/no/sysinfo.ts \ |
38 | ../../../i18n/pl/sysinfo.ts \ | 38 | ../../../i18n/pl/sysinfo.ts \ |
39 | ../../../i18n/pt/sysinfo.ts \ | 39 | ../../../i18n/pt/sysinfo.ts \ |
40 | ../../../i18n/pt_BR/sysinfo.ts \ | 40 | ../../../i18n/pt_BR/sysinfo.ts \ |
41 | ../../../i18n/sl/sysinfo.ts \ | 41 | ../../../i18n/sl/sysinfo.ts \ |
42 | ../../../i18n/zh_CN/sysinfo.ts \ | 42 | ../../../i18n/zh_CN/sysinfo.ts \ |
43 | ../../../i18n/zh_TW/sysinfo.ts \ | 43 | ../../../i18n/zh_TW/sysinfo.ts \ |
44 | ../../../i18n/da/sysinfo.ts | 44 | ../../../i18n/da/sysinfo.ts |
45 | |||
46 | |||
47 | |||
48 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 9911617..be03dda 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/tabmanager.ts \ | |||
16 | ../../../i18n/es/tabmanager.ts \ | 16 | ../../../i18n/es/tabmanager.ts \ |
17 | ../../../i18n/fr/tabmanager.ts \ | 17 | ../../../i18n/fr/tabmanager.ts \ |
18 | ../../../i18n/hu/tabmanager.ts \ | 18 | ../../../i18n/hu/tabmanager.ts \ |
19 | ../../../i18n/ja/tabmanager.ts \ | 19 | ../../../i18n/ja/tabmanager.ts \ |
20 | ../../../i18n/ko/tabmanager.ts \ | 20 | ../../../i18n/ko/tabmanager.ts \ |
21 | ../../../i18n/no/tabmanager.ts \ | 21 | ../../../i18n/no/tabmanager.ts \ |
22 | ../../../i18n/pl/tabmanager.ts \ | 22 | ../../../i18n/pl/tabmanager.ts \ |
23 | ../../../i18n/pt/tabmanager.ts \ | 23 | ../../../i18n/pt/tabmanager.ts \ |
24 | ../../../i18n/pt_BR/tabmanager.ts \ | 24 | ../../../i18n/pt_BR/tabmanager.ts \ |
25 | ../../../i18n/sl/tabmanager.ts \ | 25 | ../../../i18n/sl/tabmanager.ts \ |
26 | ../../../i18n/zh_CN/tabmanager.ts \ | 26 | ../../../i18n/zh_CN/tabmanager.ts \ |
27 | ../../../i18n/zh_TW/tabmanager.ts | 27 | ../../../i18n/zh_TW/tabmanager.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 11c31da..c4c3dfd 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -18,12 +18,16 @@ TRANSLATIONS = ../../../i18n/de/usermanager.ts \ | |||
18 | ../../../i18n/ja/usermanager.ts \ | 18 | ../../../i18n/ja/usermanager.ts \ |
19 | ../../../i18n/ko/usermanager.ts \ | 19 | ../../../i18n/ko/usermanager.ts \ |
20 | ../../../i18n/no/usermanager.ts \ | 20 | ../../../i18n/no/usermanager.ts \ |
21 | ../../../i18n/pl/usermanager.ts \ | 21 | ../../../i18n/pl/usermanager.ts \ |
22 | ../../../i18n/pt/usermanager.ts \ | 22 | ../../../i18n/pt/usermanager.ts \ |
23 | ../../../i18n/pt_BR/usermanager.ts \ | 23 | ../../../i18n/pt_BR/usermanager.ts \ |
24 | ../../../i18n/sl/usermanager.ts \ | 24 | ../../../i18n/sl/usermanager.ts \ |
25 | ../../../i18n/zh_CN/usermanager.ts \ | 25 | ../../../i18n/zh_CN/usermanager.ts \ |
26 | ../../../i18n/zh_TW/usermanager.ts \ | 26 | ../../../i18n/zh_TW/usermanager.ts \ |
27 | ../../../i18n/it/usermanager.ts \ | 27 | ../../../i18n/it/usermanager.ts \ |
28 | ../../../i18n/da/usermanager.ts | 28 | ../../../i18n/da/usermanager.ts |
29 | 29 | ||
30 | |||
31 | |||
32 | |||
33 | include ( ../../../include.pro ) | ||
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro index 8e2512f..796697b 100644 --- a/noncore/styles/flat/flat.pro +++ b/noncore/styles/flat/flat.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = flat.h | 3 | HEADERS = flat.h |
4 | SOURCES = flat.cpp | 4 | SOURCES = flat.cpp |
5 | TARGET = flatstyle | 5 | TARGET = flatstyle |
6 | DESTDIR = $(OPIEDIR)/plugins/styles | 6 | DESTDIR = $(OPIEDIR)/plugins/styles |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | |||
13 | |||
14 | |||
15 | include ( ../../../include.pro ) | ||
diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro index e2780e0..2603909 100644 --- a/noncore/styles/fresh/fresh.pro +++ b/noncore/styles/fresh/fresh.pro | |||
@@ -1,11 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = fresh.h | 3 | HEADERS = fresh.h |
4 | SOURCES = fresh.cpp | 4 | SOURCES = fresh.cpp |
5 | TARGET = freshstyle | 5 | TARGET = freshstyle |
6 | DESTDIR = $(OPIEDIR)/plugins/styles | 6 | DESTDIR = $(OPIEDIR)/plugins/styles |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | |||
13 | |||
14 | |||
15 | include ( ../../../include.pro ) | ||
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index a774fd2..588b373 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -23,12 +23,16 @@ TRANSLATIONS = ../../../i18n/de/libliquid.ts \ | |||
23 | ../../../i18n/es/libliquid.ts \ | 23 | ../../../i18n/es/libliquid.ts \ |
24 | ../../../i18n/fr/libliquid.ts \ | 24 | ../../../i18n/fr/libliquid.ts \ |
25 | ../../../i18n/hu/libliquid.ts \ | 25 | ../../../i18n/hu/libliquid.ts \ |
26 | ../../../i18n/ja/libliquid.ts \ | 26 | ../../../i18n/ja/libliquid.ts \ |
27 | ../../../i18n/ko/libliquid.ts \ | 27 | ../../../i18n/ko/libliquid.ts \ |
28 | ../../../i18n/no/libliquid.ts \ | 28 | ../../../i18n/no/libliquid.ts \ |
29 | ../../../i18n/pl/libliquid.ts \ | 29 | ../../../i18n/pl/libliquid.ts \ |
30 | ../../../i18n/pt/libliquid.ts \ | 30 | ../../../i18n/pt/libliquid.ts \ |
31 | ../../../i18n/pt_BR/libliquid.ts \ | 31 | ../../../i18n/pt_BR/libliquid.ts \ |
32 | ../../../i18n/sl/libliquid.ts \ | 32 | ../../../i18n/sl/libliquid.ts \ |
33 | ../../../i18n/zh_CN/libliquid.ts \ | 33 | ../../../i18n/zh_CN/libliquid.ts \ |
34 | ../../../i18n/zh_TW/libliquid.ts | 34 | ../../../i18n/zh_TW/libliquid.ts |
35 | |||
36 | |||
37 | |||
38 | include ( ../../../include.pro ) | ||
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index df833bc..6c38a2d 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libmetal.ts \ | |||
16 | ../../../i18n/es/libmetal.ts \ | 16 | ../../../i18n/es/libmetal.ts \ |
17 | ../../../i18n/fr/libmetal.ts \ | 17 | ../../../i18n/fr/libmetal.ts \ |
18 | ../../../i18n/hu/libmetal.ts \ | 18 | ../../../i18n/hu/libmetal.ts \ |
19 | ../../../i18n/ja/libmetal.ts \ | 19 | ../../../i18n/ja/libmetal.ts \ |
20 | ../../../i18n/ko/libmetal.ts \ | 20 | ../../../i18n/ko/libmetal.ts \ |
21 | ../../../i18n/no/libmetal.ts \ | 21 | ../../../i18n/no/libmetal.ts \ |
22 | ../../../i18n/pl/libmetal.ts \ | 22 | ../../../i18n/pl/libmetal.ts \ |
23 | ../../../i18n/pt/libmetal.ts \ | 23 | ../../../i18n/pt/libmetal.ts \ |
24 | ../../../i18n/pt_BR/libmetal.ts \ | 24 | ../../../i18n/pt_BR/libmetal.ts \ |
25 | ../../../i18n/sl/libmetal.ts \ | 25 | ../../../i18n/sl/libmetal.ts \ |
26 | ../../../i18n/zh_CN/libmetal.ts \ | 26 | ../../../i18n/zh_CN/libmetal.ts \ |
27 | ../../../i18n/zh_TW/libmetal.ts | 27 | ../../../i18n/zh_TW/libmetal.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 29da52f..8865fbc 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro | |||
@@ -26,12 +26,16 @@ TRANSLATIONS = ../../../i18n/de/libtheme.ts \ | |||
26 | ../../../i18n/es/libtheme.ts \ | 26 | ../../../i18n/es/libtheme.ts \ |
27 | ../../../i18n/fr/libtheme.ts \ | 27 | ../../../i18n/fr/libtheme.ts \ |
28 | ../../../i18n/hu/libtheme.ts \ | 28 | ../../../i18n/hu/libtheme.ts \ |
29 | ../../../i18n/ja/libtheme.ts \ | 29 | ../../../i18n/ja/libtheme.ts \ |
30 | ../../../i18n/ko/libtheme.ts \ | 30 | ../../../i18n/ko/libtheme.ts \ |
31 | ../../../i18n/no/libtheme.ts \ | 31 | ../../../i18n/no/libtheme.ts \ |
32 | ../../../i18n/pl/libtheme.ts \ | 32 | ../../../i18n/pl/libtheme.ts \ |
33 | ../../../i18n/pt/libtheme.ts \ | 33 | ../../../i18n/pt/libtheme.ts \ |
34 | ../../../i18n/pt_BR/libtheme.ts \ | 34 | ../../../i18n/pt_BR/libtheme.ts \ |
35 | ../../../i18n/sl/libtheme.ts \ | 35 | ../../../i18n/sl/libtheme.ts \ |
36 | ../../../i18n/zh_CN/libtheme.ts \ | 36 | ../../../i18n/zh_CN/libtheme.ts \ |
37 | ../../../i18n/zh_TW/libtheme.ts | 37 | ../../../i18n/zh_TW/libtheme.ts |
38 | |||
39 | |||
40 | |||
41 | include ( ../../../include.pro ) | ||
diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index 01d0593..dab1170 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro | |||
@@ -8,12 +8,16 @@ HEADERS = fortuneplugin.h fortunepluginimpl.h \ | |||
8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ | 8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ |
9 | fortunepluginwidget.cpp | 9 | fortunepluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayfortuneplugin | 19 | TARGET = todayfortuneplugin |
20 | |||
21 | |||
22 | |||
23 | include ( ../../../include.pro ) | ||
diff --git a/noncore/todayplugins/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker.pro index 96319da..659d4c3 100644 --- a/noncore/todayplugins/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker.pro | |||
@@ -1,2 +1,6 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | unix:SUBDIRS = stockticker stocktickerlib | 2 | unix:SUBDIRS = stockticker stocktickerlib |
3 | |||
4 | |||
5 | |||
6 | include ( ../../../include.pro ) | ||
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index c5fe885..56353a3 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro | |||
@@ -1,10 +1,14 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = inputDialog.h helpwindow.h | 3 | HEADERS = inputDialog.h helpwindow.h |
4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp | 4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp |
5 | INTERFACES = | 5 | INTERFACES = |
6 | TARGET = stockticker | 6 | TARGET = stockticker |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS+= -lqpe -lopie | 9 | LIBS+= -lqpe -lopie |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | |||
12 | |||
13 | |||
14 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 13c846b..73fda49 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | |||
@@ -16,12 +16,16 @@ SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidge | |||
16 | ../libstocks/stocks.c | 16 | ../libstocks/stocks.c |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include \ | 18 | INCLUDEPATH += $(OPIEDIR)/include \ |
19 | ../ ../library | 19 | ../ ../library |
20 | DEPENDPATH += $(OPIEDIR)/include \ | 20 | DEPENDPATH += $(OPIEDIR)/include \ |
21 | ../ ../library | 21 | ../ ../library |
22 | 22 | ||
23 | LIBS+= -lqpe -lopie -lpthread | 23 | LIBS+= -lqpe -lopie -lpthread |
24 | TMAKE_CFLAGS += -D__UNIX__ | 24 | TMAKE_CFLAGS += -D__UNIX__ |
25 | 25 | ||
26 | DESTDIR = $(OPIEDIR)/plugins/today | 26 | DESTDIR = $(OPIEDIR)/plugins/today |
27 | TARGET = todaystocktickerplugin | 27 | TARGET = todaystocktickerplugin |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index 2c7d865..5228f38 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro | |||
@@ -12,12 +12,16 @@ SOURCES = weatherplugin.cpp \ | |||
12 | weatherpluginwidget.cpp \ | 12 | weatherpluginwidget.cpp \ |
13 | weatherconfig.cpp | 13 | weatherconfig.cpp |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include \ | 15 | INCLUDEPATH += $(OPIEDIR)/include \ |
16 | ../ ../library | 16 | ../ ../library |
17 | DEPENDPATH += $(OPIEDIR)/include \ | 17 | DEPENDPATH += $(OPIEDIR)/include \ |
18 | ../ ../library | 18 | ../ ../library |
19 | 19 | ||
20 | LIBS+= -lqpe -lopie | 20 | LIBS+= -lqpe -lopie |
21 | 21 | ||
22 | DESTDIR = $(OPIEDIR)/plugins/today | 22 | DESTDIR = $(OPIEDIR)/plugins/today |
23 | TARGET = todayweatherplugin | 23 | TARGET = todayweatherplugin |
24 | |||
25 | |||
26 | |||
27 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 9e32362..92dd2f6 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -18,12 +18,16 @@ | |||
18 | # ../../../../i18n/es/libbinary.ts \ | 18 | # ../../../../i18n/es/libbinary.ts \ |
19 | # ../../../../i18n/fr/libbinary.ts \ | 19 | # ../../../../i18n/fr/libbinary.ts \ |
20 | # ../../../../i18n/hu/libbinary.ts \ | 20 | # ../../../../i18n/hu/libbinary.ts \ |
21 | # ../../../../i18n/ja/libbinary.ts \ | 21 | # ../../../../i18n/ja/libbinary.ts \ |
22 | # ../../../../i18n/ko/libbinary.ts \ | 22 | # ../../../../i18n/ko/libbinary.ts \ |
23 | # ../../../../i18n/no/libbinary.ts \ | 23 | # ../../../../i18n/no/libbinary.ts \ |
24 | # ../../../../i18n/pl/libbinary.ts \ | 24 | # ../../../../i18n/pl/libbinary.ts \ |
25 | # ../../../../i18n/pt/libbinary.ts \ | 25 | # ../../../../i18n/pt/libbinary.ts \ |
26 | # ../../../../i18n/pt_BR/libbinary.ts \ | 26 | # ../../../../i18n/pt_BR/libbinary.ts \ |
27 | # ../../../../i18n/sl/libbinary.ts \ | 27 | # ../../../../i18n/sl/libbinary.ts \ |
28 | # ../../../../i18n/zh_CN/libbinary.ts \ | 28 | # ../../../../i18n/zh_CN/libbinary.ts \ |
29 | # ../../../../i18n/zh_TW/libbinary.ts | 29 | # ../../../../i18n/zh_TW/libbinary.ts |
30 | |||
31 | |||
32 | |||
33 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index f9553ef..31b277f 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -14,12 +14,16 @@ | |||
14 | # ../../../i18n/es/calc.pro \ | 14 | # ../../../i18n/es/calc.pro \ |
15 | # ../../../i18n/fr/calc.pro \ | 15 | # ../../../i18n/fr/calc.pro \ |
16 | # ../../../i18n/hu/calc.pro \ | 16 | # ../../../i18n/hu/calc.pro \ |
17 | # ../../../i18n/ja/calc.pro \ | 17 | # ../../../i18n/ja/calc.pro \ |
18 | # ../../../i18n/ko/calc.pro \ | 18 | # ../../../i18n/ko/calc.pro \ |
19 | # ../../../i18n/no/calc.pro \ | 19 | # ../../../i18n/no/calc.pro \ |
20 | # ../../../i18n/pl/calc.pro \ | 20 | # ../../../i18n/pl/calc.pro \ |
21 | # ../../../i18n/pt/calc.pro \ | 21 | # ../../../i18n/pt/calc.pro \ |
22 | # ../../../i18n/pt_BR/calc.pro \ | 22 | # ../../../i18n/pt_BR/calc.pro \ |
23 | # ../../../i18n/sl/calc.pro \ | 23 | # ../../../i18n/sl/calc.pro \ |
24 | # ../../../i18n/zh_CN/calc.pro \ | 24 | # ../../../i18n/zh_CN/calc.pro \ |
25 | # ../../../i18n/zh_TW/calc.pro | 25 | # ../../../i18n/zh_TW/calc.pro |
26 | |||
27 | |||
28 | |||
29 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index c114dde..772db73 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -15,12 +15,16 @@ | |||
15 | # ../../../../i18n/es/lib.ts \ | 15 | # ../../../../i18n/es/lib.ts \ |
16 | # ../../../../i18n/fr/lib.ts \ | 16 | # ../../../../i18n/fr/lib.ts \ |
17 | # ../../../../i18n/hu/lib.ts \ | 17 | # ../../../../i18n/hu/lib.ts \ |
18 | # ../../../../i18n/ja/lib.ts \ | 18 | # ../../../../i18n/ja/lib.ts \ |
19 | # ../../../../i18n/ko/lib.ts \ | 19 | # ../../../../i18n/ko/lib.ts \ |
20 | # ../../../../i18n/no/lib.ts \ | 20 | # ../../../../i18n/no/lib.ts \ |
21 | # ../../../../i18n/pl/lib.ts \ | 21 | # ../../../../i18n/pl/lib.ts \ |
22 | # ../../../../i18n/pt/lib.ts \ | 22 | # ../../../../i18n/pt/lib.ts \ |
23 | # ../../../../i18n/pt_BR/lib.ts \ | 23 | # ../../../../i18n/pt_BR/lib.ts \ |
24 | # ../../../../i18n/sl/lib.ts \ | 24 | # ../../../../i18n/sl/lib.ts \ |
25 | # ../../../../i18n/zh_CN/lib.ts \ | 25 | # ../../../../i18n/zh_CN/lib.ts \ |
26 | # ../../../../i18n/zh_TW/lib.ts | 26 | # ../../../../i18n/zh_TW/lib.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../../include.pro ) | ||
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index eed584f..280d202 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/calculator.ts \ | |||
17 | ../../../i18n/fr/calculator.ts \ | 17 | ../../../i18n/fr/calculator.ts \ |
18 | ../../../i18n/hu/calculator.ts \ | 18 | ../../../i18n/hu/calculator.ts \ |
19 | ../../../i18n/ja/calculator.ts \ | 19 | ../../../i18n/ja/calculator.ts \ |
20 | ../../../i18n/ko/calculator.ts \ | 20 | ../../../i18n/ko/calculator.ts \ |
21 | ../../../i18n/no/calculator.ts \ | 21 | ../../../i18n/no/calculator.ts \ |
22 | ../../../i18n/pl/calculator.ts \ | 22 | ../../../i18n/pl/calculator.ts \ |
23 | ../../../i18n/pt/calculator.ts \ | 23 | ../../../i18n/pt/calculator.ts \ |
24 | ../../../i18n/pt_BR/calculator.ts \ | 24 | ../../../i18n/pt_BR/calculator.ts \ |
25 | ../../../i18n/sl/calculator.ts \ | 25 | ../../../i18n/sl/calculator.ts \ |
26 | ../../../i18n/zh_CN/calculator.ts \ | 26 | ../../../i18n/zh_CN/calculator.ts \ |
27 | ../../../i18n/zh_TW/calculator.ts \ | 27 | ../../../i18n/zh_TW/calculator.ts \ |
28 | ../../../i18n/da/calculator.ts | 28 | ../../../i18n/da/calculator.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 086349e..c4ffdb9 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -17,12 +17,16 @@ TRANSLATIONS = ../../../i18n/de/clock.ts \ | |||
17 | ../../../i18n/fr/clock.ts \ | 17 | ../../../i18n/fr/clock.ts \ |
18 | ../../../i18n/hu/clock.ts \ | 18 | ../../../i18n/hu/clock.ts \ |
19 | ../../../i18n/ja/clock.ts \ | 19 | ../../../i18n/ja/clock.ts \ |
20 | ../../../i18n/ko/clock.ts \ | 20 | ../../../i18n/ko/clock.ts \ |
21 | ../../../i18n/no/clock.ts \ | 21 | ../../../i18n/no/clock.ts \ |
22 | ../../../i18n/pl/clock.ts \ | 22 | ../../../i18n/pl/clock.ts \ |
23 | ../../../i18n/pt/clock.ts \ | 23 | ../../../i18n/pt/clock.ts \ |
24 | ../../../i18n/pt_BR/clock.ts \ | 24 | ../../../i18n/pt_BR/clock.ts \ |
25 | ../../../i18n/sl/clock.ts \ | 25 | ../../../i18n/sl/clock.ts \ |
26 | ../../../i18n/zh_CN/clock.ts \ | 26 | ../../../i18n/zh_CN/clock.ts \ |
27 | ../../../i18n/zh_TW/clock.ts \ | 27 | ../../../i18n/zh_TW/clock.ts \ |
28 | ../../../i18n/da/clock.ts | 28 | ../../../i18n/da/clock.ts |
29 | |||
30 | |||
31 | |||
32 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 2c08e4c..48520da 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/formatter.ts \ | |||
15 | ../../../i18n/es/formatter.ts \ | 15 | ../../../i18n/es/formatter.ts \ |
16 | ../../../i18n/fr/formatter.ts \ | 16 | ../../../i18n/fr/formatter.ts \ |
17 | ../../../i18n/hu/formatter.ts \ | 17 | ../../../i18n/hu/formatter.ts \ |
18 | ../../../i18n/ja/formatter.ts \ | 18 | ../../../i18n/ja/formatter.ts \ |
19 | ../../../i18n/ko/formatter.ts \ | 19 | ../../../i18n/ko/formatter.ts \ |
20 | ../../../i18n/no/formatter.ts \ | 20 | ../../../i18n/no/formatter.ts \ |
21 | ../../../i18n/pl/formatter.ts \ | 21 | ../../../i18n/pl/formatter.ts \ |
22 | ../../../i18n/pt/formatter.ts \ | 22 | ../../../i18n/pt/formatter.ts \ |
23 | ../../../i18n/pt_BR/formatter.ts \ | 23 | ../../../i18n/pt_BR/formatter.ts \ |
24 | ../../../i18n/sl/formatter.ts \ | 24 | ../../../i18n/sl/formatter.ts \ |
25 | ../../../i18n/zh_CN/formatter.ts \ | 25 | ../../../i18n/zh_CN/formatter.ts \ |
26 | ../../../i18n/zh_TW/formatter.ts | 26 | ../../../i18n/zh_TW/formatter.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index c6c1846..373df7d 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | |||
15 | ../../../i18n/es/opie-sh.ts \ | 15 | ../../../i18n/es/opie-sh.ts \ |
16 | ../../../i18n/fr/opie-sh.ts \ | 16 | ../../../i18n/fr/opie-sh.ts \ |
17 | ../../../i18n/hu/opie-sh.ts \ | 17 | ../../../i18n/hu/opie-sh.ts \ |
18 | ../../../i18n/ja/opie-sh.ts \ | 18 | ../../../i18n/ja/opie-sh.ts \ |
19 | ../../../i18n/ko/opie-sh.ts \ | 19 | ../../../i18n/ko/opie-sh.ts \ |
20 | ../../../i18n/no/opie-sh.ts \ | 20 | ../../../i18n/no/opie-sh.ts \ |
21 | ../../../i18n/pl/opie-sh.ts \ | 21 | ../../../i18n/pl/opie-sh.ts \ |
22 | ../../../i18n/pt/opie-sh.ts \ | 22 | ../../../i18n/pt/opie-sh.ts \ |
23 | ../../../i18n/pt_BR/opie-sh.ts \ | 23 | ../../../i18n/pt_BR/opie-sh.ts \ |
24 | ../../../i18n/sl/opie-sh.ts \ | 24 | ../../../i18n/sl/opie-sh.ts \ |
25 | ../../../i18n/zh_CN/opie-sh.ts \ | 25 | ../../../i18n/zh_CN/opie-sh.ts \ |
26 | ../../../i18n/zh_TW/opie-sh.ts | 26 | ../../../i18n/zh_TW/opie-sh.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index 277c5ef..50fcdbb 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -15,12 +15,16 @@ TRANSLATIONS = ../../../i18n/de/remote.ts \ | |||
15 | ../../../i18n/es/remote.ts \ | 15 | ../../../i18n/es/remote.ts \ |
16 | ../../../i18n/fr/remote.ts \ | 16 | ../../../i18n/fr/remote.ts \ |
17 | ../../../i18n/hu/remote.ts \ | 17 | ../../../i18n/hu/remote.ts \ |
18 | ../../../i18n/ja/remote.ts \ | 18 | ../../../i18n/ja/remote.ts \ |
19 | ../../../i18n/ko/remote.ts \ | 19 | ../../../i18n/ko/remote.ts \ |
20 | ../../../i18n/no/remote.ts \ | 20 | ../../../i18n/no/remote.ts \ |
21 | ../../../i18n/pl/remote.ts \ | 21 | ../../../i18n/pl/remote.ts \ |
22 | ../../../i18n/pt/remote.ts \ | 22 | ../../../i18n/pt/remote.ts \ |
23 | ../../../i18n/pt_BR/remote.ts \ | 23 | ../../../i18n/pt_BR/remote.ts \ |
24 | ../../../i18n/sl/remote.ts \ | 24 | ../../../i18n/sl/remote.ts \ |
25 | ../../../i18n/zh_CN/remote.ts \ | 25 | ../../../i18n/zh_CN/remote.ts \ |
26 | ../../../i18n/zh_TW/remote.ts | 26 | ../../../i18n/zh_TW/remote.ts |
27 | |||
28 | |||
29 | |||
30 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index a98e293..c3f5427 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | |||
16 | ../../../i18n/fr/filebrowser.ts \ | 16 | ../../../i18n/fr/filebrowser.ts \ |
17 | ../../../i18n/hu/filebrowser.ts \ | 17 | ../../../i18n/hu/filebrowser.ts \ |
18 | ../../../i18n/ja/filebrowser.ts \ | 18 | ../../../i18n/ja/filebrowser.ts \ |
19 | ../../../i18n/ko/filebrowser.ts \ | 19 | ../../../i18n/ko/filebrowser.ts \ |
20 | ../../../i18n/no/filebrowser.ts \ | 20 | ../../../i18n/no/filebrowser.ts \ |
21 | ../../../i18n/pl/filebrowser.ts \ | 21 | ../../../i18n/pl/filebrowser.ts \ |
22 | ../../../i18n/pt/filebrowser.ts \ | 22 | ../../../i18n/pt/filebrowser.ts \ |
23 | ../../../i18n/pt_BR/filebrowser.ts \ | 23 | ../../../i18n/pt_BR/filebrowser.ts \ |
24 | ../../../i18n/sl/filebrowser.ts \ | 24 | ../../../i18n/sl/filebrowser.ts \ |
25 | ../../../i18n/zh_CN/filebrowser.ts \ | 25 | ../../../i18n/zh_CN/filebrowser.ts \ |
26 | ../../../i18n/it/filebrowser.ts \ | 26 | ../../../i18n/it/filebrowser.ts \ |
27 | ../../../i18n/zh_TW/filebrowser.ts | 27 | ../../../i18n/zh_TW/filebrowser.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index a5d3797..9a55fce 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -20,12 +20,16 @@ TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | |||
20 | ../../../i18n/es/gsmtool.ts \ | 20 | ../../../i18n/es/gsmtool.ts \ |
21 | ../../../i18n/fr/gsmtool.ts \ | 21 | ../../../i18n/fr/gsmtool.ts \ |
22 | ../../../i18n/hu/gsmtool.ts \ | 22 | ../../../i18n/hu/gsmtool.ts \ |
23 | ../../../i18n/ja/gsmtool.ts \ | 23 | ../../../i18n/ja/gsmtool.ts \ |
24 | ../../../i18n/ko/gsmtool.ts \ | 24 | ../../../i18n/ko/gsmtool.ts \ |
25 | ../../../i18n/no/gsmtool.ts \ | 25 | ../../../i18n/no/gsmtool.ts \ |
26 | ../../../i18n/pl/gsmtool.ts \ | 26 | ../../../i18n/pl/gsmtool.ts \ |
27 | ../../../i18n/pt/gsmtool.ts \ | 27 | ../../../i18n/pt/gsmtool.ts \ |
28 | ../../../i18n/pt_BR/gsmtool.ts \ | 28 | ../../../i18n/pt_BR/gsmtool.ts \ |
29 | ../../../i18n/sl/gsmtool.ts \ | 29 | ../../../i18n/sl/gsmtool.ts \ |
30 | ../../../i18n/zh_CN/gsmtool.ts \ | 30 | ../../../i18n/zh_CN/gsmtool.ts \ |
31 | ../../../i18n/zh_TW/gsmtool.ts | 31 | ../../../i18n/zh_TW/gsmtool.ts |
32 | |||
33 | |||
34 | |||
35 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index c03ebd2..117e18e 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -16,12 +16,16 @@ TRANSLATIONS = ../../../i18n/de/libbend.ts \ | |||
16 | ../../../i18n/es/libbend.ts \ | 16 | ../../../i18n/es/libbend.ts \ |
17 | ../../../i18n/fr/libbend.ts \ | 17 | ../../../i18n/fr/libbend.ts \ |
18 | ../../../i18n/hu/libbend.ts \ | 18 | ../../../i18n/hu/libbend.ts \ |
19 | ../../../i18n/ja/libbend.ts \ | 19 | ../../../i18n/ja/libbend.ts \ |
20 | ../../../i18n/ko/libbend.ts \ | 20 | ../../../i18n/ko/libbend.ts \ |
21 | ../../../i18n/no/libbend.ts \ | 21 | ../../../i18n/no/libbend.ts \ |
22 | ../../../i18n/pl/libbend.ts \ | 22 | ../../../i18n/pl/libbend.ts \ |
23 | ../../../i18n/pt/libbend.ts \ | 23 | ../../../i18n/pt/libbend.ts \ |
24 | ../../../i18n/pt_BR/libbend.ts \ | 24 | ../../../i18n/pt_BR/libbend.ts \ |
25 | ../../../i18n/sl/libbend.ts \ | 25 | ../../../i18n/sl/libbend.ts \ |
26 | ../../../i18n/zh_CN/libbend.ts \ | 26 | ../../../i18n/zh_CN/libbend.ts \ |
27 | ../../../i18n/zh_TW/libbend.ts | 27 | ../../../i18n/zh_TW/libbend.ts |
28 | |||
29 | |||
30 | |||
31 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 2bee479..1d5a4c1 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -30,12 +30,16 @@ TRANSLATIONS = ../../../i18n/de/libmail.ts \ | |||
30 | ../../../i18n/es/libmail.ts \ | 30 | ../../../i18n/es/libmail.ts \ |
31 | ../../../i18n/fr/libmail.ts \ | 31 | ../../../i18n/fr/libmail.ts \ |
32 | ../../../i18n/hu/libmail.ts \ | 32 | ../../../i18n/hu/libmail.ts \ |
33 | ../../../i18n/ja/libmail.ts \ | 33 | ../../../i18n/ja/libmail.ts \ |
34 | ../../../i18n/ko/libmail.ts \ | 34 | ../../../i18n/ko/libmail.ts \ |
35 | ../../../i18n/no/libmail.ts \ | 35 | ../../../i18n/no/libmail.ts \ |
36 | ../../../i18n/pl/libmail.ts \ | 36 | ../../../i18n/pl/libmail.ts \ |
37 | ../../../i18n/pt/libmail.ts \ | 37 | ../../../i18n/pt/libmail.ts \ |
38 | ../../../i18n/pt_BR/libmail.ts \ | 38 | ../../../i18n/pt_BR/libmail.ts \ |
39 | ../../../i18n/sl/libmail.ts \ | 39 | ../../../i18n/sl/libmail.ts \ |
40 | ../../../i18n/zh_CN/libmail.ts \ | 40 | ../../../i18n/zh_CN/libmail.ts \ |
41 | ../../../i18n/zh_TW/libmail.ts | 41 | ../../../i18n/zh_TW/libmail.ts |
42 | |||
43 | |||
44 | |||
45 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index 3378153..407545f 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -52,12 +52,16 @@ TRANSLATIONS = ../../i18n/de/mail.ts \ | |||
52 | ../../i18n/es/mail.ts \ | 52 | ../../i18n/es/mail.ts \ |
53 | ../../i18n/fr/mail.ts \ | 53 | ../../i18n/fr/mail.ts \ |
54 | ../../i18n/hu/mail.ts \ | 54 | ../../i18n/hu/mail.ts \ |
55 | ../../i18n/ja/mail.ts \ | 55 | ../../i18n/ja/mail.ts \ |
56 | ../../i18n/ko/mail.ts \ | 56 | ../../i18n/ko/mail.ts \ |
57 | ../../i18n/no/mail.ts \ | 57 | ../../i18n/no/mail.ts \ |
58 | ../../i18n/pl/mail.ts \ | 58 | ../../i18n/pl/mail.ts \ |
59 | ../../i18n/pt/mail.ts \ | 59 | ../../i18n/pt/mail.ts \ |
60 | ../../i18n/pt_BR/mail.ts \ | 60 | ../../i18n/pt_BR/mail.ts \ |
61 | ../../i18n/sl/mail.ts \ | 61 | ../../i18n/sl/mail.ts \ |
62 | ../../i18n/zh_CN/mail.ts \ | 62 | ../../i18n/zh_CN/mail.ts \ |
63 | ../../i18n/zh_TW/mail.ts | 63 | ../../i18n/zh_TW/mail.ts |
64 | |||
65 | |||
66 | |||
67 | include ( ../../include.pro ) | ||
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 7b933e1..0cbaf47 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -44,12 +44,16 @@ TRANSLATIONS = ../../../i18n/de/oipkg.ts \ | |||
44 | ../../../i18n/es/oipkg.ts \ | 44 | ../../../i18n/es/oipkg.ts \ |
45 | ../../../i18n/fr/oipkg.ts \ | 45 | ../../../i18n/fr/oipkg.ts \ |
46 | ../../../i18n/hu/oipkg.ts \ | 46 | ../../../i18n/hu/oipkg.ts \ |
47 | ../../../i18n/ja/oipkg.ts \ | 47 | ../../../i18n/ja/oipkg.ts \ |
48 | ../../../i18n/ko/oipkg.ts \ | 48 | ../../../i18n/ko/oipkg.ts \ |
49 | ../../../i18n/no/oipkg.ts \ | 49 | ../../../i18n/no/oipkg.ts \ |
50 | ../../../i18n/pl/oipkg.ts \ | 50 | ../../../i18n/pl/oipkg.ts \ |
51 | ../../../i18n/pt/oipkg.ts \ | 51 | ../../../i18n/pt/oipkg.ts \ |
52 | ../../../i18n/pt_BR/oipkg.ts \ | 52 | ../../../i18n/pt_BR/oipkg.ts \ |
53 | ../../../i18n/sl/oipkg.ts \ | 53 | ../../../i18n/sl/oipkg.ts \ |
54 | ../../../i18n/zh_CN/oipkg.ts \ | 54 | ../../../i18n/zh_CN/oipkg.ts \ |
55 | ../../../i18n/zh_TW/oipkg.ts | 55 | ../../../i18n/zh_TW/oipkg.ts |
56 | |||
57 | |||
58 | |||
59 | include ( ../../../include.pro ) | ||
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 8c73477..7c92eda 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -61,12 +61,16 @@ TRANSLATIONS = ../../../i18n/de/qpdf.ts \ | |||
61 | ../../../i18n/fr/qpdf.ts \ | 61 | ../../../i18n/fr/qpdf.ts \ |
62 | ../../../i18n/hu/qpdf.ts \ | 62 | ../../../i18n/hu/qpdf.ts \ |
63 | ../../../i18n/ja/qpdf.ts \ | 63 | ../../../i18n/ja/qpdf.ts \ |
64 | ../../../i18n/ko/qpdf.ts \ | 64 | ../../../i18n/ko/qpdf.ts \ |
65 | ../../../i18n/no/qpdf.ts \ | 65 | ../../../i18n/no/qpdf.ts \ |
66 | ../../../i18n/pl/qpdf.ts \ | 66 | ../../../i18n/pl/qpdf.ts \ |
67 | ../../../i18n/pt/qpdf.ts \ | 67 | ../../../i18n/pt/qpdf.ts \ |
68 | ../../../i18n/pt_BR/qpdf.ts \ | 68 | ../../../i18n/pt_BR/qpdf.ts \ |
69 | ../../../i18n/sl/qpdf.ts \ | 69 | ../../../i18n/sl/qpdf.ts \ |
70 | ../../../i18n/zh_CN/qpdf.ts \ | 70 | ../../../i18n/zh_CN/qpdf.ts \ |
71 | ../../../i18n/it/qpdf.ts \ | 71 | ../../../i18n/it/qpdf.ts \ |
72 | ../../../i18n/zh_TW/qpdf.ts | 72 | ../../../i18n/zh_TW/qpdf.ts |
73 | |||
74 | |||
75 | |||
76 | include ( ../../../include.pro ) | ||
diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp index 1797b98..cbe2014 100644 --- a/qmake/generators/unix/unixmake2.cpp +++ b/qmake/generators/unix/unixmake2.cpp | |||
@@ -203,24 +203,25 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) | |||
203 | t << endl; | 203 | t << endl; |
204 | } else { | 204 | } else { |
205 | moc_incremental = TRUE; | 205 | moc_incremental = TRUE; |
206 | t << endl; | 206 | t << endl; |
207 | t << "INCREMENTAL_OBJMOC = " << incrs_out.join(" \\\n\t\t") << endl; | 207 | t << "INCREMENTAL_OBJMOC = " << incrs_out.join(" \\\n\t\t") << endl; |
208 | } | 208 | } |
209 | } else { | 209 | } else { |
210 | t << "OBJMOC = " << objMoc << endl; | 210 | t << "OBJMOC = " << objMoc << endl; |
211 | } | 211 | } |
212 | if(do_incremental && !moc_incremental && !src_incremental) | 212 | if(do_incremental && !moc_incremental && !src_incremental) |
213 | do_incremental = FALSE; | 213 | do_incremental = FALSE; |
214 | t << "DIST = " << varList("DISTFILES") << endl; | 214 | t << "DIST = " << varList("DISTFILES") << endl; |
215 | t << "PRO = " << fileFixify(project->projectFile()) << endl; | ||
215 | t << "QMAKE_TARGET = " << var("QMAKE_ORIG_TARGET") << endl; | 216 | t << "QMAKE_TARGET = " << var("QMAKE_ORIG_TARGET") << endl; |
216 | t << "DESTDIR = " << var("DESTDIR") << endl; | 217 | t << "DESTDIR = " << var("DESTDIR") << endl; |
217 | t << "TARGET = " << var("TARGET") << endl; | 218 | t << "TARGET = " << var("TARGET") << endl; |
218 | if(project->isActiveConfig("plugin") ) { | 219 | if(project->isActiveConfig("plugin") ) { |
219 | t << "TARGETD = " << var("TARGET") << endl; | 220 | t << "TARGETD = " << var("TARGET") << endl; |
220 | } else if (!project->isActiveConfig("staticlib") && project->variables()["QMAKE_APP_FLAG"].isEmpty()) { | 221 | } else if (!project->isActiveConfig("staticlib") && project->variables()["QMAKE_APP_FLAG"].isEmpty()) { |
221 | t << "TARGETA= " << var("TARGETA") << endl; | 222 | t << "TARGETA= " << var("TARGETA") << endl; |
222 | if (os == "hpux") { | 223 | if (os == "hpux") { |
223 | t << "TARGETD= " << var("TARGET_x") << endl; | 224 | t << "TARGETD= " << var("TARGET_x") << endl; |
224 | t << "TARGET0= " << var("TARGET_") << endl; | 225 | t << "TARGET0= " << var("TARGET_") << endl; |
225 | } | 226 | } |
226 | else { | 227 | else { |
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 007510b..c0e77b8 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -13,12 +13,16 @@ TRANSLATIONS = ../i18n/de/quickexec.ts \ | |||
13 | ../i18n/es/quickexec.ts \ | 13 | ../i18n/es/quickexec.ts \ |
14 | ../i18n/fr/quickexec.ts \ | 14 | ../i18n/fr/quickexec.ts \ |
15 | ../i18n/hu/quickexec.ts \ | 15 | ../i18n/hu/quickexec.ts \ |
16 | ../i18n/ja/quickexec.ts \ | 16 | ../i18n/ja/quickexec.ts \ |
17 | ../i18n/ko/quickexec.ts \ | 17 | ../i18n/ko/quickexec.ts \ |
18 | ../i18n/no/quickexec.ts \ | 18 | ../i18n/no/quickexec.ts \ |
19 | ../i18n/pl/quickexec.ts \ | 19 | ../i18n/pl/quickexec.ts \ |
20 | ../i18n/pt/quickexec.ts \ | 20 | ../i18n/pt/quickexec.ts \ |
21 | ../i18n/pt_BR/quickexec.ts \ | 21 | ../i18n/pt_BR/quickexec.ts \ |
22 | ../i18n/sl/quickexec.ts \ | 22 | ../i18n/sl/quickexec.ts \ |
23 | ../i18n/zh_CN/quickexec.ts \ | 23 | ../i18n/zh_CN/quickexec.ts \ |
24 | ../i18n/zh_TW/quickexec.ts | 24 | ../i18n/zh_TW/quickexec.ts |
25 | |||
26 | |||
27 | |||
28 | include ( ../include.pro ) | ||
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro index e0a928c..b6d4af5 100644 --- a/x11/ipc/server/ocopserver.pro +++ b/x11/ipc/server/ocopserver.pro | |||
@@ -1,10 +1,14 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h | 5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h |
6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp | 6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | TARGET = ocopserver | 9 | TARGET = ocopserver |
10 | 10 | ||
11 | |||
12 | |||
13 | |||
14 | include ( ../../../include.pro ) | ||
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro index e0a928c..b6d4af5 100644 --- a/x11/ipc/server/server.pro +++ b/x11/ipc/server/server.pro | |||
@@ -1,10 +1,14 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h | 5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h |
6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp | 6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | TARGET = ocopserver | 9 | TARGET = ocopserver |
10 | 10 | ||
11 | |||
12 | |||
13 | |||
14 | include ( ../../../include.pro ) | ||
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index 459d3ba..1671ffa 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -132,12 +132,16 @@ INCLUDEPATH += $(OPIEDIR)/include backend | |||
132 | LIBS += -ldl -lcrypt -lm | 132 | LIBS += -ldl -lcrypt -lm |
133 | 133 | ||
134 | INTERFACES = ../../library/passwordbase_p.ui \ | 134 | INTERFACES = ../../library/passwordbase_p.ui \ |
135 | ../../library/categoryeditbase_p.ui \ | 135 | ../../library/categoryeditbase_p.ui \ |
136 | ../../library/findwidgetbase_p.ui \ | 136 | ../../library/findwidgetbase_p.ui \ |
137 | ../../library/lnkpropertiesbase_p.ui | 137 | ../../library/lnkpropertiesbase_p.ui |
138 | 138 | ||
139 | TARGET = qpe | 139 | TARGET = qpe |
140 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 140 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
141 | # This is set by configure$(OPIEDIR). | 141 | # This is set by configure$(OPIEDIR). |
142 | VERSION = 1.5.0.1 | 142 | VERSION = 1.5.0.1 |
143 | 143 | ||
144 | |||
145 | |||
146 | |||
147 | include ( ../../include.pro ) | ||