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 | |||
@@ -78,33 +78,33 @@ defconfig : | |||
78 | $(call descend,scripts/kconfig,conf) | 78 | $(call descend,scripts/kconfig,conf) |
79 | ./scripts/kconfig/conf -d ./config.in | 79 | ./scripts/kconfig/conf -d ./config.in |
80 | 80 | ||
81 | 81 | ||
82 | export | 82 | export |
83 | 83 | ||
84 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | 84 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |
85 | 85 | ||
86 | export include-config := 1 | 86 | export include-config := 1 |
87 | 87 | ||
88 | -include $(TOPDIR)/.config | 88 | -include $(TOPDIR)/.config |
89 | -include $(TOPDIR)/.depends | 89 | -include $(TOPDIR)/.depends |
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 | |||
@@ -4,24 +4,28 @@ HEADERS = battery.h batterystatus.h batteryappletimpl.h | |||
4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp | 4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp |
5 | TARGET = batteryapplet | 5 | TARGET = batteryapplet |
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 -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ |
13 | ../../../i18n/da/libbatteryapplet.ts \ | 13 | ../../../i18n/da/libbatteryapplet.ts \ |
14 | ../../../i18n/xx/libbatteryapplet.ts \ | 14 | ../../../i18n/xx/libbatteryapplet.ts \ |
15 | ../../../i18n/en/libbatteryapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = cardmon.h cardmonimpl.h | |||
4 | SOURCES =cardmon.cpp cardmonimpl.cpp | 4 | SOURCES =cardmon.cpp cardmonimpl.cpp |
5 | TARGET = cardmonapplet | 5 | TARGET = cardmonapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include ../launcher | 8 | DEPENDPATH += $(OPIEDIR)/include ../launcher |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ |
13 | ../../../i18n/da/libcardmonapplet.ts \ | 13 | ../../../i18n/da/libcardmonapplet.ts \ |
14 | ../../../i18n/xx/libcardmonapplet.ts \ | 14 | ../../../i18n/xx/libcardmonapplet.ts \ |
15 | ../../../i18n/en/libcardmonapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = clipboard.h clipboardappletimpl.h | |||
4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp | 4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp |
5 | TARGET = clipboardapplet | 5 | TARGET = clipboardapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ |
13 | ../../../i18n/da/libclipboardapplet.ts \ | 13 | ../../../i18n/da/libclipboardapplet.ts \ |
14 | ../../../i18n/xx/libclipboardapplet.ts \ | 14 | ../../../i18n/xx/libclipboardapplet.ts \ |
15 | ../../../i18n/en/libclipboardapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = clock.h clockappletimpl.h | |||
4 | SOURCES= clock.cpp clockappletimpl.cpp | 4 | SOURCES= clock.cpp clockappletimpl.cpp |
5 | TARGET = clockapplet | 5 | TARGET = clockapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ |
13 | ../../../i18n/da/libclockapplet.ts \ | 13 | ../../../i18n/da/libclockapplet.ts \ |
14 | ../../../i18n/xx/libclockapplet.ts \ | 14 | ../../../i18n/xx/libclockapplet.ts \ |
15 | ../../../i18n/en/libclockapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = home.h | |||
4 | SOURCES = home.cpp | 4 | SOURCES = home.cpp |
5 | TARGET = homeapplet | 5 | TARGET = homeapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ |
13 | ../../../i18n/da/libhomeapplet.ts \ | 13 | ../../../i18n/da/libhomeapplet.ts \ |
14 | ../../../i18n/xx/libhomeapplet.ts \ | 14 | ../../../i18n/xx/libhomeapplet.ts \ |
15 | ../../../i18n/en/libhomeapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = irda.h irdaappletimpl.h | |||
4 | SOURCES = irda.cpp irdaappletimpl.cpp | 4 | SOURCES = irda.cpp irdaappletimpl.cpp |
5 | TARGET = irdaapplet | 5 | TARGET = irdaapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ |
13 | ../../../i18n/da/libirdaapplet.ts \ | 13 | ../../../i18n/da/libirdaapplet.ts \ |
14 | ../../../i18n/xx/libirdaapplet.ts \ | 14 | ../../../i18n/xx/libirdaapplet.ts \ |
15 | ../../../i18n/en/libirdaapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = logout.h | |||
4 | SOURCES = logout.cpp | 4 | SOURCES = logout.cpp |
5 | TARGET = logoutapplet | 5 | TARGET = logoutapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ |
13 | ../../../i18n/da/liblogoutapplet.ts \ | 13 | ../../../i18n/da/liblogoutapplet.ts \ |
14 | ../../../i18n/xx/liblogoutapplet.ts \ | 14 | ../../../i18n/xx/liblogoutapplet.ts \ |
15 | ../../../i18n/en/liblogoutapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ SOURCES = obex.cc obeximpl.cc | |||
5 | TARGET = opieobex | 5 | TARGET = opieobex |
6 | DESTDIR = $(OPIEDIR)/plugins/obex | 6 | DESTDIR = $(OPIEDIR)/plugins/obex |
7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | 7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | INTERFACES = obexinc.ui obexdlg.ui | 9 | INTERFACES = obexinc.ui obexdlg.ui |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | VERSION = 0.0.1 | 11 | VERSION = 0.0.1 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ |
14 | ../../../i18n/da/libopieobex.ts \ | 14 | ../../../i18n/da/libopieobex.ts \ |
15 | ../../../i18n/xx/libopieobex.ts \ | 15 | ../../../i18n/xx/libopieobex.ts \ |
16 | ../../../i18n/en/libopieobex.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ TARGET = screenshotapplet | |||
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 | 13 | ||
14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ | 14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ |
15 | ../../../i18n/da/libscreenshotapplet.ts \ | 15 | ../../../i18n/da/libscreenshotapplet.ts \ |
16 | ../../../i18n/xx/libscreenshotapplet.ts \ | 16 | ../../../i18n/xx/libscreenshotapplet.ts \ |
17 | ../../../i18n/en/libscreenshotapplet.ts \ | 17 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = suspend.h | |||
4 | SOURCES = suspend.cpp | 4 | SOURCES = suspend.cpp |
5 | TARGET = suspendapplet | 5 | TARGET = suspendapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ |
13 | ../../../i18n/da/libsuspendapplet.ts \ | 13 | ../../../i18n/da/libsuspendapplet.ts \ |
14 | ../../../i18n/xx/libsuspendapplet.ts \ | 14 | ../../../i18n/xx/libsuspendapplet.ts \ |
15 | ../../../i18n/en/libsuspendapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = vmemo.h vmemoimpl.h adpcm.h | |||
4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c | 4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c |
5 | TARGET = vmemoapplet | 5 | TARGET = vmemoapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ |
13 | ../../../i18n/da/libvmemoapplet.ts \ | 13 | ../../../i18n/da/libvmemoapplet.ts \ |
14 | ../../../i18n/xx/libvmemoapplet.ts \ | 14 | ../../../i18n/xx/libvmemoapplet.ts \ |
15 | ../../../i18n/en/libvmemoapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = volume.h volumeappletimpl.h oledbox.h | |||
4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp | 4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp |
5 | TARGET = volumeapplet | 5 | TARGET = volumeapplet |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ |
13 | ../../../i18n/da/libvolumeapplet.ts \ | 13 | ../../../i18n/da/libvolumeapplet.ts \ |
14 | ../../../i18n/xx/libvolumeapplet.ts \ | 14 | ../../../i18n/xx/libvolumeapplet.ts \ |
15 | ../../../i18n/en/libvolumeapplet.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -1,19 +1,23 @@ | |||
1 | # This is part of the taskbar | 1 | # This is part of the taskbar |
2 | 2 | ||
3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | 3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ |
4 | ../../../i18n/da/calibrate.pro.in.ts \ | 4 | ../../../i18n/da/calibrate.pro.in.ts \ |
5 | ../../../i18n/xx/calibrate.pro.in.ts \ | 5 | ../../../i18n/xx/calibrate.pro.in.ts \ |
6 | ../../../i18n/en/calibrate.pro.in.ts \ | 6 | ../../../i18n/en/calibrate.pro.in.ts \ |
7 | ../../../i18n/es/calibrate.pro.in.ts \ | 7 | ../../../i18n/es/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 | |||
@@ -32,24 +32,28 @@ SOURCES = TEScreen.cpp \ | |||
32 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 32 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
33 | TARGET = embeddedkonsole | 33 | TARGET = embeddedkonsole |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe -lopie | 36 | LIBS += -lqpe -lopie |
37 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY | 37 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY |
38 | 38 | ||
39 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | 39 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
40 | ../../../i18n/xx/embeddedkonsole.ts \ | 40 | ../../../i18n/xx/embeddedkonsole.ts \ |
41 | ../../../i18n/en/embeddedkonsole.ts \ | 41 | ../../../i18n/en/embeddedkonsole.ts \ |
42 | ../../../i18n/es/embeddedkonsole.ts \ | 42 | ../../../i18n/es/embeddedkonsole.ts \ |
43 | ../../../i18n/fr/embeddedkonsole.ts \ | 43 | ../../../i18n/fr/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 | |||
@@ -5,24 +5,28 @@ HEADERS = helpbrowser.h | |||
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ |
13 | ../../../i18n/xx/helpbrowser.ts \ | 13 | ../../../i18n/xx/helpbrowser.ts \ |
14 | ../../../i18n/en/helpbrowser.ts \ | 14 | ../../../i18n/en/helpbrowser.ts \ |
15 | ../../../i18n/es/helpbrowser.ts \ | 15 | ../../../i18n/es/helpbrowser.ts \ |
16 | ../../../i18n/fr/helpbrowser.ts \ | 16 | ../../../i18n/fr/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = main.cpp | 5 | SOURCES = main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = qcop | 10 | TARGET = qcop |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ |
13 | ../../../i18n/da/qcop.ts \ | 13 | ../../../i18n/da/qcop.ts \ |
14 | ../../../i18n/xx/qcop.ts \ | 14 | ../../../i18n/xx/qcop.ts \ |
15 | ../../../i18n/en/qcop.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = textedit.h filePermissions.h | 4 | HEADERS = textedit.h filePermissions.h |
5 | SOURCES = main.cpp textedit.cpp filePermissions.cpp | 5 | SOURCES = main.cpp textedit.cpp filePermissions.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | TARGET = textedit | 9 | TARGET = textedit |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ |
12 | ../../../i18n/da/textedit.ts \ | 12 | ../../../i18n/da/textedit.ts \ |
13 | ../../../i18n/xx/textedit.ts \ | 13 | ../../../i18n/xx/textedit.ts \ |
14 | ../../../i18n/en/textedit.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -97,24 +97,28 @@ DEPENDPATH += ../../include . | |||
97 | INCLUDEPATH += ../../core/apps/calibrate | 97 | INCLUDEPATH += ../../core/apps/calibrate |
98 | DEPENDPATH+= ../../core/apps/calibrate | 98 | DEPENDPATH+= ../../core/apps/calibrate |
99 | INCLUDEPATH += ../../rsync | 99 | INCLUDEPATH += ../../rsync |
100 | DEPENDPATH+= ../../rsync | 100 | DEPENDPATH+= ../../rsync |
101 | TARGET = qpe | 101 | TARGET = qpe |
102 | LIBS += -lqpe -lcrypt -lopie | 102 | LIBS += -lqpe -lcrypt -lopie |
103 | 103 | ||
104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ | 104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
105 | ../../i18n/xx/qpe.ts \ | 105 | ../../i18n/xx/qpe.ts \ |
106 | ../../i18n/en/qpe.ts \ | 106 | ../../i18n/en/qpe.ts \ |
107 | ../../i18n/es/qpe.ts \ | 107 | ../../i18n/es/qpe.ts \ |
108 | ../../i18n/fr/qpe.ts \ | 108 | ../../i18n/fr/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 | |||
@@ -8,24 +8,28 @@ SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ | |||
8 | program.cc sound.cc text.cc | 8 | program.cc sound.cc text.cc |
9 | TARGET = flashplugin | 9 | TARGET = flashplugin |
10 | DESTDIR = ../../plugins/codecs | 10 | DESTDIR = ../../plugins/codecs |
11 | INCLUDEPATH += $(OPIEDIR)/include .. | 11 | INCLUDEPATH += $(OPIEDIR)/include .. |
12 | DEPENDPATH += ../$(OPIEDIR)/include .. | 12 | DEPENDPATH += ../$(OPIEDIR)/include .. |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | VERSION = 1.0.0 | 14 | VERSION = 1.0.0 |
15 | 15 | ||
16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ | 16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ |
17 | ../../../../i18n/da/libflashplugin.ts \ | 17 | ../../../../i18n/da/libflashplugin.ts \ |
18 | ../../../../i18n/xx/libflashplugin.ts \ | 18 | ../../../../i18n/xx/libflashplugin.ts \ |
19 | ../../../../i18n/en/libflashplugin.ts \ | 19 | ../../../../i18n/en/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 | |||
@@ -12,24 +12,28 @@ SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c | |||
12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp | 12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp |
13 | TARGET = madplugin | 13 | TARGET = madplugin |
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 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ | 20 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ |
21 | ../../../../i18n/da/libmadplugin.ts \ | 21 | ../../../../i18n/da/libmadplugin.ts \ |
22 | ../../../../i18n/xx/libmadplugin.ts \ | 22 | ../../../../i18n/xx/libmadplugin.ts \ |
23 | ../../../../i18n/en/libmadplugin.ts \ | 23 | ../../../../i18n/en/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 | |||
@@ -41,24 +41,28 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | |||
41 | TARGET = mpeg3plugin | 41 | TARGET = mpeg3plugin |
42 | TMAKE_CC=$(CXX) | 42 | TMAKE_CC=$(CXX) |
43 | DESTDIR = $(OPIEDIR)/plugins/codecs | 43 | DESTDIR = $(OPIEDIR)/plugins/codecs |
44 | INCLUDEPATH += $(OPIEDIR)/include .. | 44 | INCLUDEPATH += $(OPIEDIR)/include .. |
45 | DEPENDPATH += ../$(OPIEDIR)/include .. | 45 | DEPENDPATH += ../$(OPIEDIR)/include .. |
46 | LIBS += -lqpe -lpthread -lm | 46 | LIBS += -lqpe -lpthread -lm |
47 | VERSION = 1.0.0 | 47 | VERSION = 1.0.0 |
48 | 48 | ||
49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ | 49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ |
50 | ../../../../i18n/da/libmpeg3plugin.ts \ | 50 | ../../../../i18n/da/libmpeg3plugin.ts \ |
51 | ../../../../i18n/xx/libmpeg3plugin.ts \ | 51 | ../../../../i18n/xx/libmpeg3plugin.ts \ |
52 | ../../../../i18n/en/libmpeg3plugin.ts \ | 52 | ../../../../i18n/en/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 | |||
@@ -1,19 +1,23 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = it_defs.h modplugin.h modpluginimpl.h sndfile.h stdafx.h memfile.h | 3 | HEADERS = it_defs.h modplugin.h modpluginimpl.h sndfile.h stdafx.h memfile.h |
4 | SOURCES = fastmix.cpp load_669.cpp load_amf.cpp load_ams.cpp \ | 4 | SOURCES = fastmix.cpp load_669.cpp load_amf.cpp load_ams.cpp \ |
5 | load_dbm.cpp load_dmf.cpp load_dsm.cpp load_far.cpp \ | 5 | load_dbm.cpp load_dmf.cpp load_dsm.cpp load_far.cpp \ |
6 | load_it.cpp load_j2b.cpp load_mdl.cpp load_med.cpp \ | 6 | load_it.cpp load_j2b.cpp load_mdl.cpp load_med.cpp \ |
7 | load_mod.cpp load_mt2.cpp load_mtm.cpp load_okt.cpp \ | 7 | load_mod.cpp load_mt2.cpp load_mtm.cpp load_okt.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 | |||
@@ -13,24 +13,28 @@ SOURCES = main.cpp \ | |||
13 | TARGET = opieplayer | 13 | TARGET = opieplayer |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 15 | DEPENDPATH += $(OPIEDIR)/include |
16 | LIBS += -lqpe -lpthread -lopie | 16 | LIBS += -lqpe -lpthread -lopie |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ |
22 | ../../../i18n/da/opieplayer.ts \ | 22 | ../../../i18n/da/opieplayer.ts \ |
23 | ../../../i18n/xx/opieplayer.ts \ | 23 | ../../../i18n/xx/opieplayer.ts \ |
24 | ../../../i18n/en/opieplayer.ts \ | 24 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = wavplugin.h wavpluginimpl.h | |||
4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp | 4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp |
5 | TARGET = wavplugin | 5 | TARGET = wavplugin |
6 | DESTDIR = $(OPIEDIR)/plugins/codecs | 6 | DESTDIR = $(OPIEDIR)/plugins/codecs |
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 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ | 12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ |
13 | ../../../../i18n/da/libwavplugin.ts \ | 13 | ../../../../i18n/da/libwavplugin.ts \ |
14 | ../../../../i18n/xx/libwavplugin.ts \ | 14 | ../../../../i18n/xx/libwavplugin.ts \ |
15 | ../../../../i18n/en/libwavplugin.ts \ | 15 | ../../../../i18n/en/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 | |||
@@ -22,24 +22,28 @@ LIBS += -lqpe -lopie | |||
22 | usepam:LIBS += -lpam | 22 | usepam:LIBS += -lpam |
23 | usepam:DEFINES += USEPAM | 23 | usepam:DEFINES += USEPAM |
24 | 24 | ||
25 | DESTDIR = $(OPIEDIR)/bin | 25 | DESTDIR = $(OPIEDIR)/bin |
26 | TARGET = opie-login | 26 | TARGET = opie-login |
27 | 27 | ||
28 | TRANSLATIONS = ../../i18n/de/opie-login.ts \ | 28 | TRANSLATIONS = ../../i18n/de/opie-login.ts \ |
29 | ../../i18n/xx/opie-login.ts \ | 29 | ../../i18n/xx/opie-login.ts \ |
30 | ../../i18n/en/opie-login.ts \ | 30 | ../../i18n/en/opie-login.ts \ |
31 | ../../i18n/es/opie-login.ts \ | 31 | ../../i18n/es/opie-login.ts \ |
32 | ../../i18n/fr/opie-login.ts \ | 32 | ../../i18n/fr/opie-login.ts \ |
33 | ../../i18n/hu/opie-login.ts \ | 33 | ../../i18n/hu/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 | |||
@@ -25,24 +25,28 @@ SOURCES = main.cpp \ | |||
25 | 25 | ||
26 | INTERFACES= configdlg_base.ui | 26 | INTERFACES= configdlg_base.ui |
27 | TARGET = addressbook | 27 | TARGET = addressbook |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH+= $(OPIEDIR)/include | 29 | DEPENDPATH+= $(OPIEDIR)/include |
30 | LIBS += -lqpe -lopie | 30 | LIBS += -lqpe -lopie |
31 | 31 | ||
32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ | 32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ |
33 | ../../../i18n/da/addressbook.ts \ | 33 | ../../../i18n/da/addressbook.ts \ |
34 | ../../../i18n/xx/addressbook.ts \ | 34 | ../../../i18n/xx/addressbook.ts \ |
35 | ../../../i18n/en/addressbook.ts \ | 35 | ../../../i18n/en/addressbook.ts \ |
36 | ../../../i18n/es/addressbook.ts \ | 36 | ../../../i18n/es/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 | |||
@@ -35,24 +35,28 @@ INTERFACES = dateentry.ui \ | |||
35 | datebooksettingsbase.ui \ | 35 | datebooksettingsbase.ui \ |
36 | noteentry.ui | 36 | noteentry.ui |
37 | INCLUDEPATH += $(OPIEDIR)/include | 37 | INCLUDEPATH += $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
40 | TARGET = datebook | 40 | TARGET = datebook |
41 | 41 | ||
42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ | 42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ |
43 | ../../../i18n/xx/datebook.ts \ | 43 | ../../../i18n/xx/datebook.ts \ |
44 | ../../../i18n/en/datebook.ts \ | 44 | ../../../i18n/en/datebook.ts \ |
45 | ../../../i18n/es/datebook.ts \ | 45 | ../../../i18n/es/datebook.ts \ |
46 | ../../../i18n/fr/datebook.ts \ | 46 | ../../../i18n/fr/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 | |||
@@ -1,19 +1,23 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ | 6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ |
7 | addresspluginwidget.h | 7 | addresspluginwidget.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 | |||
@@ -1,18 +1,21 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | # Input | 4 | # Input |
5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ | 5 | 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 | |||
@@ -1,17 +1,20 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
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 | |||
@@ -1,19 +1,22 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ | 6 | 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 | |||
@@ -6,24 +6,28 @@ SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | |||
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/today.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
14 | ../../../i18n/xx/today.ts \ | 14 | ../../../i18n/xx/today.ts \ |
15 | ../../../i18n/en/today.ts \ | 15 | ../../../i18n/en/today.ts \ |
16 | ../../../i18n/es/today.ts \ | 16 | ../../../i18n/es/today.ts \ |
17 | ../../../i18n/fr/today.ts \ | 17 | ../../../i18n/fr/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 | |||
@@ -41,24 +41,28 @@ SOURCES = smalltodo.cpp \ | |||
41 | taskeditorstatus.cpp \ | 41 | taskeditorstatus.cpp \ |
42 | taskeditoralarms.cpp | 42 | taskeditoralarms.cpp |
43 | 43 | ||
44 | TARGET = todolist | 44 | TARGET = todolist |
45 | INCLUDEPATH += $(OPIEDIR)/include | 45 | INCLUDEPATH += $(OPIEDIR)/include |
46 | DEPENDPATH+= $(OPIEDIR)/include | 46 | DEPENDPATH+= $(OPIEDIR)/include |
47 | LIBS += -lqpe -lopie | 47 | LIBS += -lqpe -lopie |
48 | 48 | ||
49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ | 49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
50 | ../../../i18n/da/todolist.ts \ | 50 | ../../../i18n/da/todolist.ts \ |
51 | ../../../i18n/xx/todolist.ts \ | 51 | ../../../i18n/xx/todolist.ts \ |
52 | ../../../i18n/en/todolist.ts \ | 52 | ../../../i18n/en/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 | |||
@@ -12,24 +12,28 @@ SOURCES = main.cpp \ | |||
12 | 12 | ||
13 | INTERFACES = remapdlgbase.ui | 13 | INTERFACES = remapdlgbase.ui |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | TARGET = buttonsettings | 18 | TARGET = buttonsettings |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ |
21 | ../../../i18n/xx/buttonsettings.ts \ | 21 | ../../../i18n/xx/buttonsettings.ts \ |
22 | ../../../i18n/en/buttonsettings.ts \ | 22 | ../../../i18n/en/buttonsettings.ts \ |
23 | ../../../i18n/es/buttonsettings.ts \ | 23 | ../../../i18n/es/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | #INTERFACES = citytimebase.ui | 4 | #INTERFACES = citytimebase.ui |
5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h | 5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h |
6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
7 | TARGET = citytime | 7 | TARGET = citytime |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ |
13 | ../../../i18n/xx/citytime.ts \ | 13 | ../../../i18n/xx/citytime.ts \ |
14 | ../../../i18n/en/citytime.ts \ | 14 | ../../../i18n/en/citytime.ts \ |
15 | ../../../i18n/es/citytime.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -1,22 +1,26 @@ | |||
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 | HEADERS = launchersettings.h \ | 4 | HEADERS = launchersettings.h \ |
5 | tabssettings.h \ | 5 | tabssettings.h \ |
6 | taskbarsettings.h \ | 6 | taskbarsettings.h \ |
7 | menusettings.h \ | 7 | menusettings.h \ |
8 | tabconfig.h \ | 8 | tabconfig.h \ |
9 | tabdialog.h | 9 | tabdialog.h |
10 | 10 | ||
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 | |||
@@ -5,24 +5,28 @@ HEADERS = light.h sensor.h calibration.h | |||
5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp | 5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp |
6 | INTERFACES= lightsettingsbase.ui sensorbase.ui | 6 | INTERFACES= lightsettingsbase.ui sensorbase.ui |
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 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ |
13 | ../../../i18n/xx/light-and-power.ts \ | 13 | ../../../i18n/xx/light-and-power.ts \ |
14 | ../../../i18n/en/light-and-power.ts \ | 14 | ../../../i18n/en/light-and-power.ts \ |
15 | ../../../i18n/es/light-and-power.ts \ | 15 | ../../../i18n/es/light-and-power.ts \ |
16 | ../../../i18n/fr/light-and-power.ts \ | 16 | ../../../i18n/fr/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = security.h | 4 | HEADERS = security.h |
5 | SOURCES = security.cpp main.cpp | 5 | SOURCES = security.cpp main.cpp |
6 | INTERFACES= securitybase.ui | 6 | INTERFACES= securitybase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/security.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/security.ts \ |
13 | ../../../i18n/xx/security.ts \ | 13 | ../../../i18n/xx/security.ts \ |
14 | ../../../i18n/en/security.ts \ | 14 | ../../../i18n/en/security.ts \ |
15 | ../../../i18n/es/security.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -5,24 +5,28 @@ HEADERS = keyview.h keyboardimpl.h | |||
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | 13 | TRANSLATIONS = ../i18n/de/keyview.ts \ |
14 | ../i18n/da/keyview.ts \ | 14 | ../i18n/da/keyview.ts \ |
15 | ../i18n/xx/keyview.ts \ | 15 | ../i18n/xx/keyview.ts \ |
16 | ../i18n/en/keyview.ts \ | 16 | ../i18n/en/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 | |||
@@ -4,24 +4,28 @@ CONFIG = qt warn_on release | |||
4 | HEADERS = example.h | 4 | HEADERS = example.h |
5 | SOURCES = main.cpp example.cpp | 5 | SOURCES = main.cpp example.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= examplebase.ui | 9 | INTERFACES= examplebase.ui |
10 | TARGET = example | 10 | TARGET = example |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | 12 | TRANSLATIONS = ../i18n/de/example.ts \ |
13 | ../i18n/da/example.ts \ | 13 | ../i18n/da/example.ts \ |
14 | ../i18n/xx/example.ts \ | 14 | ../i18n/xx/example.ts \ |
15 | ../i18n/en/example.ts \ | 15 | ../i18n/en/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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation>Ons</translation> | 58 | <translation>Ons</translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation>Tor</translation> | 62 | <translation>Tor</translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation>Fre</translation> | 66 | <translation>Fre</translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation>Vælg tid:</translation> | 105 | <translation>Vælg tid:</translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation>Mi</translation> | 58 | <translation>Mi</translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation>Do</translation> | 62 | <translation>Do</translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation>Fr</translation> | 66 | <translation>Fr</translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation>Zeit auswählen:</translation> | 105 | <translation>Zeit auswählen:</translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation type="unfinished"></translation> | 105 | <translation type="unfinished"></translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation>Mie</translation> | 58 | <translation>Mie</translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation>Jue</translation> | 62 | <translation>Jue</translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation>Vie</translation> | 66 | <translation>Vie</translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation>Tomar hora:</translation> | 105 | <translation>Tomar hora:</translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -57,41 +57,53 @@ | |||
57 | <message> | 57 | <message> |
58 | <source>Wed</source> | 58 | <source>Wed</source> |
59 | <translation>Me</translation> | 59 | <translation>Me</translation> |
60 | </message> | 60 | </message> |
61 | <message> | 61 | <message> |
62 | <source>Thu</source> | 62 | <source>Thu</source> |
63 | <translation>Je</translation> | 63 | <translation>Je</translation> |
64 | </message> | 64 | </message> |
65 | <message> | 65 | <message> |
66 | <source>Fri</source> | 66 | <source>Fri</source> |
67 | <translation>Ve</translation> | 67 | <translation>Ve</translation> |
68 | </message> | 68 | </message> |
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> |
93 | <source>Pick Time:</source> | 105 | <source>Pick Time:</source> |
94 | <translation type="unfinished"></translation> | 106 | <translation type="unfinished"></translation> |
95 | </message> | 107 | </message> |
96 | </context> | 108 | </context> |
97 | </TS> | 109 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation type="unfinished"></translation> | 105 | <translation type="unfinished"></translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation type="unfinished"></translation> | 105 | <translation type="unfinished"></translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation type="unfinished"></translation> | 105 | <translation type="unfinished"></translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation>Izberi čas:</translation> | 105 | <translation>Izberi čas:</translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -56,41 +56,53 @@ | |||
56 | <message> | 56 | <message> |
57 | <source>Wed</source> | 57 | <source>Wed</source> |
58 | <translation type="unfinished"></translation> | 58 | <translation type="unfinished"></translation> |
59 | </message> | 59 | </message> |
60 | <message> | 60 | <message> |
61 | <source>Thu</source> | 61 | <source>Thu</source> |
62 | <translation type="unfinished"></translation> | 62 | <translation type="unfinished"></translation> |
63 | </message> | 63 | </message> |
64 | <message> | 64 | <message> |
65 | <source>Fri</source> | 65 | <source>Fri</source> |
66 | <translation type="unfinished"></translation> | 66 | <translation type="unfinished"></translation> |
67 | </message> | 67 | </message> |
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> |
92 | <source>Pick Time:</source> | 104 | <source>Pick Time:</source> |
93 | <translation type="unfinished"></translation> | 105 | <translation type="unfinished"></translation> |
94 | </message> | 106 | </message> |
95 | </context> | 107 | </context> |
96 | </TS> | 108 | </TS> |
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 | |||
@@ -213,48 +213,56 @@ L.J.Potter<llornkcor@handhelds.org> | |||
213 | <source>Delete Directory</source> | 213 | <source>Delete Directory</source> |
214 | <translation>刪除目錄</translation> | 214 | <translation>刪除目錄</translation> |
215 | </message> | 215 | </message> |
216 | <message> | 216 | <message> |
217 | <source>Really copy | 217 | <source>Really copy |
218 | %1 files?</source> | 218 | %1 files?</source> |
219 | <translation>確定要複製 | 219 | <translation>確定要複製 |
220 | %1 個檔案?</translation> | 220 | %1 個檔案?</translation> |
221 | </message> | 221 | </message> |
222 | <message> | 222 | <message> |
223 | <source>File Exists!</source> | 223 | <source>File Exists!</source> |
224 | <translation>檔案已存在!</translation> | 224 | <translation>檔案已存在!</translation> |
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> |
249 | <context> | 257 | <context> |
250 | <name>filePermissions</name> | 258 | <name>filePermissions</name> |
251 | <message> | 259 | <message> |
252 | <source>Set File Permissions</source> | 260 | <source>Set File Permissions</source> |
253 | <translation>設定檔案權限</translation> | 261 | <translation>設定檔案權限</translation> |
254 | </message> | 262 | </message> |
255 | <message> | 263 | <message> |
256 | <source>Set file permissions for:</source> | 264 | <source>Set file permissions for:</source> |
257 | <translation>設定這個檔案的權限:</translation> | 265 | <translation>設定這個檔案的權限:</translation> |
258 | </message> | 266 | </message> |
259 | <message> | 267 | <message> |
260 | <source>owner</source> | 268 | <source>owner</source> |
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 | |||
@@ -41,52 +41,48 @@ | |||
41 | <source>Tabs</source> | 41 | <source>Tabs</source> |
42 | <translation>索引標籤</translation> | 42 | <translation>索引標籤</translation> |
43 | </message> | 43 | </message> |
44 | <message> | 44 | <message> |
45 | <source>Tabs w/icons</source> | 45 | <source>Tabs w/icons</source> |
46 | <translation>有圖示的索引標籤</translation> | 46 | <translation>有圖示的索引標籤</translation> |
47 | </message> | 47 | </message> |
48 | <message> | 48 | <message> |
49 | <source>Drop down list</source> | 49 | <source>Drop down list</source> |
50 | <translation>直式索引標籤</translation> | 50 | <translation>直式索引標籤</translation> |
51 | </message> | 51 | </message> |
52 | <message> | 52 | <message> |
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> |
81 | <source>Windows</source> | 77 | <source>Windows</source> |
82 | <translation>視窗</translation> | 78 | <translation>視窗</translation> |
83 | </message> | 79 | </message> |
84 | <message> | 80 | <message> |
85 | <source>Advanced</source> | 81 | <source>Advanced</source> |
86 | <translation>進階</translation> | 82 | <translation>進階</translation> |
87 | </message> | 83 | </message> |
88 | <message> | 84 | <message> |
89 | <source>Restart</source> | 85 | <source>Restart</source> |
90 | <translation>重新啟動</translation> | 86 | <translation>重新啟動</translation> |
91 | </message> | 87 | </message> |
92 | <message> | 88 | <message> |
@@ -206,48 +202,52 @@ This area allows you to select an application and which settings you wish to dis | |||
206 | 202 | ||
207 | 1. Tabs - normal tabs with text labels only | 203 | 1. Tabs - normal tabs with text labels only |
208 | 2. Tabs w/icons - tabs with icons for each tab, text label only appears on current tab | 204 | 2. Tabs w/icons - tabs with icons for each tab, text label only appears on current tab |
209 | 3. Drop down list - a vertical listing of tabs | 205 | 3. Drop down list - a vertical listing of tabs |
210 | 4. Drop down list w/icons - a vertical listing of tabs with icons</source> | 206 | 4. Drop down list w/icons - a vertical listing of tabs with icons</source> |
211 | <translation>按這裡以選擇想要的索引標籤對話盒(本應用程式屬之)樣式. 可用的樣式有: | 207 | <translation>按這裡以選擇想要的索引標籤對話盒(本應用程式屬之)樣式. 可用的樣式有: |
212 | 208 | ||
213 | 1. 索引標籤 - 普通, 只有文字標籤的索引標籤 | 209 | 1. 索引標籤 - 普通, 只有文字標籤的索引標籤 |
214 | 2. 有圖示的索引標籤 - 每個索引標籤都有圖示, 文字標籤只出現在目前的索引標籤 | 210 | 2. 有圖示的索引標籤 - 每個索引標籤都有圖示, 文字標籤只出現在目前的索引標籤 |
215 | 3. 直式索引標籤 - 垂直排列的索引標籤 | 211 | 3. 直式索引標籤 - 垂直排列的索引標籤 |
216 | 4. 有圖示的直式索引標籤 - 垂直排列且有圖示的索引標籤</translation> | 212 | 4. 有圖示的直式索引標籤 - 垂直排列且有圖示的索引標籤</translation> |
217 | </message> | 213 | </message> |
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> |
242 | <context> | 242 | <context> |
243 | <name>SampleWindow</name> | 243 | <name>SampleWindow</name> |
244 | <message> | 244 | <message> |
245 | <source>Sample</source> | 245 | <source>Sample</source> |
246 | <translation>範例</translation> | 246 | <translation>範例</translation> |
247 | </message> | 247 | </message> |
248 | <message> | 248 | <message> |
249 | <source>Normal Item</source> | 249 | <source>Normal Item</source> |
250 | <translation>一般項目</translation> | 250 | <translation>一般項目</translation> |
251 | </message> | 251 | </message> |
252 | <message> | 252 | <message> |
253 | <source>Disabled Item</source> | 253 | <source>Disabled Item</source> |
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 | |||
@@ -1,33 +1,33 @@ | |||
1 | <!DOCTYPE TS><TS> | 1 | <!DOCTYPE TS><TS> |
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> |
27 | </message> | 27 | </message> |
28 | <message> | 28 | <message> |
29 | <source>Eject card 1: %1</source> | 29 | <source>Eject card 1: %1</source> |
30 | <translation>移除 card 1: %1</translation> | 30 | <translation>移除 card 1: %1</translation> |
31 | </message> | 31 | </message> |
32 | </context> | 32 | </context> |
33 | </TS> | 33 | </TS> |
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 | |||
@@ -72,41 +72,37 @@ | |||
72 | <message> | 72 | <message> |
73 | <source>Sun</source> | 73 | <source>Sun</source> |
74 | <translation>星期日</translation> | 74 | <translation>星期日</translation> |
75 | </message> | 75 | </message> |
76 | <message> | 76 | <message> |
77 | <source>Every</source> | 77 | <source>Every</source> |
78 | <translation>每</translation> | 78 | <translation>每</translation> |
79 | </message> | 79 | </message> |
80 | <message> | 80 | <message> |
81 | <source>Var1</source> | 81 | <source>Var1</source> |
82 | <translation></translation> | 82 | <translation></translation> |
83 | </message> | 83 | </message> |
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> |
112 | </TS> | 108 | </TS> |
diff --git a/include.pro b/include.pro index 625fb70..fb27a6d 100644 --- a/include.pro +++ b/include.pro | |||
@@ -15,30 +15,31 @@ INSTALLS += pics | |||
15 | 15 | ||
16 | # sounds, default path is $$outdir/sounds/$$TARGET | 16 | # sounds, default path is $$outdir/sounds/$$TARGET |
17 | sounds.path = $$outdir/sounds/$$TARGET | 17 | sounds.path = $$outdir/sounds/$$TARGET |
18 | sounds.files = sounds/* | 18 | sounds.files = sounds/* |
19 | INSTALLS += sounds | 19 | INSTALLS += sounds |
20 | 20 | ||
21 | # init scripts, default path is /etc/init.d | 21 | # init scripts, default path is /etc/init.d |
22 | init.path = /etc/init.d | 22 | init.path = /etc/init.d |
23 | init.files = init | 23 | init.files = init |
24 | INSTALLS += init | 24 | INSTALLS += init |
25 | 25 | ||
26 | # data, default path is /usr/share/$$TARGET | 26 | # data, default path is /usr/share/$$TARGET |
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 | |||
@@ -7,24 +7,28 @@ SOURCES = dvorak.cpp \ | |||
7 | TARGET = qdvorak | 7 | TARGET = qdvorak |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ |
16 | ../../i18n/da/libqdvorak.ts \ | 16 | ../../i18n/da/libqdvorak.ts \ |
17 | ../../i18n/xx/libqdvorak.ts \ | 17 | ../../i18n/xx/libqdvorak.ts \ |
18 | ../../i18n/en/libqdvorak.ts \ | 18 | ../../i18n/en/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 | |||
@@ -25,24 +25,28 @@ SOURCES = qimpenchar.cpp \ | |||
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ |
34 | ../../i18n/da/libqhandwriting.ts \ | 34 | ../../i18n/da/libqhandwriting.ts \ |
35 | ../../i18n/xx/libqhandwriting.ts \ | 35 | ../../i18n/xx/libqhandwriting.ts \ |
36 | ../../i18n/en/libqhandwriting.ts \ | 36 | ../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ SOURCES = keyboard.cpp \ | |||
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qjumpx | 7 | TARGET = qjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ |
15 | ../../i18n/da/libqjumpx.ts \ | 15 | ../../i18n/da/libqjumpx.ts \ |
16 | ../../i18n/xx/libqjumpx.ts \ | 16 | ../../i18n/xx/libqjumpx.ts \ |
17 | ../../i18n/en/libqjumpx.ts \ | 17 | ../../i18n/en/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 | |||
@@ -7,24 +7,28 @@ SOURCES = keyboard.cpp \ | |||
7 | TARGET = qkeyboard | 7 | TARGET = qkeyboard |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ |
16 | ../../i18n/da/libqkeyboard.ts \ | 16 | ../../i18n/da/libqkeyboard.ts \ |
17 | ../../i18n/xx/libqkeyboard.ts \ | 17 | ../../i18n/xx/libqkeyboard.ts \ |
18 | ../../i18n/en/libqkeyboard.ts \ | 18 | ../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ SOURCES = keyboard.cpp \ | |||
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkjumpx | 7 | TARGET = qkjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ |
15 | ../../i18n/da/libqkjumpx.ts \ | 15 | ../../i18n/da/libqkjumpx.ts \ |
16 | ../../i18n/xx/libqkjumpx.ts \ | 16 | ../../i18n/xx/libqkjumpx.ts \ |
17 | ../../i18n/en/libqkjumpx.ts \ | 17 | ../../i18n/en/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 | |||
@@ -7,24 +7,28 @@ SOURCES = keyboard.cpp \ | |||
7 | configdlg.cpp \ | 7 | configdlg.cpp \ |
8 | keyboardimpl.cpp | 8 | keyboardimpl.cpp |
9 | TARGET = qmultikey | 9 | TARGET = qmultikey |
10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
15 | VERSION = 1.0.0 | 15 | VERSION = 1.0.0 |
16 | 16 | ||
17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ | 17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ |
18 | ../../i18n/de/libqmultikey.ts \ | 18 | ../../i18n/de/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 | |||
@@ -4,24 +4,28 @@ HEADERS = pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h | |||
4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp | 4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp |
5 | TARGET = qpickboard | 5 | TARGET = qpickboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ |
13 | ../../i18n/da/libqpickboard.ts \ | 13 | ../../i18n/da/libqpickboard.ts \ |
14 | ../../i18n/xx/libqpickboard.ts \ | 14 | ../../i18n/xx/libqpickboard.ts \ |
15 | ../../i18n/en/libqpickboard.ts \ | 15 | ../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS = unikeyboard.h unikeyboardimpl.h | |||
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ |
13 | ../../i18n/da/libqunikeyboard.ts \ | 13 | ../../i18n/da/libqunikeyboard.ts \ |
14 | ../../i18n/xx/libqunikeyboard.ts \ | 14 | ../../i18n/xx/libqunikeyboard.ts \ |
15 | ../../i18n/en/libqunikeyboard.ts \ | 15 | ../../i18n/en/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 | |||
@@ -81,24 +81,28 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) | |||
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | LIBS += -lqpe | 83 | LIBS += -lqpe |
84 | 84 | ||
85 | # LIBS += -lopiesql | 85 | # LIBS += -lopiesql |
86 | 86 | ||
87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
88 | 88 | ||
89 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 89 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
90 | ../i18n/xx/libopie.ts \ | 90 | ../i18n/xx/libopie.ts \ |
91 | ../i18n/en/libopie.ts \ | 91 | ../i18n/en/libopie.ts \ |
92 | ../i18n/es/libopie.ts \ | 92 | ../i18n/es/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 | |||
@@ -76,24 +76,28 @@ TARGET = opie | |||
76 | INCLUDEPATH += $(OPIEDIR)/include | 76 | INCLUDEPATH += $(OPIEDIR)/include |
77 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
78 | #VERSION = 1.0.0 | 78 | #VERSION = 1.0.0 |
79 | 79 | ||
80 | # LIBS += -lopiesql | 80 | # LIBS += -lopiesql |
81 | 81 | ||
82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
83 | 83 | ||
84 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 84 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
85 | ../i18n/xx/libopie.ts \ | 85 | ../i18n/xx/libopie.ts \ |
86 | ../i18n/en/libopie.ts \ | 86 | ../i18n/en/libopie.ts \ |
87 | ../i18n/es/libopie.ts \ | 87 | ../i18n/es/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 | |||
@@ -56,24 +56,28 @@ SOURCES = ofontmenu.cc \ | |||
56 | 56 | ||
57 | TARGET = opie | 57 | TARGET = opie |
58 | INCLUDEPATH += $(OPIEDIR)/include | 58 | INCLUDEPATH += $(OPIEDIR)/include |
59 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
60 | #VERSION = 1.0.0 | 60 | #VERSION = 1.0.0 |
61 | 61 | ||
62 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui |
63 | 63 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/xx/libopie.ts \ | 65 | ../i18n/xx/libopie.ts \ |
66 | ../i18n/en/libopie.ts \ | 66 | ../i18n/en/libopie.ts \ |
67 | ../i18n/es/libopie.ts \ | 67 | ../i18n/es/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 | |||
@@ -124,24 +124,27 @@ INCLUDEPATH += $(OPIEDIR)/include backend | |||
124 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | TARGET = qpe | 126 | TARGET = qpe |
127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
128 | # This is set by configure$(OPIEDIR). | 128 | # This is set by configure$(OPIEDIR). |
129 | VERSION = 1.5.0.1 | 129 | VERSION = 1.5.0.1 |
130 | 130 | ||
131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
132 | ../i18n/xx/libqpe.ts \ | 132 | ../i18n/xx/libqpe.ts \ |
133 | ../i18n/en/libqpe.ts \ | 133 | ../i18n/en/libqpe.ts \ |
134 | ../i18n/es/libqpe.ts \ | 134 | ../i18n/es/libqpe.ts \ |
135 | ../i18n/fr/libqpe.ts \ | 135 | ../i18n/fr/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 | |||
@@ -4,24 +4,28 @@ HEADERS = osqlbackend.h \ | |||
4 | osqldriver.h \ | 4 | osqldriver.h \ |
5 | osqlerror.h \ | 5 | osqlerror.h \ |
6 | osqlmanager.h \ | 6 | osqlmanager.h \ |
7 | osqlquery.h \ | 7 | osqlquery.h \ |
8 | osqlresult.h \ | 8 | osqlresult.h \ |
9 | osqltable.h \ | 9 | osqltable.h \ |
10 | osqlbackendmanager.h \ | 10 | osqlbackendmanager.h \ |
11 | osqlitedriver.h | 11 | osqlitedriver.h |
12 | SOURCES = osqlbackend.cpp \ | 12 | SOURCES = osqlbackend.cpp \ |
13 | osqldriver.cpp \ | 13 | osqldriver.cpp \ |
14 | osqlerror.cpp \ | 14 | osqlerror.cpp \ |
15 | osqlmanager.cpp \ | 15 | osqlmanager.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 | |||
@@ -5,24 +5,28 @@ SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp ad | |||
5 | INTERFACES = advancedconfigbase.ui | 5 | INTERFACES = advancedconfigbase.ui |
6 | TARGET = wirelessapplet | 6 | TARGET = wirelessapplet |
7 | DESTDIR = $(OPIEDIR)/plugins/applets | 7 | DESTDIR = $(OPIEDIR)/plugins/applets |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += ../$(OPIEDIR)/include | 9 | DEPENDPATH += ../$(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | VERSION = 0.1.0 | 11 | VERSION = 0.1.0 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ |
14 | ../../../i18n/da/libwirelessapplet.ts \ | 14 | ../../../i18n/da/libwirelessapplet.ts \ |
15 | ../../../i18n/xx/libwirelessapplet.ts \ | 15 | ../../../i18n/xx/libwirelessapplet.ts \ |
16 | ../../../i18n/en/libwirelessapplet.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | HEADERS = advancedfm.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/bin | 8 | DESTDIR = $(OPIEDIR)/bin |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ |
12 | ../../../i18n/da/advancedfm.ts \ | 12 | ../../../i18n/da/advancedfm.ts \ |
13 | ../../../i18n/xx/advancedfm.ts \ | 13 | ../../../i18n/xx/advancedfm.ts \ |
14 | ../../../i18n/en/advancedfm.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -21,24 +21,28 @@ SOURCES = main.cpp \ | |||
21 | graph.cpp | 21 | graph.cpp |
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | LIBS += -lqpe -lopie | 24 | LIBS += -lqpe -lopie |
25 | TARGET = checkbook | 25 | TARGET = checkbook |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ |
29 | ../../../i18n/da/checkbook.ts \ | 29 | ../../../i18n/da/checkbook.ts \ |
30 | ../../../i18n/xx/checkbook.ts \ | 30 | ../../../i18n/xx/checkbook.ts \ |
31 | ../../../i18n/en/checkbook.ts \ | 31 | ../../../i18n/en/checkbook.ts \ |
32 | ../../../i18n/es/checkbook.ts \ | 32 | ../../../i18n/es/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 | |||
@@ -5,24 +5,28 @@ CONFIG = qt warn_on debug | |||
5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h | 5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h |
6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp | 6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/ioclude | 8 | DEPENDPATH+= $(OPIEDIR)/ioclude |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = confedit | 11 | TARGET = confedit |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ |
14 | ../../../i18n/da/confedit.ts \ | 14 | ../../../i18n/da/confedit.ts \ |
15 | ../../../i18n/xx/confedit.ts \ | 15 | ../../../i18n/xx/confedit.ts \ |
16 | ../../../i18n/en/confedit.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -15,24 +15,28 @@ SOURCES = main.cpp \ | |||
15 | dingwidget.cpp | 15 | dingwidget.cpp |
16 | INCLUDEPATH += $(OPIEDIR)/include | 16 | INCLUDEPATH += $(OPIEDIR)/include |
17 | DEPENDPATH += $(OPIEDIR)/include | 17 | DEPENDPATH += $(OPIEDIR)/include |
18 | LIBS += -lqpe -lstdc++ -lopie | 18 | LIBS += -lqpe -lstdc++ -lopie |
19 | TARGET = odict | 19 | TARGET = odict |
20 | DESTDIR = $(OPIEDIR)/bin | 20 | DESTDIR = $(OPIEDIR)/bin |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ |
23 | ../../../i18n/xx/odict.ts \ | 23 | ../../../i18n/xx/odict.ts \ |
24 | ../../../i18n/en/odict.ts \ | 24 | ../../../i18n/en/odict.ts \ |
25 | ../../../i18n/es/odict.ts \ | 25 | ../../../i18n/es/odict.ts \ |
26 | ../../../i18n/fr/odict.ts \ | 26 | ../../../i18n/fr/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 | |||
@@ -50,24 +50,28 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | |||
50 | profiledialogwidget.cpp \ | 50 | profiledialogwidget.cpp \ |
51 | profileeditordialog.cpp \ | 51 | profileeditordialog.cpp \ |
52 | iolayerbase.cpp \ | 52 | iolayerbase.cpp \ |
53 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 53 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
54 | btconfigwidget.cpp modemconfigwidget.cpp \ | 54 | btconfigwidget.cpp modemconfigwidget.cpp \ |
55 | atconfigdialog.cpp dialdialog.cpp \ | 55 | atconfigdialog.cpp dialdialog.cpp \ |
56 | default.cpp procctl.cpp \ | 56 | default.cpp procctl.cpp \ |
57 | function_keyboard.cpp \ | 57 | function_keyboard.cpp \ |
58 | receive_layer.cpp filereceive.cpp \ | 58 | receive_layer.cpp filereceive.cpp \ |
59 | script.cpp \ | 59 | script.cpp \ |
60 | dialer.cpp \ | 60 | dialer.cpp \ |
61 | terminalwidget.cpp \ | 61 | terminalwidget.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 | |||
@@ -1,17 +1,21 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | #CONFIG = qt warn_on release | 2 | #CONFIG = qt warn_on release |
3 | CONFIG = qt debug | 3 | CONFIG = qt debug |
4 | #DESTDIR = $(OPIEDIR)/bin | 4 | #DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ | 5 | 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 | |||
@@ -50,24 +50,28 @@ SOURCES = Aportis.cpp \ | |||
50 | FontControl.cpp \ | 50 | FontControl.cpp \ |
51 | Navigation.cpp \ | 51 | Navigation.cpp \ |
52 | Palm2QImage.cpp \ | 52 | Palm2QImage.cpp \ |
53 | QTReader.cpp \ | 53 | QTReader.cpp \ |
54 | QTReaderApp.cpp \ | 54 | QTReaderApp.cpp \ |
55 | QtrListView.cpp \ | 55 | QtrListView.cpp \ |
56 | StyleConsts.cpp \ | 56 | StyleConsts.cpp \ |
57 | arith_d.cpp \ | 57 | arith_d.cpp \ |
58 | fileBrowser.cpp \ | 58 | fileBrowser.cpp \ |
59 | infowin.cpp \ | 59 | infowin.cpp \ |
60 | main.cpp \ | 60 | main.cpp \ |
61 | pdb.cpp \ | 61 | pdb.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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h | 4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h |
5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp | 5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = sheetqt | 9 | TARGET = sheetqt |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ |
12 | ../../../i18n/da/opie-sheet.ts \ | 12 | ../../../i18n/da/opie-sheet.ts \ |
13 | ../../../i18n/xx/opie-sheet.ts \ | 13 | ../../../i18n/xx/opie-sheet.ts \ |
14 | ../../../i18n/en/opie-sheet.ts \ | 14 | ../../../i18n/en/opie-sheet.ts \ |
15 | ../../../i18n/es/opie-sheet.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -2,24 +2,28 @@ TEMPLATE = app | |||
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | 3 | ||
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS =qcleanuphandler.h \ | 6 | HEADERS =qcleanuphandler.h \ |
7 | qcomplextext_p.h \ | 7 | qcomplextext_p.h \ |
8 | qrichtext_p.h \ | 8 | qrichtext_p.h \ |
9 | qstylesheet.h \ | 9 | qstylesheet.h \ |
10 | qtextedit.h \ | 10 | qtextedit.h \ |
11 | mainwindow.h | 11 | mainwindow.h |
12 | 12 | ||
13 | SOURCES =qcomplextext.cpp \ | 13 | 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 | |||
@@ -21,24 +21,28 @@ SOURCES = main.cpp \ | |||
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH += $(OPIEDIR)/include | 22 | DEPENDPATH += $(OPIEDIR)/include |
23 | LIBS += -lqpe -lstdc++ | 23 | LIBS += -lqpe -lstdc++ |
24 | INTERFACES= calcdlg.ui | 24 | INTERFACES= calcdlg.ui |
25 | TARGET = oxygen | 25 | TARGET = oxygen |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ |
29 | ../../../i18n/xx/oxygen.ts \ | 29 | ../../../i18n/xx/oxygen.ts \ |
30 | ../../../i18n/en/oxygen.ts \ | 30 | ../../../i18n/en/oxygen.ts \ |
31 | ../../../i18n/es/oxygen.ts \ | 31 | ../../../i18n/es/oxygen.ts \ |
32 | ../../../i18n/fr/oxygen.ts \ | 32 | ../../../i18n/fr/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 | |||
@@ -30,24 +30,28 @@ SOURCES = main.cpp \ | |||
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ | 38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ |
39 | ../../../i18n/da/tableviewer.ts \ | 39 | ../../../i18n/da/tableviewer.ts \ |
40 | ../../../i18n/xx/tableviewer.ts \ | 40 | ../../../i18n/xx/tableviewer.ts \ |
41 | ../../../i18n/en/tableviewer.ts \ | 41 | ../../../i18n/en/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 | |||
@@ -67,24 +67,28 @@ SOURCES = microkde/kapplication.cpp \ | |||
67 | document/katebuffer.cpp document/katedialogs.cpp \ | 67 | document/katebuffer.cpp document/katedialogs.cpp \ |
68 | document/katehighlight.cpp \ | 68 | document/katehighlight.cpp \ |
69 | document/katecmd.cpp \ | 69 | document/katecmd.cpp \ |
70 | document/katesyntaxdocument.cpp document/katecmds.cpp \ | 70 | document/katesyntaxdocument.cpp document/katecmds.cpp \ |
71 | document/katedocument.cpp document/katetextline.cpp \ | 71 | document/katedocument.cpp document/katetextline.cpp \ |
72 | view/kateundohistory.cpp \ | 72 | view/kateundohistory.cpp \ |
73 | view/kateview.cpp \ | 73 | view/kateview.cpp \ |
74 | view/kateviewdialog.cpp \ | 74 | view/kateviewdialog.cpp \ |
75 | interfaces/interfaces.cpp | 75 | interfaces/interfaces.cpp |
76 | 76 | ||
77 | INTERFACES= | 77 | INTERFACES= |
78 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ | 78 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ |
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 | |||
@@ -1,16 +1,20 @@ | |||
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 | HEADERS = tinykate.h | 4 | 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 | |||
@@ -28,24 +28,28 @@ SOURCES = d3des.c \ | |||
28 | main.cpp | 28 | main.cpp |
29 | INTERFACES= kvncconndlgbase.ui \ | 29 | INTERFACES= kvncconndlgbase.ui \ |
30 | kvncbookmarkdlgbase.ui | 30 | kvncbookmarkdlgbase.ui |
31 | TARGET = keypebble | 31 | TARGET = keypebble |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | 35 | ||
36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | 36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ |
37 | ../../../i18n/da/keypebble.ts \ | 37 | ../../../i18n/da/keypebble.ts \ |
38 | ../../../i18n/xx/keypebble.ts \ | 38 | ../../../i18n/xx/keypebble.ts \ |
39 | ../../../i18n/en/keypebble.ts \ | 39 | ../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ HEADERS = mobilemsg.h | |||
5 | SOURCES = main.cpp mobilemsg.cpp | 5 | SOURCES = main.cpp mobilemsg.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = mobilemsg | 9 | TARGET = mobilemsg |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | INTERFACES= mobilemsgbase.ui | 11 | INTERFACES= mobilemsgbase.ui |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ |
14 | ../../../i18n/da/mobilemsg.ts \ | 14 | ../../../i18n/da/mobilemsg.ts \ |
15 | ../../../i18n/xx/mobilemsg.ts \ | 15 | ../../../i18n/xx/mobilemsg.ts \ |
16 | ../../../i18n/en/mobilemsg.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ HEADERS = game.h kbounce.h | |||
5 | SOURCES = game.cpp kbounce.cpp main.cpp | 5 | SOURCES = game.cpp kbounce.cpp main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | TARGET = bounce | 10 | TARGET = bounce |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ |
13 | ../../../i18n/da/bounce.ts \ | 13 | ../../../i18n/da/bounce.ts \ |
14 | ../../../i18n/xx/bounce.ts \ | 14 | ../../../i18n/xx/bounce.ts \ |
15 | ../../../i18n/en/bounce.ts \ | 15 | ../../../i18n/en/bounce.ts \ |
16 | ../../../i18n/es/bounce.ts \ | 16 | ../../../i18n/es/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 | |||
@@ -4,24 +4,28 @@ HEADERS = buzzword.h | |||
4 | SOURCES = buzzword.cpp main.cpp | 4 | SOURCES = buzzword.cpp main.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = buzzword | 9 | TARGET = buzzword |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ |
12 | ../../../i18n/da/buzzword.ts \ | 12 | ../../../i18n/da/buzzword.ts \ |
13 | ../../../i18n/xx/buzzword.ts \ | 13 | ../../../i18n/xx/buzzword.ts \ |
14 | ../../../i18n/en/buzzword.ts \ | 14 | ../../../i18n/en/buzzword.ts \ |
15 | ../../../i18n/es/buzzword.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -8,24 +8,28 @@ IMAGES = images/new.png images/repeat.png images/txt.png images/back.png | |||
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ |
17 | ../../../i18n/da/chess.ts \ | 17 | ../../../i18n/da/chess.ts \ |
18 | ../../../i18n/xx/chess.ts \ | 18 | ../../../i18n/xx/chess.ts \ |
19 | ../../../i18n/en/chess.ts \ | 19 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ CONFIG = qt warn_on release | |||
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ |
13 | ../../../i18n/da/fifteen.ts \ | 13 | ../../../i18n/da/fifteen.ts \ |
14 | ../../../i18n/xx/fifteen.ts \ | 14 | ../../../i18n/xx/fifteen.ts \ |
15 | ../../../i18n/en/fifteen.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -11,24 +11,28 @@ SOURCES = amigo.c \ | |||
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/go.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/go.ts \ |
20 | ../../../i18n/da/go.ts \ | 20 | ../../../i18n/da/go.ts \ |
21 | ../../../i18n/xx/go.ts \ | 21 | ../../../i18n/xx/go.ts \ |
22 | ../../../i18n/en/go.ts \ | 22 | ../../../i18n/en/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 | |||
@@ -8,24 +8,28 @@ Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ | |||
8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp | 8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp |
9 | INTERFACES = helpdialog.ui | 9 | INTERFACES = helpdialog.ui |
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe -lstdc++ | 13 | LIBS += -lqpe -lstdc++ |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ |
17 | ../../../i18n/da/kbill.ts \ | 17 | ../../../i18n/da/kbill.ts \ |
18 | ../../../i18n/xx/kbill.ts \ | 18 | ../../../i18n/xx/kbill.ts \ |
19 | ../../../i18n/en/kbill.ts \ | 19 | ../../../i18n/en/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 | |||
@@ -12,24 +12,28 @@ SOURCES = checkers.cpp \ | |||
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | DESTDIR = $(OPIEDIR)/bin | 17 | DESTDIR = $(OPIEDIR)/bin |
18 | TARGET = kcheckers | 18 | TARGET = kcheckers |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ |
21 | ../../../i18n/da/kcheckers.ts \ | 21 | ../../../i18n/da/kcheckers.ts \ |
22 | ../../../i18n/xx/kcheckers.ts \ | 22 | ../../../i18n/xx/kcheckers.ts \ |
23 | ../../../i18n/en/kcheckers.ts \ | 23 | ../../../i18n/en/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 | |||
@@ -35,24 +35,28 @@ SOURCES = kpacmanwidget.cpp \ | |||
35 | config.cpp \ | 35 | config.cpp \ |
36 | main.cpp | 36 | main.cpp |
37 | INCLUDEPATH+= $(OPIEDIR)/include | 37 | INCLUDEPATH+= $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe | 39 | LIBS += -lqpe |
40 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
41 | TARGET = kpacman | 41 | TARGET = kpacman |
42 | 42 | ||
43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | 43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ |
44 | ../../../i18n/da/kpacman.ts \ | 44 | ../../../i18n/da/kpacman.ts \ |
45 | ../../../i18n/xx/kpacman.ts \ | 45 | ../../../i18n/xx/kpacman.ts \ |
46 | ../../../i18n/en/kpacman.ts \ | 46 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ |
13 | ../../../i18n/da/mindbreaker.ts \ | 13 | ../../../i18n/da/mindbreaker.ts \ |
14 | ../../../i18n/xx/mindbreaker.ts \ | 14 | ../../../i18n/xx/mindbreaker.ts \ |
15 | ../../../i18n/en/mindbreaker.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -8,24 +8,28 @@ SOURCES = main.cpp \ | |||
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | TARGET = minesweep | 13 | TARGET = minesweep |
14 | 14 | ||
15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ | 15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ |
16 | ../../../i18n/da/minesweep.ts \ | 16 | ../../../i18n/da/minesweep.ts \ |
17 | ../../../i18n/xx/minesweep.ts \ | 17 | ../../../i18n/xx/minesweep.ts \ |
18 | ../../../i18n/en/minesweep.ts \ | 18 | ../../../i18n/en/minesweep.ts \ |
19 | ../../../i18n/es/minesweep.ts \ | 19 | ../../../i18n/es/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h | 4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h |
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | TARGET = parashoot |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ |
12 | ../../../i18n/da/parashoot.ts \ | 12 | ../../../i18n/da/parashoot.ts \ |
13 | ../../../i18n/xx/parashoot.ts \ | 13 | ../../../i18n/xx/parashoot.ts \ |
14 | ../../../i18n/en/parashoot.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | TARGET = qasteroids |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ |
12 | ../../../i18n/da/qasteroids.ts \ | 12 | ../../../i18n/da/qasteroids.ts \ |
13 | ../../../i18n/xx/qasteroids.ts \ | 13 | ../../../i18n/xx/qasteroids.ts \ |
14 | ../../../i18n/en/qasteroids.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | TARGET = snake |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/snake.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/snake.ts \ |
12 | ../../../i18n/da/snake.ts \ | 12 | ../../../i18n/da/snake.ts \ |
13 | ../../../i18n/xx/snake.ts \ | 13 | ../../../i18n/xx/snake.ts \ |
14 | ../../../i18n/en/snake.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -14,24 +14,28 @@ SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ | |||
14 | 14 | ||
15 | TARGET = patience | 15 | TARGET = patience |
16 | 16 | ||
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DEPENDPATH += $(OPIEDIR)/include | 18 | DEPENDPATH += $(OPIEDIR)/include |
19 | LIBS += -lqpe | 19 | LIBS += -lqpe |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ |
22 | ../../../i18n/da/patience.ts \ | 22 | ../../../i18n/da/patience.ts \ |
23 | ../../../i18n/xx/patience.ts \ | 23 | ../../../i18n/xx/patience.ts \ |
24 | ../../../i18n/en/patience.ts \ | 24 | ../../../i18n/en/patience.ts \ |
25 | ../../../i18n/es/patience.ts \ | 25 | ../../../i18n/es/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 | |||
@@ -12,24 +12,28 @@ SOURCES = main.cpp \ | |||
12 | tpiece.cpp | 12 | tpiece.cpp |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | INTERFACES= | 16 | INTERFACES= |
17 | TARGET = tetrix | 17 | TARGET = tetrix |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
20 | ../../../i18n/da/tetrix.ts \ | 20 | ../../../i18n/da/tetrix.ts \ |
21 | ../../../i18n/xx/tetrix.ts \ | 21 | ../../../i18n/xx/tetrix.ts \ |
22 | ../../../i18n/en/tetrix.ts \ | 22 | ../../../i18n/en/tetrix.ts \ |
23 | ../../../i18n/es/tetrix.ts \ | 23 | ../../../i18n/es/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 | |||
@@ -4,24 +4,28 @@ HEADERS = tictac.h | |||
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ |
13 | ../../../i18n/da/tictac.ts \ | 13 | ../../../i18n/da/tictac.ts \ |
14 | ../../../i18n/xx/tictac.ts \ | 14 | ../../../i18n/xx/tictac.ts \ |
15 | ../../../i18n/en/tictac.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ HEADERS = wordgame.h | |||
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ |
14 | ../../../i18n/da/wordgame.ts \ | 14 | ../../../i18n/da/wordgame.ts \ |
15 | ../../../i18n/xx/wordgame.ts \ | 15 | ../../../i18n/xx/wordgame.ts \ |
16 | ../../../i18n/en/wordgame.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -41,24 +41,28 @@ SOURCES = drawpad.cpp \ | |||
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include | 42 | INCLUDEPATH+= $(OPIEDIR)/include |
43 | DEPENDPATH+= $(OPIEDIR)/include | 43 | DEPENDPATH+= $(OPIEDIR)/include |
44 | LIBS += -lqpe -lopie | 44 | LIBS += -lqpe -lopie |
45 | DESTDIR = $(OPIEDIR)/bin | 45 | DESTDIR = $(OPIEDIR)/bin |
46 | TARGET = drawpad | 46 | TARGET = drawpad |
47 | 47 | ||
48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | 48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ |
49 | ../../../i18n/da/drawpad.ts \ | 49 | ../../../i18n/da/drawpad.ts \ |
50 | ../../../i18n/xx/drawpad.ts \ | 50 | ../../../i18n/xx/drawpad.ts \ |
51 | ../../../i18n/en/drawpad.ts \ | 51 | ../../../i18n/en/drawpad.ts \ |
52 | ../../../i18n/es/drawpad.ts \ | 52 | ../../../i18n/es/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 | |||
@@ -3,24 +3,28 @@ CONFIG = qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ | 4 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ |
5 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ | 5 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ |
6 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ | 6 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ |
7 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ | 7 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ |
8 | skin.h | 8 | skin.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ | 10 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ |
11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ | 11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ |
12 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ | 12 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ |
13 | playlistwidgetgui.cpp\ | 13 | playlistwidgetgui.cpp\ |
14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ | 14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ |
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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
6 | TARGET = showimg | 6 | TARGET = showimg |
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 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
12 | ../../../i18n/xx/showimg.ts \ | 12 | ../../../i18n/xx/showimg.ts \ |
13 | ../../../i18n/en/showimg.ts \ | 13 | ../../../i18n/en/showimg.ts \ |
14 | ../../../i18n/es/showimg.ts \ | 14 | ../../../i18n/es/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lftplib | 9 | LIBS += -lqpe -lftplib |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ |
12 | ../../../i18n/da/opieftp.ts \ | 12 | ../../../i18n/da/opieftp.ts \ |
13 | ../../../i18n/xx/opieftp.ts \ | 13 | ../../../i18n/xx/opieftp.ts \ |
14 | ../../../i18n/en/opieftp.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -1,24 +1,28 @@ | |||
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 | HEADERS = ircchannel.h ircconnection.h \ | 4 | HEADERS = ircchannel.h ircconnection.h \ |
5 | ircmessage.h \ | 5 | ircmessage.h \ |
6 | ircmessageparser.h ircoutput.h \ | 6 | ircmessageparser.h ircoutput.h \ |
7 | ircperson.h ircserver.h ircsession.h \ | 7 | ircperson.h ircserver.h ircsession.h \ |
8 | mainwindow.h irctab.h ircservertab.h \ | 8 | mainwindow.h irctab.h ircservertab.h \ |
9 | ircchanneltab.h ircchannellist.h \ | 9 | ircchanneltab.h ircchannellist.h \ |
10 | ircserverlist.h ircservereditor.h \ | 10 | ircserverlist.h ircservereditor.h \ |
11 | ircquerytab.h ircsettings.h ircmisc.h | 11 | ircquerytab.h ircsettings.h ircmisc.h |
12 | SOURCES = ircchannel.cpp ircconnection.cpp \ | 12 | 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 | |||
@@ -5,24 +5,28 @@ SOURCES = bluezapplet.cpp bluezappletimpl.cpp | |||
5 | TARGET = bluetoothapplet | 5 | TARGET = bluetoothapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 8 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopietooth | 10 | LIBS += -lqpe -lopietooth |
11 | VERSION = 0.0.3 | 11 | VERSION = 0.0.3 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ | 13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ |
14 | ../../../../i18n/da/libbluetoothapplet.ts \ | 14 | ../../../../i18n/da/libbluetoothapplet.ts \ |
15 | ../../../../i18n/xx/libbluetoothapplet.ts \ | 15 | ../../../../i18n/xx/libbluetoothapplet.ts \ |
16 | ../../../../i18n/en/libbluetoothapplet.ts \ | 16 | ../../../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ SOURCES = main.cc pindlg.cc | |||
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluepin | 12 | TARGET = bluepin |
13 | 13 | ||
14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | 14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ |
15 | ../../../../i18n/da/bluepin.ts \ | 15 | ../../../../i18n/da/bluepin.ts \ |
16 | ../../../../i18n/xx/bluepin.ts \ | 16 | ../../../../i18n/xx/bluepin.ts \ |
17 | ../../../../i18n/en/bluepin.ts \ | 17 | ../../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qte warn_on release | |||
3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ |
12 | ../../../../i18n/da/libopietooth.ts \ | 12 | ../../../../i18n/da/libopietooth.ts \ |
13 | ../../../../i18n/xx/libopietooth.ts \ | 13 | ../../../../i18n/xx/libopietooth.ts \ |
14 | ../../../../i18n/en/libopietooth.ts \ | 14 | ../../../../i18n/en/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 | |||
@@ -22,24 +22,28 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | |||
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe -lopietooth -lopie | 25 | LIBS += -lqpe -lopietooth -lopie |
26 | INTERFACES = bluetoothbase.ui devicedialog.ui | 26 | INTERFACES = bluetoothbase.ui devicedialog.ui |
27 | DESTDIR = $(OPIEDIR)/bin | 27 | DESTDIR = $(OPIEDIR)/bin |
28 | TARGET = bluetooth-manager | 28 | TARGET = bluetooth-manager |
29 | 29 | ||
30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | 30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ |
31 | ../../../../i18n/da/bluetooth-manager.ts \ | 31 | ../../../../i18n/da/bluetooth-manager.ts \ |
32 | ../../../../i18n/xx/bluetooth-manager.ts \ | 32 | ../../../../i18n/xx/bluetooth-manager.ts \ |
33 | ../../../../i18n/en/bluetooth-manager.ts \ | 33 | ../../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ HEADERS = appearance.h editScheme.h sample.h | |||
5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += ../$(OPIEDIR)/include | 7 | DEPENDPATH += ../$(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | TARGET = appearance | 9 | TARGET = appearance |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH += $(OPIEDIR)/include | 11 | DEPENDPATH += $(OPIEDIR)/include |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ |
14 | ../../../i18n/xx/appearance.ts \ | 14 | ../../../i18n/xx/appearance.ts \ |
15 | ../../../i18n/en/appearance.ts \ | 15 | ../../../i18n/en/appearance.ts \ |
16 | ../../../i18n/es/appearance.ts \ | 16 | ../../../i18n/es/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 | |||
@@ -24,24 +24,28 @@ SOURCES = mainwin.cpp \ | |||
24 | ipkg.cpp \ | 24 | ipkg.cpp \ |
25 | networkpkgmgr.cpp \ | 25 | networkpkgmgr.cpp \ |
26 | main.cpp \ | 26 | main.cpp \ |
27 | package.cpp \ | 27 | package.cpp \ |
28 | progresswidget.cpp \ | 28 | progresswidget.cpp \ |
29 | installdlgimpl.cpp \ | 29 | installdlgimpl.cpp \ |
30 | instoptionsimpl.cpp \ | 30 | instoptionsimpl.cpp \ |
31 | destination.cpp \ | 31 | destination.cpp \ |
32 | utils.cpp \ | 32 | utils.cpp \ |
33 | server.cpp \ | 33 | server.cpp \ |
34 | helpwindow.cpp \ | 34 | helpwindow.cpp \ |
35 | letterpushbutton.cpp \ | 35 | letterpushbutton.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 | |||
@@ -7,24 +7,28 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= backuprestorebase.ui | 9 | INTERFACES= backuprestorebase.ui |
10 | TARGET = backup | 10 | TARGET = backup |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ |
14 | ../../../i18n/xx/backup.ts \ | 14 | ../../../i18n/xx/backup.ts \ |
15 | ../../../i18n/en/backup.ts \ | 15 | ../../../i18n/en/backup.ts \ |
16 | ../../../i18n/es/backup.ts \ | 16 | ../../../i18n/es/backup.ts \ |
17 | ../../../i18n/fr/backup.ts \ | 17 | ../../../i18n/fr/backup.ts \ |
18 | ../../../i18n/hu/backup.ts \ | 18 | ../../../i18n/hu/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/language.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/language.ts \ |
13 | ../../../i18n/xx/language.ts \ | 13 | ../../../i18n/xx/language.ts \ |
14 | ../../../i18n/en/language.ts \ | 14 | ../../../i18n/en/language.ts \ |
15 | ../../../i18n/es/language.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin/ | |||
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h | 5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h |
6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc | 6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = mediummount | 10 | TARGET = mediummount |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ |
13 | ../../../i18n/da/mediummount.ts \ | 13 | ../../../i18n/da/mediummount.ts \ |
14 | ../../../i18n/xx/mediummount.ts \ | 14 | ../../../i18n/xx/mediummount.ts \ |
15 | ../../../i18n/en/mediummount.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -5,24 +5,28 @@ HEADERS = ntp.h settime.h | |||
5 | SOURCES = main.cpp ntp.cpp settime.cpp | 5 | SOURCES = main.cpp ntp.cpp settime.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= ntpbase.ui | 9 | INTERFACES= ntpbase.ui |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | TARGET = systemtime | 11 | TARGET = systemtime |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ |
14 | ../../../i18n/da/systemtime.ts \ | 14 | ../../../i18n/da/systemtime.ts \ |
15 | ../../../i18n/xx/systemtime.ts \ | 15 | ../../../i18n/xx/systemtime.ts \ |
16 | ../../../i18n/en/systemtime.ts \ | 16 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = soundsettings.h soundsettingsbase.h | 4 | HEADERS = soundsettings.h soundsettingsbase.h |
5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | 5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp |
6 | #INTERFACES = soundsettingsbase.ui | 6 | #INTERFACES = soundsettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = sound | 10 | TARGET = sound |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ |
13 | ../../../i18n/da/sound.ts \ | 13 | ../../../i18n/da/sound.ts \ |
14 | ../../../i18n/xx/sound.ts \ | 14 | ../../../i18n/xx/sound.ts \ |
15 | ../../../i18n/en/sound.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ TARGET = sshkeys | |||
6 | INTERFACES = sshkeysbase.ui | 6 | INTERFACES = sshkeysbase.ui |
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ |
13 | ../../../i18n/xx/sshkeys.ts \ | 13 | ../../../i18n/xx/sshkeys.ts \ |
14 | ../../../i18n/en/sshkeys.ts \ | 14 | ../../../i18n/en/sshkeys.ts \ |
15 | ../../../i18n/es/sshkeys.ts \ | 15 | ../../../i18n/es/sshkeys.ts \ |
16 | ../../../i18n/fr/sshkeys.ts \ | 16 | ../../../i18n/fr/sshkeys.ts \ |
17 | ../../../i18n/hu/sshkeys.ts \ | 17 | ../../../i18n/hu/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 | |||
@@ -21,24 +21,28 @@ SOURCES = main.cpp \ | |||
21 | versioninfo.cpp \ | 21 | versioninfo.cpp \ |
22 | sysinfo.cpp | 22 | sysinfo.cpp |
23 | INTERFACES = | 23 | INTERFACES = |
24 | INCLUDEPATH += $(OPIEDIR)/include | 24 | INCLUDEPATH += $(OPIEDIR)/include |
25 | DEPENDPATH += $(OPIEDIR)/include | 25 | DEPENDPATH += $(OPIEDIR)/include |
26 | LIBS += -lqpe -lopie | 26 | LIBS += -lqpe -lopie |
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | 29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ |
30 | ../../../i18n/xx/sysinfo.ts \ | 30 | ../../../i18n/xx/sysinfo.ts \ |
31 | ../../../i18n/en/sysinfo.ts \ | 31 | ../../../i18n/en/sysinfo.ts \ |
32 | ../../../i18n/es/sysinfo.ts \ | 32 | ../../../i18n/es/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 | |||
@@ -4,24 +4,28 @@ HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk | |||
4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp | 4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | INTERFACES= app.ui wait.ui | 8 | INTERFACES= app.ui wait.ui |
9 | TARGET = tabmanager | 9 | TARGET = tabmanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ | 12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ |
13 | ../../../i18n/da/tabmanager.ts \ | 13 | ../../../i18n/da/tabmanager.ts \ |
14 | ../../../i18n/xx/tabmanager.ts \ | 14 | ../../../i18n/xx/tabmanager.ts \ |
15 | ../../../i18n/en/tabmanager.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -6,24 +6,28 @@ SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp | |||
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie -lcrypt | 8 | LIBS += -lqpe -lopie -lcrypt |
9 | TARGET = usermanager | 9 | TARGET = usermanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ |
13 | ../../../i18n/xx/usermanager.ts \ | 13 | ../../../i18n/xx/usermanager.ts \ |
14 | ../../../i18n/en/usermanager.ts \ | 14 | ../../../i18n/en/usermanager.ts \ |
15 | ../../../i18n/es/usermanager.ts \ | 15 | ../../../i18n/es/usermanager.ts \ |
16 | ../../../i18n/fr/usermanager.ts \ | 16 | ../../../i18n/fr/usermanager.ts \ |
17 | ../../../i18n/hu/usermanager.ts \ | 17 | ../../../i18n/hu/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 | |||
@@ -11,24 +11,28 @@ HEADERS = liquid.h \ | |||
11 | plugin.h | 11 | plugin.h |
12 | 12 | ||
13 | LIBS += -lqpe -lopie | 13 | LIBS += -lqpe -lopie |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DESTDIR = $(OPIEDIR)/plugins/styles | 15 | DESTDIR = $(OPIEDIR)/plugins/styles |
16 | TARGET = liquid | 16 | TARGET = liquid |
17 | VERSION = 1.0.0 | 17 | VERSION = 1.0.0 |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ |
20 | ../../../i18n/da/libliquid.ts \ | 20 | ../../../i18n/da/libliquid.ts \ |
21 | ../../../i18n/xx/libliquid.ts \ | 21 | ../../../i18n/xx/libliquid.ts \ |
22 | ../../../i18n/en/libliquid.ts \ | 22 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ SOURCES = metal.cpp plugin.cpp | |||
4 | 4 | ||
5 | HEADERS = metal.h plugin.h | 5 | HEADERS = metal.h plugin.h |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/plugins/styles | 8 | DESTDIR = $(OPIEDIR)/plugins/styles |
9 | TARGET = metal | 9 | TARGET = metal |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ |
13 | ../../../i18n/da/libmetal.ts \ | 13 | ../../../i18n/da/libmetal.ts \ |
14 | ../../../i18n/xx/libmetal.ts \ | 14 | ../../../i18n/xx/libmetal.ts \ |
15 | ../../../i18n/en/libmetal.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -14,24 +14,28 @@ HEADERS = ogfxeffect.h \ | |||
14 | 14 | ||
15 | 15 | ||
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DESTDIR = $(OPIEDIR)/plugins/styles | 18 | DESTDIR = $(OPIEDIR)/plugins/styles |
19 | TARGET = theme | 19 | TARGET = theme |
20 | VERSION = 1.0.0 | 20 | VERSION = 1.0.0 |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ |
23 | ../../../i18n/da/libtheme.ts \ | 23 | ../../../i18n/da/libtheme.ts \ |
24 | ../../../i18n/xx/libtheme.ts \ | 24 | ../../../i18n/xx/libtheme.ts \ |
25 | ../../../i18n/en/libtheme.ts \ | 25 | ../../../i18n/en/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 | |||
@@ -1,19 +1,23 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt debug |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ | 6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ |
7 | fortunepluginwidget.h | 7 | fortunepluginwidget.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 | |||
@@ -4,24 +4,28 @@ CONFIG += qt debug | |||
4 | 4 | ||
5 | HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ | 5 | HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ |
6 | ../libstocks/csv.h \ | 6 | ../libstocks/csv.h \ |
7 | ../libstocks/http.h \ | 7 | ../libstocks/http.h \ |
8 | ../libstocks/lists.h \ | 8 | ../libstocks/lists.h \ |
9 | ../libstocks/stocks.h | 9 | ../libstocks/stocks.h |
10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ | 10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ |
11 | ../libstocks/csv.c \ | 11 | ../libstocks/csv.c \ |
12 | ../libstocks/currency.c \ | 12 | ../libstocks/currency.c \ |
13 | ../libstocks/history.c \ | 13 | ../libstocks/history.c \ |
14 | ../libstocks/http.c \ | 14 | ../libstocks/http.c \ |
15 | ../libstocks/lists.c \ | 15 | ../libstocks/lists.c \ |
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 | |||
@@ -1,23 +1,27 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt debug |
4 | 4 | ||
5 | HEADERS = weatherplugin.h \ | 5 | HEADERS = weatherplugin.h \ |
6 | weatherpluginimpl.h \ | 6 | weatherpluginimpl.h \ |
7 | weatherpluginwidget.h \ | 7 | weatherpluginwidget.h \ |
8 | weatherconfig.h | 8 | weatherconfig.h |
9 | 9 | ||
10 | SOURCES = weatherplugin.cpp \ | 10 | SOURCES = weatherplugin.cpp \ |
11 | weatherpluginimpl.cpp \ | 11 | weatherpluginimpl.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 | |||
@@ -6,24 +6,28 @@ | |||
6 | #HEADERS = binaryimpl.h \ | 6 | #HEADERS = binaryimpl.h \ |
7 | # binaryfactory.h | 7 | # binaryfactory.h |
8 | #SOURCES = binaryimpl.cpp \ | 8 | #SOURCES = binaryimpl.cpp \ |
9 | # binaryfactory.cpp | 9 | # binaryfactory.cpp |
10 | #INCLUDEPATH += $(OPIEDIR)/include \ | 10 | #INCLUDEPATH += $(OPIEDIR)/include \ |
11 | # $(OPIEDIR)/calc2 | 11 | # $(OPIEDIR)/calc2 |
12 | #DEPENDPATH += $(OPIEDIR)/include | 12 | #DEPENDPATH += $(OPIEDIR)/include |
13 | #DESTDIR = $(OPIEDIR)/plugins/calculator | 13 | #DESTDIR = $(OPIEDIR)/plugins/calculator |
14 | #TARGET = binary | 14 | #TARGET = binary |
15 | # | 15 | # |
16 | #TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ | 16 | #TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ |
17 | # ../../../../i18n/en/libbinary.ts \ | 17 | # ../../../../i18n/en/libbinary.ts \ |
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 | |||
@@ -2,24 +2,28 @@ | |||
2 | #CONFIG += qt release | 2 | #CONFIG += qt release |
3 | ## Input | 3 | ## Input |
4 | #HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 4 | #HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
5 | #SOURCES += calc.cpp main.cpp engine.cpp | 5 | #SOURCES += calc.cpp main.cpp engine.cpp |
6 | #INCLUDEPATH += $(OPIEDIR)/include | 6 | #INCLUDEPATH += $(OPIEDIR)/include |
7 | #DEPENDPATH += $(OPIEDIR)/include | 7 | #DEPENDPATH += $(OPIEDIR)/include |
8 | #LIBS += -lqpe -Wl,-export-dynamic | 8 | #LIBS += -lqpe -Wl,-export-dynamic |
9 | #TARGET = calc | 9 | #TARGET = calc |
10 | #DESTDIR = $(OPIEDIR)/bin | 10 | #DESTDIR = $(OPIEDIR)/bin |
11 | # | 11 | # |
12 | #TRANSLATIONS = ../../../i18n/de/calc.pro \ | 12 | #TRANSLATIONS = ../../../i18n/de/calc.pro \ |
13 | # ../../../i18n/en/calc.pro \ | 13 | # ../../../i18n/en/calc.pro \ |
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 | |||
@@ -3,24 +3,28 @@ | |||
3 | #CONFIG += qt release | 3 | #CONFIG += qt release |
4 | ## Input | 4 | ## Input |
5 | #INTERFACES += simple.ui | 5 | #INTERFACES += simple.ui |
6 | #HEADERS = simpleimpl.h simplefactory.h stdinstructions.h | 6 | #HEADERS = simpleimpl.h simplefactory.h stdinstructions.h |
7 | #SOURCES = simpleimpl.cpp simplefactory.cpp | 7 | #SOURCES = simpleimpl.cpp simplefactory.cpp |
8 | #INCLUDEPATH += $(OPIEDIR)/include \ | 8 | #INCLUDEPATH += $(OPIEDIR)/include \ |
9 | # $(OPIEDIR)/calc2 | 9 | # $(OPIEDIR)/calc2 |
10 | #DEPENDPATH += $(OPIEDIR)/include | 10 | #DEPENDPATH += $(OPIEDIR)/include |
11 | #DESTDIR = $(OPIEDIR)/plugins/calculator | 11 | #DESTDIR = $(OPIEDIR)/plugins/calculator |
12 | # | 12 | # |
13 | #TRANSLATIONS = ../../../../i18n/de/lib.ts \ | 13 | #TRANSLATIONS = ../../../../i18n/de/lib.ts \ |
14 | # ../../../../i18n/en/lib.ts \ | 14 | # ../../../../i18n/en/lib.ts \ |
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 | |||
@@ -5,24 +5,28 @@ HEADERS = calculatorimpl.h | |||
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ |
14 | ../../../i18n/xx/calculator.ts \ | 14 | ../../../i18n/xx/calculator.ts \ |
15 | ../../../i18n/en/calculator.ts \ | 15 | ../../../i18n/en/calculator.ts \ |
16 | ../../../i18n/es/calculator.ts \ | 16 | ../../../i18n/es/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 | |||
@@ -5,24 +5,28 @@ HEADERS = clock.h setAlarm.h | |||
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ |
14 | ../../../i18n/xx/clock.ts \ | 14 | ../../../i18n/xx/clock.ts \ |
15 | ../../../i18n/en/clock.ts \ | 15 | ../../../i18n/en/clock.ts \ |
16 | ../../../i18n/es/clock.ts \ | 16 | ../../../i18n/es/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 | |||
@@ -3,24 +3,28 @@ CONFIG += qt warn_on release | |||
3 | HEADERS = formatter.h inputDialog.h output.h | 3 | HEADERS = formatter.h inputDialog.h output.h |
4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | 4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp |
5 | TARGET = formatter | 5 | TARGET = formatter |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ |
12 | ../../../i18n/da/formatter.ts \ | 12 | ../../../i18n/da/formatter.ts \ |
13 | ../../../i18n/xx/formatter.ts \ | 13 | ../../../i18n/xx/formatter.ts \ |
14 | ../../../i18n/en/formatter.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG +=qt warn_on release | |||
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS =mbox.h fviewer.h inputdialog.h | 4 | HEADERS =mbox.h fviewer.h inputdialog.h |
5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp | 5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp |
6 | INCLUDEPATH +=$(OPIEDIR)/include | 6 | INCLUDEPATH +=$(OPIEDIR)/include |
7 | DEPENDPATH +=$(OPIEDIR)/include | 7 | DEPENDPATH +=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = opie-sh | 9 | TARGET = opie-sh |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ |
12 | ../../../i18n/da/opie-sh.ts \ | 12 | ../../../i18n/da/opie-sh.ts \ |
13 | ../../../i18n/xx/opie-sh.ts \ | 13 | ../../../i18n/xx/opie-sh.ts \ |
14 | ../../../i18n/en/opie-sh.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -3,24 +3,28 @@ CONFIG +=qt warn_on release | |||
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h recorddialog.h helptab.h | 4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h recorddialog.h helptab.h |
5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp recorddialog.cpp helptab.cpp | 5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp recorddialog.cpp helptab.cpp |
6 | INCLUDEPATH+=$(OPIEDIR)/include | 6 | INCLUDEPATH+=$(OPIEDIR)/include |
7 | DEPENDPATH+=$(OPIEDIR)/include | 7 | DEPENDPATH+=$(OPIEDIR)/include |
8 | LIBS +=-lqpe -lopie | 8 | LIBS +=-lqpe -lopie |
9 | TARGET = remote | 9 | TARGET = remote |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ |
12 | ../../../i18n/da/remote.ts \ | 12 | ../../../i18n/da/remote.ts \ |
13 | ../../../i18n/xx/remote.ts \ | 13 | ../../../i18n/xx/remote.ts \ |
14 | ../../../i18n/en/remote.ts \ | 14 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ DESTDIR = $(OPIEDIR)/bin | |||
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ |
12 | ../../../i18n/da/filebrowser.ts \ | 12 | ../../../i18n/da/filebrowser.ts \ |
13 | ../../../i18n/xx/filebrowser.ts \ | 13 | ../../../i18n/xx/filebrowser.ts \ |
14 | ../../../i18n/en/filebrowser.ts \ | 14 | ../../../i18n/en/filebrowser.ts \ |
15 | ../../../i18n/es/filebrowser.ts \ | 15 | ../../../i18n/es/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 | |||
@@ -8,24 +8,28 @@ SOURCES = main.cpp gsmtool.cpp | |||
8 | TMAKE_CXXFLAGS += -fexceptions | 8 | TMAKE_CXXFLAGS += -fexceptions |
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | INCLUDEPATH+= $(GSMLIBDIR) | 10 | INCLUDEPATH+= $(GSMLIBDIR) |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme | 12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme |
13 | INTERFACES= gsmtoolbase.ui | 13 | INTERFACES= gsmtoolbase.ui |
14 | TARGET = gsmtool | 14 | TARGET = gsmtool |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ |
17 | ../../../i18n/da/gsmtool.ts \ | 17 | ../../../i18n/da/gsmtool.ts \ |
18 | ../../../i18n/xx/gsmtool.ts \ | 18 | ../../../i18n/xx/gsmtool.ts \ |
19 | ../../../i18n/en/gsmtool.ts \ | 19 | ../../../i18n/en/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 | |||
@@ -4,24 +4,28 @@ HEADERS += bend.h \ | |||
4 | bendimpl.h | 4 | bendimpl.h |
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lmail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ |
13 | ../../../i18n/da/libbend.ts \ | 13 | ../../../i18n/da/libbend.ts \ |
14 | ../../../i18n/xx/libbend.ts \ | 14 | ../../../i18n/xx/libbend.ts \ |
15 | ../../../i18n/en/libbend.ts \ | 15 | ../../../i18n/en/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 | |||
@@ -18,24 +18,28 @@ SOURCES = configfile.cpp \ | |||
18 | md5.h \ | 18 | md5.h \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =mail |
24 | DESTDIR =$(QTDIR)/lib | 24 | DESTDIR =$(QTDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/da/libmail.ts \ | 27 | ../../../i18n/da/libmail.ts \ |
28 | ../../../i18n/xx/libmail.ts \ | 28 | ../../../i18n/xx/libmail.ts \ |
29 | ../../../i18n/en/libmail.ts \ | 29 | ../../../i18n/en/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 | |||
@@ -40,24 +40,28 @@ INTERFACES = accounteditorbase.ui \ | |||
40 | opendiagbase.ui \ | 40 | opendiagbase.ui \ |
41 | renamebase.ui \ | 41 | renamebase.ui \ |
42 | searchdiagbase.ui | 42 | searchdiagbase.ui |
43 | INCLUDEPATH += $(OPIEDIR)/include libmail | 43 | INCLUDEPATH += $(OPIEDIR)/include libmail |
44 | LIBS += -lmail -lqpe -lopie | 44 | LIBS += -lmail -lqpe -lopie |
45 | TARGET = mail | 45 | TARGET = mail |
46 | DESTDIR = $(OPIEDIR)/bin | 46 | DESTDIR = $(OPIEDIR)/bin |
47 | 47 | ||
48 | TRANSLATIONS = ../../i18n/de/mail.ts \ | 48 | TRANSLATIONS = ../../i18n/de/mail.ts \ |
49 | ../../i18n/da/mail.ts \ | 49 | ../../i18n/da/mail.ts \ |
50 | ../../i18n/xx/mail.ts \ | 50 | ../../i18n/xx/mail.ts \ |
51 | ../../i18n/en/mail.ts \ | 51 | ../../i18n/en/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 | |||
@@ -32,24 +32,28 @@ SOURCES = main.cpp \ | |||
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH+= $(OPIEDIR)/ioclude | 33 | DEPENDPATH+= $(OPIEDIR)/ioclude |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | LIBS += -lopie | 35 | LIBS += -lopie |
36 | INTERFACES= runwindow.ui \ | 36 | INTERFACES= runwindow.ui \ |
37 | pksettingsbase.ui | 37 | pksettingsbase.ui |
38 | TARGET = oipkg | 38 | TARGET = oipkg |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ |
41 | ../../../i18n/da/oipkg.ts \ | 41 | ../../../i18n/da/oipkg.ts \ |
42 | ../../../i18n/xx/oipkg.ts \ | 42 | ../../../i18n/xx/oipkg.ts \ |
43 | ../../../i18n/en/oipkg.ts \ | 43 | ../../../i18n/en/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 | |||
@@ -49,24 +49,28 @@ INCLUDEPATH += . \ | |||
49 | ../goo \ | 49 | ../goo \ |
50 | goo | 50 | goo |
51 | 51 | ||
52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ | 52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
53 | DESTDIR = $(OPIEDIR)/bin | 53 | DESTDIR = $(OPIEDIR)/bin |
54 | TARGET = qpdf | 54 | TARGET = qpdf |
55 | 55 | ||
56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ | 56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ |
57 | ../../../i18n/da/qpdf.ts \ | 57 | ../../../i18n/da/qpdf.ts \ |
58 | ../../../i18n/xx/qpdf.ts \ | 58 | ../../../i18n/xx/qpdf.ts \ |
59 | ../../../i18n/en/qpdf.ts \ | 59 | ../../../i18n/en/qpdf.ts \ |
60 | ../../../i18n/es/qpdf.ts \ | 60 | ../../../i18n/es/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 | |||
@@ -191,48 +191,49 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) | |||
191 | if((*objit).find(QRegExp((*incrit), TRUE, TRUE)) != -1) { | 191 | if((*objit).find(QRegExp((*incrit), TRUE, TRUE)) != -1) { |
192 | increment = TRUE; | 192 | increment = TRUE; |
193 | incrs_out.append((*objit)); | 193 | incrs_out.append((*objit)); |
194 | break; | 194 | break; |
195 | } | 195 | } |
196 | } | 196 | } |
197 | if(!increment) | 197 | if(!increment) |
198 | t << "\\\n\t\t" << (*objit); | 198 | t << "\\\n\t\t" << (*objit); |
199 | } | 199 | } |
200 | if(incrs_out.count() == objs.count()) { //we just switched places, no real incrementals to be done! | 200 | if(incrs_out.count() == objs.count()) { //we just switched places, no real incrementals to be done! |
201 | t << incrs_out.join(" \\\n\t\t") << endl; | 201 | t << incrs_out.join(" \\\n\t\t") << endl; |
202 | } else if(!incrs_out.count()) { | 202 | } else if(!incrs_out.count()) { |
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 { |
227 | t << "TARGETD= " << var("TARGET_x.y.z") << endl; | 228 | t << "TARGETD= " << var("TARGET_x.y.z") << endl; |
228 | t << "TARGET0= " << var("TARGET_") << endl; | 229 | t << "TARGET0= " << var("TARGET_") << endl; |
229 | t << "TARGET1= " << var("TARGET_x") << endl; | 230 | t << "TARGET1= " << var("TARGET_x") << endl; |
230 | t << "TARGET2= " << var("TARGET_x.y") << endl; | 231 | t << "TARGET2= " << var("TARGET_x.y") << endl; |
231 | } | 232 | } |
232 | } | 233 | } |
233 | t << endl; | 234 | t << endl; |
234 | 235 | ||
235 | // blasted incldues | 236 | // blasted incldues |
236 | QStringList &qeui = project->variables()["QMAKE_EXTRA_UNIX_INCLUDES"]; | 237 | QStringList &qeui = project->variables()["QMAKE_EXTRA_UNIX_INCLUDES"]; |
237 | QStringList::Iterator it; | 238 | QStringList::Iterator it; |
238 | for( it = qeui.begin(); it != qeui.end(); ++it) | 239 | for( it = qeui.begin(); it != qeui.end(); ++it) |
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 007510b..c0e77b8 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -1,24 +1,28 @@ | |||
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 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | TARGET = quickexec | 7 | TARGET = quickexec |
8 | 8 | ||
9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ | 9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ |
10 | ../i18n/da/quickexec.ts \ | 10 | ../i18n/da/quickexec.ts \ |
11 | ../i18n/xx/quickexec.ts \ | 11 | ../i18n/xx/quickexec.ts \ |
12 | ../i18n/en/quickexec.ts \ | 12 | ../i18n/en/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 | |||
@@ -120,24 +120,28 @@ SOURCES = ../../library/calendar.cpp \ | |||
120 | 120 | ||
121 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
122 | HEADERS += ../../library/quuid.h \ | 122 | HEADERS += ../../library/quuid.h \ |
123 | ../../library/qcom.h \ | 123 | ../../library/qcom.h \ |
124 | ../../library/qlibrary.h \ | 124 | ../../library/qlibrary.h \ |
125 | ../../library/qlibrary_p.h | 125 | ../../library/qlibrary_p.h |
126 | 126 | ||
127 | SOURCES += ../../library/quuid.cpp \ | 127 | SOURCES += ../../library/quuid.cpp \ |
128 | ../../library/qlibrary.cpp \ | 128 | ../../library/qlibrary.cpp \ |
129 | ../../library/qlibrary_unix.cpp | 129 | ../../library/qlibrary_unix.cpp |
130 | 130 | ||
131 | INCLUDEPATH += $(OPIEDIR)/include backend | 131 | 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 ) | ||