author | zecke <zecke> | 2002-06-21 14:15:04 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-21 14:15:04 (UTC) |
commit | ab08162e2b10fdd4844e2864f445c6b125ce4f60 (patch) (unidiff) | |
tree | aaf7e0acc13efa2e58c19b191375c7a40cff6893 | |
parent | e6834009bf23492e009258e3881ce183cf9e27a0 (diff) | |
download | opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.zip opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.gz opie-ab08162e2b10fdd4844e2864f445c6b125ce4f60.tar.bz2 |
Fix compilation
-rw-r--r-- | Makefile | 124 | ||||
-rw-r--r-- | core/applets/batteryapplet/batteryapplet.pro | 2 | ||||
-rw-r--r-- | core/applets/clipboardapplet/clipboardapplet.pro | 2 | ||||
-rw-r--r-- | core/applets/clockapplet/clockapplet.pro | 2 | ||||
-rw-r--r-- | core/applets/irdaapplet/irdaapplet.pro | 2 | ||||
-rw-r--r-- | core/applets/obex/obex.pro | 4 | ||||
-rw-r--r-- | core/applets/obex/obeximpl.h | 2 | ||||
-rw-r--r-- | core/applets/screenshotapplet/screenshotapplet.pro | 2 | ||||
-rw-r--r-- | core/applets/vmemo/vmemo.pro | 2 | ||||
-rw-r--r-- | core/applets/volumeapplet/volumeapplet.pro | 2 | ||||
-rw-r--r-- | core/launcher/launcher.pro | 8 | ||||
-rw-r--r-- | core/settings/light-and-power/light-and-power.pro | 2 | ||||
-rw-r--r-- | core/settings/security/security.pro | 2 | ||||
-rw-r--r-- | noncore/settings/language/language.pro | 2 | ||||
-rw-r--r-- | noncore/settings/mediummount/mediummount.pro | 2 | ||||
-rw-r--r-- | noncore/settings/sound/sound.pro | 2 |
16 files changed, 91 insertions, 71 deletions
@@ -1,91 +1,111 @@ | |||
1 | indefault: dynamic | 1 | indefault: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | 7 | |
8 | inputmethods/pickboard \ | 8 | INPUTCOMPONENTS= inputmethods/keyboard inputmethods/pickboard \ |
9 | inputmethods/handwriting \ | 9 | inputmethods/handwriting inputmethods/unikeyboard \ |
10 | inputmethods/unikeyboard \ | 10 | inputmethods/jumpx inputmethods/kjumpx \ |
11 | inputmethods/jumpx \ | 11 | inputmethods/dvorak |
12 | inputmethods/kjumpx \ | 12 | |
13 | inputmethods/dvorak \ | 13 | APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ |
14 | core/applets/batteryapplet \ | 14 | core/applets/irdaapplet core/applets/volumeapplet \ |
15 | core/applets/batteryapplet-ipaq \ | 15 | core/applets/clockapplet core/applets/netmonapplet \ |
16 | core/applets/irdaapplet \ | 16 | core/applets/screenshotapplet core/applets/clipboardapplet \ |
17 | core/applets/volumeapplet \ | 17 | core/applets/cardmon core/applets/obex \ |
18 | core/applets/clockapplet \ | 18 | core/applets/vmemo noncore/net/netsetup/dialup \ |
19 | core/applets/netmonapplet \ | 19 | noncore/net/netsetup/lan |
20 | core/applets/screenshotapplet \ | 20 | |
21 | core/applets/clipboardapplet \ | 21 | MAIL= noncore/mail/libmail noncore/mail/bend |
22 | core/applets/cardmon \ | 22 | |
23 | core/applets/obex \ | 23 | PLAYER = core/multimedia/opieplayer/libmpeg3 \ |
24 | core/applets/vmemo \ | ||
25 | noncore/net/netsetup/dialup \ | ||
26 | noncore/net/netsetup/lan \ | ||
27 | core/multimedia/opieplayer/libmpeg3 \ | ||
28 | core/multimedia/opieplayer/libmad \ | 24 | core/multimedia/opieplayer/libmad \ |
29 | core/multimedia/opieplayer/wavplugin \ | 25 | core/multimedia/opieplayer/wavplugin |
30 | noncore/mail/libmail \ | 26 | |
31 | noncore/mail/bend \ | 27 | COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) |
32 | 28 | ||
33 | APPS=$(LOCALAPPS) core/pim/addressbook noncore/tools/calculator \ | 29 | |
34 | noncore/tools/clock core/pim/datebook core/apps/filebrowser \ | 30 | PIMAPPS = core/pim/addressbook core/pim/datebook \ |
35 | core/apps/helpbrowser noncore/games/minesweep \ | 31 | core/pim/today core/pim/todo |
36 | core/multimedia/opieplayer core/settings/light-and-power \ | 32 | |
37 | noncore/settings/language \ | 33 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
38 | noncore/settings/rotation \ | 34 | core/apps/textedit core/apps/embeddedkonsole \ |
39 | noncore/settings/appearance \ | 35 | core/launcher core/apps/sysinfo \ |
40 | core/settings/security \ | 36 | core/apps/oipkg core/apps/qcop |
41 | noncore/settings/sound \ | 37 | |
42 | core/settings/systemtime \ | 38 | COREMULTIMEDIA = core/multimedia/opieplayer |
43 | noncore/settings/mediummount \ | 39 | |
44 | noncore/settings/tabmanager \ | 40 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
45 | noncore/games/solitaire noncore/apps/spreadsheet \ | 41 | core/settings/systemtime core/settings/citytime \ |
46 | noncore/games/tetrix core/apps/textedit \ | 42 | core/settings/wlansetup |
47 | core/pim/todo noncore/games/wordgame core/apps/embeddedkonsole \ | 43 | |
48 | core/launcher core/apps/sysinfo \ | 44 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
49 | noncore/games/parashoot noncore/games/snake core/settings/citytime \ | 45 | noncore/settings/appearance noncore/settings/sound \ |
50 | noncore/multimedia/showimg noncore/net/netsetup core/settings/wlansetup \ | 46 | noncore/settings/mediummount \ |
51 | noncore/apps/tableviewer core/apps/oipkg noncore/games/mindbreaker \ | 47 | noncore/settings/tabmanager noncore/settings/appskey |
52 | noncore/games/go noncore/games/qasteroids core/apps/qcop \ | 48 | |
53 | noncore/games/fifteen noncore/comm/keypebble \ | 49 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
54 | core/pim/today noncore/games/tictac noncore/net/opieftp \ | 50 | noncore/tools/remote noncore/tools/opie-sh |
55 | noncore/graphics/drawpad noncore/games/kcheckers noncore/settings/appskey \ | 51 | |
56 | noncore/graphics/qpdf noncore/games/kpacman noncore/apps/advancedfm \ | 52 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
57 | noncore/games/kbill noncore/tools/remote \ | 53 | noncore/games/tetrix noncore/games/wordgame \ |
58 | noncore/tools/opie-sh \ | 54 | noncore/games/parashoot noncore/games/snake \ |
59 | noncore/mail | 55 | noncore/games/mindbreaker \ |
56 | noncore/games/go noncore/games/qasteroids \ | ||
57 | noncore/games/fifteen noncore/games/tictac \ | ||
58 | noncore/games/kcheckers noncore/games/kpacman \ | ||
59 | noncore/games/kbill | ||
60 | |||
61 | NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ | ||
62 | noncore/apps/advancedfm | ||
63 | |||
64 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | ||
65 | noncore/mail | ||
66 | |||
67 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | ||
68 | noncore/graphics/qpdf | ||
69 | |||
70 | |||
71 | NONCOMM = noncore/comm/keypebble | ||
72 | |||
73 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | ||
74 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | ||
75 | $(NONCORESETTINGS) $(NONCORETOOLS) \ | ||
76 | $(NOAPPS) $(NONNET) $(NONMULT) \ | ||
77 | $(NONCOMM) $(GAMES) | ||
78 | |||
79 | |||
60 | 80 | ||
61 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack | 81 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
62 | 82 | ||
63 | DOCS = docs/src/opie-policy | 83 | DOCS = docs/src/opie-policy |
64 | single: mpegplayer/libmpeg3 | 84 | single: mpegplayer/libmpeg3 |
65 | 85 | ||
66 | dynamic: $(APPS) $(NONTMAKEAPPS) | 86 | dynamic: $(APPS) $(NONTMAKEAPPS) |
67 | 87 | ||
68 | docs: $(DOCS) | 88 | docs: $(DOCS) |
69 | 89 | ||
70 | $(COMPONENTS): $(LIBS) | 90 | $(COMPONENTS): $(LIBS) |
71 | 91 | ||
72 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 92 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
73 | 93 | ||
74 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 94 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
75 | $(MAKE) -C $@ -f Makefile | 95 | $(MAKE) -C $@ -f Makefile |
76 | 96 | ||
77 | showcomponents: | 97 | showcomponents: |
78 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 98 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
79 | 99 | ||
80 | clean: | 100 | clean: |
81 | $(MAKE) -C single -f Makefile $@ | 101 | $(MAKE) -C single -f Makefile $@ |
82 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 102 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
83 | 103 | ||
84 | lupdate: | 104 | lupdate: |
85 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 105 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
86 | 106 | ||
87 | lrelease: | 107 | lrelease: |
88 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 108 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
89 | 109 | ||
90 | 110 | ||
91 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 111 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 9cf7556..b854b89 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,22 +1,22 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h | 3 | 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 = ../../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/libbatteryapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts | 13 | TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts |
14 | TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts | 14 | TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts |
15 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts |
16 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts | 16 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts |
17 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts | 17 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts |
18 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts | 18 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts |
19 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts | 19 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts |
20 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts | 20 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts | 21 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts | 22 | TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts |
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 71e2bbe..36fbc49 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clipboard.h clipboardappletimpl.h | 3 | 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 = ../../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/pt_BR/libclipboardapplet.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts | 13 | TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts |
14 | TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts | 14 | TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts |
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index 85e3316..2dc1784 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clock.h clockappletimpl.h | 3 | 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 = ../../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 | TRANSLATIONS += ../../i18n/es/libclockapplet.ts | 13 | TRANSLATIONS += ../../i18n/es/libclockapplet.ts |
14 | TRANSLATIONS += ../../i18n/pt/libclockapplet.ts | 14 | TRANSLATIONS += ../../i18n/pt/libclockapplet.ts |
15 | TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts |
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index bfcfc3f..035b0c1 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -1,25 +1,25 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = irda.h irdaappletimpl.h | 3 | 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 = ../../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 | TRANSLATIONS += ../../i18n/en/libirdaapplet.ts | 13 | TRANSLATIONS += ../../i18n/en/libirdaapplet.ts |
14 | TRANSLATIONS += ../../i18n/es/libirdaapplet.ts | 14 | TRANSLATIONS += ../../i18n/es/libirdaapplet.ts |
15 | TRANSLATIONS += ../../i18n/fr/libirdaapplet.ts | 15 | TRANSLATIONS += ../../i18n/fr/libirdaapplet.ts |
16 | TRANSLATIONS += ../../i18n/hu/libirdaapplet.ts | 16 | TRANSLATIONS += ../../i18n/hu/libirdaapplet.ts |
17 | TRANSLATIONS += ../../i18n/ja/libirdaapplet.ts | 17 | TRANSLATIONS += ../../i18n/ja/libirdaapplet.ts |
18 | TRANSLATIONS += ../../i18n/ko/libirdaapplet.ts | 18 | TRANSLATIONS += ../../i18n/ko/libirdaapplet.ts |
19 | TRANSLATIONS += ../../i18n/no/libirdaapplet.ts | 19 | TRANSLATIONS += ../../i18n/no/libirdaapplet.ts |
20 | TRANSLATIONS += ../../i18n/pl/libirdaapplet.ts | 20 | TRANSLATIONS += ../../i18n/pl/libirdaapplet.ts |
21 | TRANSLATIONS += ../../i18n/pt/libirdaapplet.ts | 21 | TRANSLATIONS += ../../i18n/pt/libirdaapplet.ts |
22 | TRANSLATIONS += ../../i18n/pt_BR/libirdaapplet.ts | 22 | TRANSLATIONS += ../../i18n/pt_BR/libirdaapplet.ts |
23 | TRANSLATIONS += ../../i18n/sl/libirdaapplet.ts | 23 | TRANSLATIONS += ../../i18n/sl/libirdaapplet.ts |
24 | TRANSLATIONS += ../../i18n/zh_CN/libirdaapplet.ts | 24 | TRANSLATIONS += ../../i18n/zh_CN/libirdaapplet.ts |
25 | TRANSLATIONS += ../../i18n/zh_TW/libirdaapplet.ts | 25 | TRANSLATIONS += ../../i18n/zh_TW/libirdaapplet.ts |
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index 6915737..a8c2340 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro | |||
@@ -1,12 +1,12 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= obex.h obeximpl.h | 3 | HEADERS= obex.h obeximpl.h |
4 | SOURCES= obex.cc obeximpl.cc | 4 | SOURCES= obex.cc obeximpl.cc |
5 | TARGET = opieobex | 5 | TARGET = opieobex |
6 | DESTDIR = ../../plugins/obex | 6 | DESTDIR = $(OPIEDIR)/plugins/obex |
7 | INCLUDEPATH += $(OPIEDIR)/include | 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 | ||
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index 8d10cf1..78d5b25 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h | |||
@@ -1,38 +1,38 @@ | |||
1 | 1 | ||
2 | #ifndef OpieObexImpl_H | 2 | #ifndef OpieObexImpl_H |
3 | #define OpieObexImpl_H | 3 | #define OpieObexImpl_H |
4 | 4 | ||
5 | #include <qobject.h> | 5 | #include <qobject.h> |
6 | #include "../obexinterface.h" | 6 | #include <obexinterface.h> |
7 | #include "obexdlg.h" | 7 | #include "obexdlg.h" |
8 | #include "obexinc.h" | 8 | #include "obexinc.h" |
9 | #include <qpe/qcopenvelope_qws.h> | 9 | #include <qpe/qcopenvelope_qws.h> |
10 | 10 | ||
11 | namespace OpieObex { | 11 | namespace OpieObex { |
12 | class Obex; | 12 | class Obex; |
13 | class ObexImpl : public QObject, public ObexInterface { | 13 | class ObexImpl : public QObject, public ObexInterface { |
14 | Q_OBJECT | 14 | Q_OBJECT |
15 | public: | 15 | public: |
16 | ObexImpl(); | 16 | ObexImpl(); |
17 | virtual ~ObexImpl(); | 17 | virtual ~ObexImpl(); |
18 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | 18 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); |
19 | Q_REFCOUNT // for reference counting (macro ) | 19 | Q_REFCOUNT // for reference counting (macro ) |
20 | private: | 20 | private: |
21 | ulong ref; | 21 | ulong ref; |
22 | Obex* m_obex; // obex lib | 22 | Obex* m_obex; // obex lib |
23 | QCopChannel *m_chan; | 23 | QCopChannel *m_chan; |
24 | ObexDlg *m_sendgui; | 24 | ObexDlg *m_sendgui; |
25 | ObexInc *m_recvgui; | 25 | ObexInc *m_recvgui; |
26 | QString m_name; | 26 | QString m_name; |
27 | private slots: | 27 | private slots: |
28 | void slotCancelSend(); | 28 | void slotCancelSend(); |
29 | void slotMessage( const QCString&, const QByteArray& ); | 29 | void slotMessage( const QCString&, const QByteArray& ); |
30 | void slotError(int ); | 30 | void slotError(int ); |
31 | // void slotCurrentTry( unsigned int ); */ | 31 | // void slotCurrentTry( unsigned int ); */ |
32 | void slotDone(bool); | 32 | void slotDone(bool); |
33 | void slotReceivedFile(const QString & ); | 33 | void slotReceivedFile(const QString & ); |
34 | void slotSent(); | 34 | void slotSent(); |
35 | 35 | ||
36 | }; | 36 | }; |
37 | }; | 37 | }; |
38 | #endif | 38 | #endif |
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index e3c5440..6b97a2d 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -1,27 +1,27 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = screenshot.h screenshotappletimpl.h | 3 | HEADERS = screenshot.h screenshotappletimpl.h |
4 | SOURCES = screenshot.cpp screenshotappletimpl.cpp | 4 | SOURCES = screenshot.cpp screenshotappletimpl.cpp |
5 | TARGET = screenshotapplet | 5 | TARGET = screenshotapplet |
6 | DESTDIR = ../../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/pt_BR/libscreenshotapplet.ts | 14 | TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts |
15 | TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts | 15 | TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts |
16 | TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts | 16 | TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts |
17 | TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts | 17 | TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts |
18 | TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts | 18 | TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts |
19 | TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts | 19 | TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts |
20 | TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts | 20 | TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts |
21 | TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts | 21 | TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts |
22 | TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts | 22 | TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts |
23 | TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts | 23 | TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts |
24 | TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts | 24 | TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts |
25 | TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts | 25 | TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts |
26 | TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts | 26 | TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts |
27 | TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts | 27 | TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts |
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index f7cc439..298d989 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= vmemo.h vmemoimpl.h | 3 | HEADERS= vmemo.h vmemoimpl.h |
4 | SOURCES= vmemo.cpp vmemoimpl.cpp | 4 | SOURCES= vmemo.cpp vmemoimpl.cpp |
5 | TARGET = vmemoapplet | 5 | TARGET = vmemoapplet |
6 | DESTDIR = ../../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/pt_BR/libvmemoapplet.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts | 13 | TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts |
14 | TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts | 14 | TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts |
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 54404bf..f89eea2 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= volume.h volumeappletimpl.h | 3 | HEADERS= volume.h volumeappletimpl.h |
4 | SOURCES= volume.cpp volumeappletimpl.cpp | 4 | SOURCES= volume.cpp volumeappletimpl.cpp |
5 | TARGET = volumeapplet | 5 | TARGET = volumeapplet |
6 | DESTDIR = ../../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 | TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts | 13 | TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts |
14 | TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts | 14 | TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts |
15 | TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts |
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index b8e9236..182cd1f 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -1,125 +1,125 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | 4 | ||
5 | DESTDIR = $(OPIEDIR)/bin | 5 | DESTDIR = $(OPIEDIR)/bin |
6 | 6 | ||
7 | HEADERS = background.h \ | 7 | HEADERS = background.h \ |
8 | desktop.h \ | 8 | desktop.h \ |
9 | qprocess.h \ | 9 | qprocess.h \ |
10 | mediummountgui.h \ | 10 | mediummountgui.h \ |
11 | info.h \ | 11 | info.h \ |
12 | appicons.h \ | 12 | appicons.h \ |
13 | taskbar.h \ | 13 | taskbar.h \ |
14 | sidething.h \ | 14 | sidething.h \ |
15 | mrulist.h \ | 15 | mrulist.h \ |
16 | stabmon.h \ | 16 | stabmon.h \ |
17 | inputmethods.h \ | 17 | inputmethods.h \ |
18 | systray.h \ | 18 | systray.h \ |
19 | wait.h \ | 19 | wait.h \ |
20 | shutdownimpl.h \ | 20 | shutdownimpl.h \ |
21 | launcher.h \ | 21 | launcher.h \ |
22 | launcherview.h \ | 22 | launcherview.h \ |
23 | ../calibrate/calibrate.h \ | 23 | $(OPIEDIR)/core/apps/calibrate/calibrate.h \ |
24 | startmenu.h \ | 24 | startmenu.h \ |
25 | transferserver.h \ | 25 | transferserver.h \ |
26 | qcopbridge.h \ | 26 | qcopbridge.h \ |
27 | packageslave.h \ | 27 | packageslave.h \ |
28 | irserver.h \ | 28 | irserver.h \ |
29 | $(OPIEDIR)/rsync/buf.h \ | 29 | $(OPIEDIR)/rsync/buf.h \ |
30 | $(OPIEDIR)/rsync/checksum.h \ | 30 | $(OPIEDIR)/rsync/checksum.h \ |
31 | $(OPIEDIR)/rsync/command.h \ | 31 | $(OPIEDIR)/rsync/command.h \ |
32 | $(OPIEDIR)/rsync/emit.h \ | 32 | $(OPIEDIR)/rsync/emit.h \ |
33 | $(OPIEDIR)/rsync/job.h \ | 33 | $(OPIEDIR)/rsync/job.h \ |
34 | $(OPIEDIR)/rsync/netint.h \ | 34 | $(OPIEDIR)/rsync/netint.h \ |
35 | $(OPIEDIR)/rsync/protocol.h \ | 35 | $(OPIEDIR)/rsync/protocol.h \ |
36 | $(OPIEDIR)/rsync/prototab.h \ | 36 | $(OPIEDIR)/rsync/prototab.h \ |
37 | $(OPIEDIR)/rsync/rsync.h \ | 37 | $(OPIEDIR)/rsync/rsync.h \ |
38 | $(OPIEDIR)/rsync/search.h \ | 38 | $(OPIEDIR)/rsync/search.h \ |
39 | $(OPIEDIR)/rsync/stream.h \ | 39 | $(OPIEDIR)/rsync/stream.h \ |
40 | $(OPIEDIR)/rsync/sumset.h \ | 40 | $(OPIEDIR)/rsync/sumset.h \ |
41 | $(OPIEDIR)/rsync/trace.h \ | 41 | $(OPIEDIR)/rsync/trace.h \ |
42 | $(OPIEDIR)/rsync/types.h \ | 42 | $(OPIEDIR)/rsync/types.h \ |
43 | $(OPIEDIR)/rsync/util.h \ | 43 | $(OPIEDIR)/rsync/util.h \ |
44 | $(OPIEDIR)/rsync/whole.h \ | 44 | $(OPIEDIR)/rsync/whole.h \ |
45 | $(OPIEDIR)/rsync/config_rsync.h \ | 45 | $(OPIEDIR)/rsync/config_rsync.h \ |
46 | $(OPIEDIR)/rsync/qrsync.h | 46 | $(OPIEDIR)/rsync/qrsync.h |
47 | # quicklauncher.h \ | 47 | # quicklauncher.h \ |
48 | 48 | ||
49 | SOURCES = background.cpp \ | 49 | SOURCES = background.cpp \ |
50 | desktop.cpp \ | 50 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 51 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 52 | qprocess.cpp qprocess_unix.cpp \ |
53 | info.cpp \ | 53 | info.cpp \ |
54 | appicons.cpp \ | 54 | appicons.cpp \ |
55 | taskbar.cpp \ | 55 | taskbar.cpp \ |
56 | sidething.cpp \ | 56 | sidething.cpp \ |
57 | mrulist.cpp \ | 57 | mrulist.cpp \ |
58 | stabmon.cpp \ | 58 | stabmon.cpp \ |
59 | inputmethods.cpp \ | 59 | inputmethods.cpp \ |
60 | systray.cpp \ | 60 | systray.cpp \ |
61 | wait.cpp \ | 61 | wait.cpp \ |
62 | shutdownimpl.cpp \ | 62 | shutdownimpl.cpp \ |
63 | launcher.cpp \ | 63 | launcher.cpp \ |
64 | launcherview.cpp \ | 64 | launcherview.cpp \ |
65 | $(OPIEDIR)/calibrate/calibrate.cpp \ | 65 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
66 | transferserver.cpp \ | 66 | transferserver.cpp \ |
67 | packageslave.cpp \ | 67 | packageslave.cpp \ |
68 | irserver.cpp \ | 68 | irserver.cpp \ |
69 | qcopbridge.cpp \ | 69 | qcopbridge.cpp \ |
70 | startmenu.cpp \ | 70 | startmenu.cpp \ |
71 | main.cpp \ | 71 | main.cpp \ |
72 | $(OPIEDIR)/rsync/base64.c \ | 72 | $(OPIEDIR)/rsync/base64.c \ |
73 | $(OPIEDIR)/rsync/buf.c \ | 73 | $(OPIEDIR)/rsync/buf.c \ |
74 | $(OPIEDIR)/rsync/checksum.c \ | 74 | $(OPIEDIR)/rsync/checksum.c \ |
75 | $(OPIEDIR)/rsync/command.c \ | 75 | $(OPIEDIR)/rsync/command.c \ |
76 | $(OPIEDIR)/rsync/delta.c \ | 76 | $(OPIEDIR)/rsync/delta.c \ |
77 | $(OPIEDIR)/rsync/emit.c \ | 77 | $(OPIEDIR)/rsync/emit.c \ |
78 | $(OPIEDIR)/rsync/hex.c \ | 78 | $(OPIEDIR)/rsync/hex.c \ |
79 | $(OPIEDIR)/rsync/job.c \ | 79 | $(OPIEDIR)/rsync/job.c \ |
80 | $(OPIEDIR)/rsync/mdfour.c \ | 80 | $(OPIEDIR)/rsync/mdfour.c \ |
81 | $(OPIEDIR)/rsync/mksum.c \ | 81 | $(OPIEDIR)/rsync/mksum.c \ |
82 | $(OPIEDIR)/rsync/msg.c \ | 82 | $(OPIEDIR)/rsync/msg.c \ |
83 | $(OPIEDIR)/rsync/netint.c \ | 83 | $(OPIEDIR)/rsync/netint.c \ |
84 | $(OPIEDIR)/rsync/patch.c \ | 84 | $(OPIEDIR)/rsync/patch.c \ |
85 | $(OPIEDIR)/rsync/prototab.c \ | 85 | $(OPIEDIR)/rsync/prototab.c \ |
86 | $(OPIEDIR)/rsync/readsums.c \ | 86 | $(OPIEDIR)/rsync/readsums.c \ |
87 | $(OPIEDIR)/rsync/scoop.c \ | 87 | $(OPIEDIR)/rsync/scoop.c \ |
88 | $(OPIEDIR)/rsync/search.c \ | 88 | $(OPIEDIR)/rsync/search.c \ |
89 | $(OPIEDIR)/rsync/stats.c \ | 89 | $(OPIEDIR)/rsync/stats.c \ |
90 | $(OPIEDIR)/rsync/stream.c \ | 90 | $(OPIEDIR)/rsync/stream.c \ |
91 | $(OPIEDIR)/rsync/sumset.c \ | 91 | $(OPIEDIR)/rsync/sumset.c \ |
92 | $(OPIEDIR)/rsync/trace.c \ | 92 | $(OPIEDIR)/rsync/trace.c \ |
93 | $(OPIEDIR)/rsync/tube.c \ | 93 | $(OPIEDIR)/rsync/tube.c \ |
94 | $(OPIEDIR)/rsync/util.c \ | 94 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 95 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 96 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 97 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | 98 | ||
99 | INTERFACES= shutdown.ui syncdialog.ui | 99 | INTERFACES= shutdown.ui syncdialog.ui |
100 | 100 | ||
101 | INCLUDEPATH += $(OPIEDIR)/include | 101 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 102 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | 103 | ||
104 | INCLUDEPATH += $(OPIEDIR)/calibrate | 104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/calibrate | 105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
106 | 106 | ||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(OPIEDIR)/rsync |
108 | DEPENDPATH+= $(OPIEDIR)/rsync | 108 | DEPENDPATH+= $(OPIEDIR)/rsync |
109 | 109 | ||
110 | TARGET = qpe | 110 | TARGET = qpe |
111 | 111 | ||
112 | LIBS += -lqpe -lcrypt -lopie | 112 | LIBS += -lqpe -lcrypt -lopie |
113 | 113 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/qpe.ts |
115 | TRANSLATIONS += ../i18n/es/qpe.ts | 115 | TRANSLATIONS += ../i18n/es/qpe.ts |
116 | TRANSLATIONS += ../i18n/pt/qpe.ts | 116 | TRANSLATIONS += ../i18n/pt/qpe.ts |
117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
118 | TRANSLATIONS += ../i18n/en/qpe.ts | 118 | TRANSLATIONS += ../i18n/en/qpe.ts |
119 | TRANSLATIONS += ../i18n/hu/qpe.ts | 119 | TRANSLATIONS += ../i18n/hu/qpe.ts |
120 | TRANSLATIONS += ../i18n/ja/qpe.ts | 120 | TRANSLATIONS += ../i18n/ja/qpe.ts |
121 | TRANSLATIONS += ../i18n/fr/qpe.ts | 121 | TRANSLATIONS += ../i18n/fr/qpe.ts |
122 | TRANSLATIONS += ../i18n/ko/qpe.ts | 122 | TRANSLATIONS += ../i18n/ko/qpe.ts |
123 | TRANSLATIONS += ../i18n/no/qpe.ts | 123 | TRANSLATIONS += ../i18n/no/qpe.ts |
124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts |
125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts |
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 7e2afed..eb4a0db 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,17 +1,17 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = light.cpp main.cpp | 5 | SOURCES = light.cpp main.cpp |
6 | INTERFACES= lightsettingsbase.ui | 6 | INTERFACES= lightsettingsbase.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 = 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 | TRANSLATIONS += ../../i18n/es/light-and-power.ts | 13 | TRANSLATIONS += ../../i18n/es/light-and-power.ts |
14 | TRANSLATIONS += ../../i18n/pt/light-and-power.ts | 14 | TRANSLATIONS += ../../i18n/pt/light-and-power.ts |
15 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts |
16 | TRANSLATIONS += ../../i18n/pl/light-and-power.ts | 16 | TRANSLATIONS += ../../i18n/pl/light-and-power.ts |
17 | TRANSLATIONS += ../../i18n/fr/light-and-power.ts | 17 | TRANSLATIONS += ../../i18n/fr/light-and-power.ts |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 1e815ac..6b28485 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,25 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | 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/pt_BR/security.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/security.ts |
13 | TRANSLATIONS += ../../i18n/es/security.ts | 13 | TRANSLATIONS += ../../i18n/es/security.ts |
14 | TRANSLATIONS += ../../i18n/pt/security.ts | 14 | TRANSLATIONS += ../../i18n/pt/security.ts |
15 | TRANSLATIONS += ../../i18n/de/security.ts | 15 | TRANSLATIONS += ../../i18n/de/security.ts |
16 | TRANSLATIONS += ../../i18n/en/security.ts | 16 | TRANSLATIONS += ../../i18n/en/security.ts |
17 | TRANSLATIONS += ../../i18n/hu/security.ts | 17 | TRANSLATIONS += ../../i18n/hu/security.ts |
18 | TRANSLATIONS += ../../i18n/sl/security.ts | 18 | TRANSLATIONS += ../../i18n/sl/security.ts |
19 | TRANSLATIONS += ../../i18n/ja/security.ts | 19 | TRANSLATIONS += ../../i18n/ja/security.ts |
20 | TRANSLATIONS += ../../i18n/ko/security.ts | 20 | TRANSLATIONS += ../../i18n/ko/security.ts |
21 | TRANSLATIONS += ../../i18n/pl/security.ts | 21 | TRANSLATIONS += ../../i18n/pl/security.ts |
22 | TRANSLATIONS += ../../i18n/no/security.ts | 22 | TRANSLATIONS += ../../i18n/no/security.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/security.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/security.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/security.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/security.ts |
25 | TRANSLATIONS += ../../i18n/fr/security.ts | 25 | TRANSLATIONS += ../../i18n/fr/security.ts |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 16888bb..f3a76d4 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,25 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | 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/pt_BR/language.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/language.ts |
13 | TRANSLATIONS += ../../i18n/es/language.ts | 13 | TRANSLATIONS += ../../i18n/es/language.ts |
14 | TRANSLATIONS += ../../i18n/pt/language.ts | 14 | TRANSLATIONS += ../../i18n/pt/language.ts |
15 | TRANSLATIONS += ../../i18n/de/language.ts | 15 | TRANSLATIONS += ../../i18n/de/language.ts |
16 | TRANSLATIONS += ../../i18n/en/language.ts | 16 | TRANSLATIONS += ../../i18n/en/language.ts |
17 | TRANSLATIONS += ../../i18n/hu/language.ts | 17 | TRANSLATIONS += ../../i18n/hu/language.ts |
18 | TRANSLATIONS += ../../i18n/sl/language.ts | 18 | TRANSLATIONS += ../../i18n/sl/language.ts |
19 | TRANSLATIONS += ../../i18n/pl/language.ts | 19 | TRANSLATIONS += ../../i18n/pl/language.ts |
20 | TRANSLATIONS += ../../i18n/ja/language.ts | 20 | TRANSLATIONS += ../../i18n/ja/language.ts |
21 | TRANSLATIONS += ../../i18n/ko/language.ts | 21 | TRANSLATIONS += ../../i18n/ko/language.ts |
22 | TRANSLATIONS += ../../i18n/no/language.ts | 22 | TRANSLATIONS += ../../i18n/no/language.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/language.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/language.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/language.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/language.ts |
25 | TRANSLATIONS += ../../i18n/fr/language.ts | 25 | TRANSLATIONS += ../../i18n/fr/language.ts |
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 0ed5744..d6983ec 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = ../../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 = 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 \ No newline at end of file | 10 | TARGET = mediummount \ No newline at end of file |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index ff5cd09..28c8b0d 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,25 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | 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/pt_BR/sound.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/sound.ts |
13 | TRANSLATIONS += ../../i18n/es/sound.ts | 13 | TRANSLATIONS += ../../i18n/es/sound.ts |
14 | TRANSLATIONS += ../../i18n/pt/sound.ts | 14 | TRANSLATIONS += ../../i18n/pt/sound.ts |
15 | TRANSLATIONS += ../../i18n/de/sound.ts | 15 | TRANSLATIONS += ../../i18n/de/sound.ts |
16 | TRANSLATIONS += ../../i18n/en/sound.ts | 16 | TRANSLATIONS += ../../i18n/en/sound.ts |
17 | TRANSLATIONS += ../../i18n/hu/sound.ts | 17 | TRANSLATIONS += ../../i18n/hu/sound.ts |
18 | TRANSLATIONS += ../../i18n/sl/sound.ts | 18 | TRANSLATIONS += ../../i18n/sl/sound.ts |
19 | TRANSLATIONS += ../../i18n/pl/sound.ts | 19 | TRANSLATIONS += ../../i18n/pl/sound.ts |
20 | TRANSLATIONS += ../../i18n/ja/sound.ts | 20 | TRANSLATIONS += ../../i18n/ja/sound.ts |
21 | TRANSLATIONS += ../../i18n/ko/sound.ts | 21 | TRANSLATIONS += ../../i18n/ko/sound.ts |
22 | TRANSLATIONS += ../../i18n/no/sound.ts | 22 | TRANSLATIONS += ../../i18n/no/sound.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts |
25 | TRANSLATIONS += ../../i18n/fr/sound.ts | 25 | TRANSLATIONS += ../../i18n/fr/sound.ts |