summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile124
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro2
-rw-r--r--core/applets/clipboardapplet/clipboardapplet.pro2
-rw-r--r--core/applets/clockapplet/clockapplet.pro2
-rw-r--r--core/applets/irdaapplet/irdaapplet.pro2
-rw-r--r--core/applets/obex/obex.pro4
-rw-r--r--core/applets/obex/obeximpl.h2
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro2
-rw-r--r--core/applets/vmemo/vmemo.pro2
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro2
-rw-r--r--core/launcher/launcher.pro8
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro2
-rw-r--r--noncore/settings/language/language.pro2
-rw-r--r--noncore/settings/mediummount/mediummount.pro2
-rw-r--r--noncore/settings/sound/sound.pro2
16 files changed, 91 insertions, 71 deletions
diff --git a/Makefile b/Makefile
index 6399702..6181b71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,83 +1,103 @@
1indefault: dynamic 1indefault: dynamic
2 2
3all: default docs 3all: default docs
4 4
5LIBS=library libopie 5LIBS=library libopie
6 6
7COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ 7
8 inputmethods/pickboard \ 8INPUTCOMPONENTS= 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 \ 13APPLETS= 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 \ 21MAIL= noncore/mail/libmail noncore/mail/bend
22 core/applets/cardmon \ 22
23 core/applets/obex \ 23PLAYER = 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
33APPS=$(LOCALAPPS) core/pim/addressbook noncore/tools/calculator \ 29
34 noncore/tools/clock core/pim/datebook core/apps/filebrowser \ 30PIMAPPS = 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 \ 33COREAPPS = 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 \ 38COREMULTIMEDIA = core/multimedia/opieplayer
43 noncore/settings/mediummount \ 39
44 noncore/settings/tabmanager \ 40CORESETTINGS = 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 \ 44NONCORESETTINGS =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 \ 49NONCORETOOLS = 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 \ 52GAMES = 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
61NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
62 noncore/apps/advancedfm
63
64NONNET = noncore/net/netsetup noncore/net/opieftp \
65 noncore/mail
66
67NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
68 noncore/graphics/qpdf
69
70
71NONCOMM = noncore/comm/keypebble
72
73APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
74 $(COREMULTIMEDIA) $(CORESETTINGS) \
75 $(NONCORESETTINGS) $(NONCORETOOLS) \
76 $(NOAPPS) $(NONNET) $(NONMULT) \
77 $(NONCOMM) $(GAMES)
78
79
60 80
61NONTMAKEAPPS := ipaq/opiealarm noncore/nethack 81NONTMAKEAPPS := ipaq/opiealarm noncore/nethack
62 82
63DOCS = docs/src/opie-policy 83DOCS = docs/src/opie-policy
64single: mpegplayer/libmpeg3 84single: mpegplayer/libmpeg3
65 85
66dynamic: $(APPS) $(NONTMAKEAPPS) 86dynamic: $(APPS) $(NONTMAKEAPPS)
67 87
68docs: $(DOCS) 88docs: $(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
77showcomponents: 97showcomponents:
78 @echo $(LIBS) $(APPS) $(COMPONENTS) single 98 @echo $(LIBS) $(APPS) $(COMPONENTS) single
79 99
80clean: 100clean:
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
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts 12TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts 13TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts 14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts
15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts 16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts
17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts 17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts
18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts 18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts
19TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts 19TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts
20TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts 20TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts
21TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts 21TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts
22TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts 22TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts 12TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts
13TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts 13TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts
14TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts 14TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libclockapplet.ts 12TRANSLATIONS = ../../i18n/de/libclockapplet.ts
13TRANSLATIONS += ../../i18n/es/libclockapplet.ts 13TRANSLATIONS += ../../i18n/es/libclockapplet.ts
14TRANSLATIONS += ../../i18n/pt/libclockapplet.ts 14TRANSLATIONS += ../../i18n/pt/libclockapplet.ts
15TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts 15TRANSLATIONS += ../../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 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = irda.h irdaappletimpl.h 3HEADERS = irda.h irdaappletimpl.h
4SOURCES = irda.cpp irdaappletimpl.cpp 4SOURCES = irda.cpp irdaappletimpl.cpp
5TARGET = irdaapplet 5TARGET = irdaapplet
6DESTDIR = ../../plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libirdaapplet.ts 12TRANSLATIONS = ../../i18n/de/libirdaapplet.ts
13TRANSLATIONS += ../../i18n/en/libirdaapplet.ts 13TRANSLATIONS += ../../i18n/en/libirdaapplet.ts
14TRANSLATIONS += ../../i18n/es/libirdaapplet.ts 14TRANSLATIONS += ../../i18n/es/libirdaapplet.ts
15TRANSLATIONS += ../../i18n/fr/libirdaapplet.ts 15TRANSLATIONS += ../../i18n/fr/libirdaapplet.ts
16TRANSLATIONS += ../../i18n/hu/libirdaapplet.ts 16TRANSLATIONS += ../../i18n/hu/libirdaapplet.ts
17TRANSLATIONS += ../../i18n/ja/libirdaapplet.ts 17TRANSLATIONS += ../../i18n/ja/libirdaapplet.ts
18TRANSLATIONS += ../../i18n/ko/libirdaapplet.ts 18TRANSLATIONS += ../../i18n/ko/libirdaapplet.ts
19TRANSLATIONS += ../../i18n/no/libirdaapplet.ts 19TRANSLATIONS += ../../i18n/no/libirdaapplet.ts
20TRANSLATIONS += ../../i18n/pl/libirdaapplet.ts 20TRANSLATIONS += ../../i18n/pl/libirdaapplet.ts
21TRANSLATIONS += ../../i18n/pt/libirdaapplet.ts 21TRANSLATIONS += ../../i18n/pt/libirdaapplet.ts
22TRANSLATIONS += ../../i18n/pt_BR/libirdaapplet.ts 22TRANSLATIONS += ../../i18n/pt_BR/libirdaapplet.ts
23TRANSLATIONS += ../../i18n/sl/libirdaapplet.ts 23TRANSLATIONS += ../../i18n/sl/libirdaapplet.ts
24TRANSLATIONS += ../../i18n/zh_CN/libirdaapplet.ts 24TRANSLATIONS += ../../i18n/zh_CN/libirdaapplet.ts
25TRANSLATIONS += ../../i18n/zh_TW/libirdaapplet.ts 25TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9INTERFACES = obexinc.ui obexdlg.ui 9INTERFACES = obexinc.ui obexdlg.ui
10LIBS += -lqpe -lopie 10LIBS += -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,30 +1,30 @@
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
11namespace OpieObex { 11namespace 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 );
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 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = screenshot.h screenshotappletimpl.h 3HEADERS = screenshot.h screenshotappletimpl.h
4SOURCES = screenshot.cpp screenshotappletimpl.cpp 4SOURCES = screenshot.cpp screenshotappletimpl.cpp
5TARGET = screenshotapplet 5TARGET = screenshotapplet
6DESTDIR = ../../plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11MOC_DIR=opieobj 11MOC_DIR=opieobj
12OBJECTS_DIR=opieobj 12OBJECTS_DIR=opieobj
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts 14TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts
15TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts 15TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts
16TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts 16TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts
17TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts 17TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts
18TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts 18TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
19TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts 19TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts
20TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts 20TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts
21TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts 21TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts
22TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts 22TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts
23TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts 23TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts
24TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts 24TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts
25TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts 25TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts
26TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts 26TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts
27TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts 27TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts 12TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts
13TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts 13TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts
14TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts 14TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts 12TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts
13TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts 13TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts
14TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts 14TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts
15TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts 15TRANSLATIONS += ../../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
101INCLUDEPATH += $(OPIEDIR)/include 101INCLUDEPATH += $(OPIEDIR)/include
102 DEPENDPATH+= $(OPIEDIR)/include . 102 DEPENDPATH+= $(OPIEDIR)/include .
103 103
104INCLUDEPATH += $(OPIEDIR)/calibrate 104INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
105 DEPENDPATH+= $(OPIEDIR)/calibrate 105 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
106 106
107INCLUDEPATH += $(OPIEDIR)/rsync 107INCLUDEPATH += $(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
114TRANSLATIONS = ../i18n/de/qpe.ts 114TRANSLATIONS = ../i18n/de/qpe.ts
115TRANSLATIONS += ../i18n/es/qpe.ts 115TRANSLATIONS += ../i18n/es/qpe.ts
116TRANSLATIONS += ../i18n/pt/qpe.ts 116TRANSLATIONS += ../i18n/pt/qpe.ts
117TRANSLATIONS += ../i18n/pt_BR/qpe.ts 117TRANSLATIONS += ../i18n/pt_BR/qpe.ts
118TRANSLATIONS += ../i18n/en/qpe.ts 118TRANSLATIONS += ../i18n/en/qpe.ts
119TRANSLATIONS += ../i18n/hu/qpe.ts 119TRANSLATIONS += ../i18n/hu/qpe.ts
120TRANSLATIONS += ../i18n/ja/qpe.ts 120TRANSLATIONS += ../i18n/ja/qpe.ts
121TRANSLATIONS += ../i18n/fr/qpe.ts 121TRANSLATIONS += ../i18n/fr/qpe.ts
122TRANSLATIONS += ../i18n/ko/qpe.ts 122TRANSLATIONS += ../i18n/ko/qpe.ts
123TRANSLATIONS += ../i18n/no/qpe.ts 123TRANSLATIONS += ../i18n/no/qpe.ts
124TRANSLATIONS += ../i18n/zh_CN/qpe.ts 124TRANSLATIONS += ../i18n/zh_CN/qpe.ts
125TRANSLATIONS += ../i18n/zh_TW/qpe.ts 125TRANSLATIONS += ../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = light-and-power 10 TARGET = light-and-power
11 11
12TRANSLATIONS = ../../i18n/de/light-and-power.ts 12TRANSLATIONS = ../../i18n/de/light-and-power.ts
13TRANSLATIONS += ../../i18n/es/light-and-power.ts 13TRANSLATIONS += ../../i18n/es/light-and-power.ts
14TRANSLATIONS += ../../i18n/pt/light-and-power.ts 14TRANSLATIONS += ../../i18n/pt/light-and-power.ts
15TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts 15TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
16TRANSLATIONS += ../../i18n/pl/light-and-power.ts 16TRANSLATIONS += ../../i18n/pl/light-and-power.ts
17TRANSLATIONS += ../../i18n/fr/light-and-power.ts 17TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = security 10 TARGET = security
11 11
12TRANSLATIONS = ../../i18n/pt_BR/security.ts 12TRANSLATIONS = ../../i18n/pt_BR/security.ts
13TRANSLATIONS += ../../i18n/es/security.ts 13TRANSLATIONS += ../../i18n/es/security.ts
14TRANSLATIONS += ../../i18n/pt/security.ts 14TRANSLATIONS += ../../i18n/pt/security.ts
15TRANSLATIONS += ../../i18n/de/security.ts 15TRANSLATIONS += ../../i18n/de/security.ts
16TRANSLATIONS += ../../i18n/en/security.ts 16TRANSLATIONS += ../../i18n/en/security.ts
17TRANSLATIONS += ../../i18n/hu/security.ts 17TRANSLATIONS += ../../i18n/hu/security.ts
18TRANSLATIONS += ../../i18n/sl/security.ts 18TRANSLATIONS += ../../i18n/sl/security.ts
19TRANSLATIONS += ../../i18n/ja/security.ts 19TRANSLATIONS += ../../i18n/ja/security.ts
20TRANSLATIONS += ../../i18n/ko/security.ts 20TRANSLATIONS += ../../i18n/ko/security.ts
21TRANSLATIONS += ../../i18n/pl/security.ts 21TRANSLATIONS += ../../i18n/pl/security.ts
22TRANSLATIONS += ../../i18n/no/security.ts 22TRANSLATIONS += ../../i18n/no/security.ts
23TRANSLATIONS += ../../i18n/zh_CN/security.ts 23TRANSLATIONS += ../../i18n/zh_CN/security.ts
24TRANSLATIONS += ../../i18n/zh_TW/security.ts 24TRANSLATIONS += ../../i18n/zh_TW/security.ts
25TRANSLATIONS += ../../i18n/fr/security.ts 25TRANSLATIONS += ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = language 10 TARGET = language
11 11
12TRANSLATIONS = ../../i18n/pt_BR/language.ts 12TRANSLATIONS = ../../i18n/pt_BR/language.ts
13TRANSLATIONS += ../../i18n/es/language.ts 13TRANSLATIONS += ../../i18n/es/language.ts
14TRANSLATIONS += ../../i18n/pt/language.ts 14TRANSLATIONS += ../../i18n/pt/language.ts
15TRANSLATIONS += ../../i18n/de/language.ts 15TRANSLATIONS += ../../i18n/de/language.ts
16TRANSLATIONS += ../../i18n/en/language.ts 16TRANSLATIONS += ../../i18n/en/language.ts
17TRANSLATIONS += ../../i18n/hu/language.ts 17TRANSLATIONS += ../../i18n/hu/language.ts
18TRANSLATIONS += ../../i18n/sl/language.ts 18TRANSLATIONS += ../../i18n/sl/language.ts
19TRANSLATIONS += ../../i18n/pl/language.ts 19TRANSLATIONS += ../../i18n/pl/language.ts
20TRANSLATIONS += ../../i18n/ja/language.ts 20TRANSLATIONS += ../../i18n/ja/language.ts
21TRANSLATIONS += ../../i18n/ko/language.ts 21TRANSLATIONS += ../../i18n/ko/language.ts
22TRANSLATIONS += ../../i18n/no/language.ts 22TRANSLATIONS += ../../i18n/no/language.ts
23TRANSLATIONS += ../../i18n/zh_CN/language.ts 23TRANSLATIONS += ../../i18n/zh_CN/language.ts
24TRANSLATIONS += ../../i18n/zh_TW/language.ts 24TRANSLATIONS += ../../i18n/zh_TW/language.ts
25TRANSLATIONS += ../../i18n/fr/language.ts 25TRANSLATIONS += ../../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
2DESTDIR = ../../bin/ 2DESTDIR = $(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
9LIBS += -lqpe 9LIBS += -lqpe
10TARGET = mediummount \ No newline at end of file 10TARGET = 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 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = ../../bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = soundsettings.h soundsettingsbase.h 4HEADERS = soundsettings.h soundsettingsbase.h
5SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp 5SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp
6#INTERFACES = soundsettingsbase.ui 6#INTERFACES = soundsettingsbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10TARGET = sound 10TARGET = sound
11 11
12TRANSLATIONS = ../../i18n/pt_BR/sound.ts 12TRANSLATIONS = ../../i18n/pt_BR/sound.ts
13TRANSLATIONS += ../../i18n/es/sound.ts 13TRANSLATIONS += ../../i18n/es/sound.ts
14TRANSLATIONS += ../../i18n/pt/sound.ts 14TRANSLATIONS += ../../i18n/pt/sound.ts
15TRANSLATIONS += ../../i18n/de/sound.ts 15TRANSLATIONS += ../../i18n/de/sound.ts
16TRANSLATIONS += ../../i18n/en/sound.ts 16TRANSLATIONS += ../../i18n/en/sound.ts
17TRANSLATIONS += ../../i18n/hu/sound.ts 17TRANSLATIONS += ../../i18n/hu/sound.ts
18TRANSLATIONS += ../../i18n/sl/sound.ts 18TRANSLATIONS += ../../i18n/sl/sound.ts
19TRANSLATIONS += ../../i18n/pl/sound.ts 19TRANSLATIONS += ../../i18n/pl/sound.ts
20TRANSLATIONS += ../../i18n/ja/sound.ts 20TRANSLATIONS += ../../i18n/ja/sound.ts
21TRANSLATIONS += ../../i18n/ko/sound.ts 21TRANSLATIONS += ../../i18n/ko/sound.ts
22TRANSLATIONS += ../../i18n/no/sound.ts 22TRANSLATIONS += ../../i18n/no/sound.ts
23TRANSLATIONS += ../../i18n/zh_CN/sound.ts 23TRANSLATIONS += ../../i18n/zh_CN/sound.ts
24TRANSLATIONS += ../../i18n/zh_TW/sound.ts 24TRANSLATIONS += ../../i18n/zh_TW/sound.ts
25TRANSLATIONS += ../../i18n/fr/sound.ts 25TRANSLATIONS += ../../i18n/fr/sound.ts