summaryrefslogtreecommitdiff
path: root/noncore/net
Unidiff
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mailit/mailit.pro1
-rw-r--r--noncore/net/opieftp/opieftp.pro1
-rw-r--r--noncore/net/opietooth/applet/applet.pro1
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro1
-rw-r--r--noncore/net/opietooth/lib/lib.pro1
-rw-r--r--noncore/net/opietooth/manager/manager.pro1
6 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mailit/mailit.pro b/noncore/net/mailit/mailit.pro
index 1d78075..cfbda36 100644
--- a/noncore/net/mailit/mailit.pro
+++ b/noncore/net/mailit/mailit.pro
@@ -32,24 +32,25 @@ SOURCES = emailclient.cpp \
32 maillist.cpp \ 32 maillist.cpp \
33 addresslist.cpp 33 addresslist.cpp
34 34
35INCLUDEPATH += $(OPIEDIR)/include 35INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 36DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe -lopie 37LIBS += -lqpe -lopie
38# -lssl 38# -lssl
39MOC_DIR=qpeobj 39MOC_DIR=qpeobj
40OBJECTS_DIR=qpeobj 40OBJECTS_DIR=qpeobj
41DESTDIR=$(OPIEDIR)/bin 41DESTDIR=$(OPIEDIR)/bin
42 42
43TRANSLATIONS = ../../../i18n/de/mailit.ts \ 43TRANSLATIONS = ../../../i18n/de/mailit.ts \
44 ../../../i18n/nl/mailit.ts \
44 ../../../i18n/da/mailit.ts \ 45 ../../../i18n/da/mailit.ts \
45 ../../../i18n/xx/mailit.ts \ 46 ../../../i18n/xx/mailit.ts \
46 ../../../i18n/it/mailit.ts \ 47 ../../../i18n/it/mailit.ts \
47 ../../../i18n/en/mailit.ts \ 48 ../../../i18n/en/mailit.ts \
48 ../../../i18n/es/mailit.ts \ 49 ../../../i18n/es/mailit.ts \
49 ../../../i18n/fr/mailit.ts \ 50 ../../../i18n/fr/mailit.ts \
50 ../../../i18n/hu/mailit.ts \ 51 ../../../i18n/hu/mailit.ts \
51 ../../../i18n/ja/mailit.ts \ 52 ../../../i18n/ja/mailit.ts \
52 ../../../i18n/ko/mailit.ts \ 53 ../../../i18n/ko/mailit.ts \
53 ../../../i18n/no/mailit.ts \ 54 ../../../i18n/no/mailit.ts \
54 ../../../i18n/pl/mailit.ts \ 55 ../../../i18n/pl/mailit.ts \
55 ../../../i18n/pt/mailit.ts \ 56 ../../../i18n/pt/mailit.ts \
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index 9819cf8..dbccd98 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -1,23 +1,24 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = opieftp.h inputDialog.h ftplib.h 3HEADERS = opieftp.h inputDialog.h ftplib.h
4SOURCES = opieftp.cpp inputDialog.cpp main.cpp 4SOURCES = opieftp.cpp inputDialog.cpp main.cpp
5TARGET = opieftp 5TARGET = opieftp
6DESTDIR = $(OPIEDIR)/bin 6DESTDIR = $(OPIEDIR)/bin
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lftplib 9LIBS += -lqpe -lftplib
10 10
11TRANSLATIONS = ../../../i18n/de/opieftp.ts \ 11TRANSLATIONS = ../../../i18n/de/opieftp.ts \
12 ../../../i18n/nl/opieftp.ts \
12 ../../../i18n/da/opieftp.ts \ 13 ../../../i18n/da/opieftp.ts \
13 ../../../i18n/xx/opieftp.ts \ 14 ../../../i18n/xx/opieftp.ts \
14 ../../../i18n/en/opieftp.ts \ 15 ../../../i18n/en/opieftp.ts \
15 ../../../i18n/es/opieftp.ts \ 16 ../../../i18n/es/opieftp.ts \
16 ../../../i18n/fr/opieftp.ts \ 17 ../../../i18n/fr/opieftp.ts \
17 ../../../i18n/hu/opieftp.ts \ 18 ../../../i18n/hu/opieftp.ts \
18 ../../../i18n/ja/opieftp.ts \ 19 ../../../i18n/ja/opieftp.ts \
19 ../../../i18n/ko/opieftp.ts \ 20 ../../../i18n/ko/opieftp.ts \
20 ../../../i18n/no/opieftp.ts \ 21 ../../../i18n/no/opieftp.ts \
21 ../../../i18n/pl/opieftp.ts \ 22 ../../../i18n/pl/opieftp.ts \
22 ../../../i18n/pt/opieftp.ts \ 23 ../../../i18n/pt/opieftp.ts \
23 ../../../i18n/pt_BR/opieftp.ts \ 24 ../../../i18n/pt_BR/opieftp.ts \
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index 6b68284..23c1d0a 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -2,24 +2,25 @@ TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = bluezapplet.h bluezappletimpl.h 3HEADERS = bluezapplet.h bluezappletimpl.h
4SOURCES = bluezapplet.cpp bluezappletimpl.cpp 4SOURCES = bluezapplet.cpp bluezappletimpl.cpp
5TARGET = bluetoothapplet 5TARGET = bluetoothapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 8INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth 10LIBS += -lqpe -lopietooth
11VERSION = 0.0.3 11VERSION = 0.0.3
12 12
13TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ 13TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \
14 ../../../../i18n/nl/libbluetoothapplet.ts \
14 ../../../../i18n/da/libbluetoothapplet.ts \ 15 ../../../../i18n/da/libbluetoothapplet.ts \
15 ../../../../i18n/xx/libbluetoothapplet.ts \ 16 ../../../../i18n/xx/libbluetoothapplet.ts \
16 ../../../../i18n/en/libbluetoothapplet.ts \ 17 ../../../../i18n/en/libbluetoothapplet.ts \
17 ../../../../i18n/es/libbluetoothapplet.ts \ 18 ../../../../i18n/es/libbluetoothapplet.ts \
18 ../../../../i18n/fr/libbluetoothapplet.ts \ 19 ../../../../i18n/fr/libbluetoothapplet.ts \
19 ../../../../i18n/hu/libbluetoothapplet.ts \ 20 ../../../../i18n/hu/libbluetoothapplet.ts \
20 ../../../../i18n/ja/libbluetoothapplet.ts \ 21 ../../../../i18n/ja/libbluetoothapplet.ts \
21 ../../../../i18n/ko/libbluetoothapplet.ts \ 22 ../../../../i18n/ko/libbluetoothapplet.ts \
22 ../../../../i18n/no/libbluetoothapplet.ts \ 23 ../../../../i18n/no/libbluetoothapplet.ts \
23 ../../../../i18n/pl/libbluetoothapplet.ts \ 24 ../../../../i18n/pl/libbluetoothapplet.ts \
24 ../../../../i18n/pt/libbluetoothapplet.ts \ 25 ../../../../i18n/pt/libbluetoothapplet.ts \
25 ../../../../i18n/pt_BR/libbluetoothapplet.ts \ 26 ../../../../i18n/pt_BR/libbluetoothapplet.ts \
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 37c6ae8..102a937 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -3,24 +3,25 @@ TEMPLATE = app
3CONFIG = qt warn_on release 3CONFIG = qt warn_on release
4HEADERS = pindlg.h 4HEADERS = pindlg.h
5SOURCES = main.cc pindlg.cc 5SOURCES = main.cc pindlg.cc
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib 7INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10INTERFACES = pindlgbase.ui 10INTERFACES = pindlgbase.ui
11 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
12TARGET = bluepin 12TARGET = bluepin
13 13
14TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ 14TRANSLATIONS = ../../../../i18n/de/bluepin.ts \
15 ../../../../i18n/nl/bluepin.ts \
15 ../../../../i18n/da/bluepin.ts \ 16 ../../../../i18n/da/bluepin.ts \
16 ../../../../i18n/xx/bluepin.ts \ 17 ../../../../i18n/xx/bluepin.ts \
17 ../../../../i18n/en/bluepin.ts \ 18 ../../../../i18n/en/bluepin.ts \
18 ../../../../i18n/es/bluepin.ts \ 19 ../../../../i18n/es/bluepin.ts \
19 ../../../../i18n/fr/bluepin.ts \ 20 ../../../../i18n/fr/bluepin.ts \
20 ../../../../i18n/hu/bluepin.ts \ 21 ../../../../i18n/hu/bluepin.ts \
21 ../../../../i18n/ja/bluepin.ts \ 22 ../../../../i18n/ja/bluepin.ts \
22 ../../../../i18n/ko/bluepin.ts \ 23 ../../../../i18n/ko/bluepin.ts \
23 ../../../../i18n/no/bluepin.ts \ 24 ../../../../i18n/no/bluepin.ts \
24 ../../../../i18n/pl/bluepin.ts \ 25 ../../../../i18n/pl/bluepin.ts \
25 ../../../../i18n/pt/bluepin.ts \ 26 ../../../../i18n/pt/bluepin.ts \
26 ../../../../i18n/pt_BR/bluepin.ts \ 27 ../../../../i18n/pt_BR/bluepin.ts \
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 25b3c2d..7caa25b 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -1,23 +1,24 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qte warn_on release 2CONFIG += qte warn_on release
3 HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h 3 HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h
4 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp 4 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp
5 TARGET = opietooth 5 TARGET = opietooth
6INCLUDEPATH += $(OPIEDIR)/include . 6INCLUDEPATH += $(OPIEDIR)/include .
7 DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 7 DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
8LIBS += -lopie 8LIBS += -lopie
9#VERSION = 0.0.0 9#VERSION = 0.0.0
10 10
11TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ 11TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \
12 ../../../../i18n/nl/libopietooth.ts \
12 ../../../../i18n/da/libopietooth.ts \ 13 ../../../../i18n/da/libopietooth.ts \
13 ../../../../i18n/xx/libopietooth.ts \ 14 ../../../../i18n/xx/libopietooth.ts \
14 ../../../../i18n/en/libopietooth.ts \ 15 ../../../../i18n/en/libopietooth.ts \
15 ../../../../i18n/es/libopietooth.ts \ 16 ../../../../i18n/es/libopietooth.ts \
16 ../../../../i18n/fr/libopietooth.ts \ 17 ../../../../i18n/fr/libopietooth.ts \
17 ../../../../i18n/hu/libopietooth.ts \ 18 ../../../../i18n/hu/libopietooth.ts \
18 ../../../../i18n/ja/libopietooth.ts \ 19 ../../../../i18n/ja/libopietooth.ts \
19 ../../../../i18n/ko/libopietooth.ts \ 20 ../../../../i18n/ko/libopietooth.ts \
20 ../../../../i18n/no/libopietooth.ts \ 21 ../../../../i18n/no/libopietooth.ts \
21 ../../../../i18n/pl/libopietooth.ts \ 22 ../../../../i18n/pl/libopietooth.ts \
22 ../../../../i18n/pt/libopietooth.ts \ 23 ../../../../i18n/pt/libopietooth.ts \
23 ../../../../i18n/pt_BR/libopietooth.ts \ 24 ../../../../i18n/pt_BR/libopietooth.ts \
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 6fad6ae..9841740 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -19,24 +19,25 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \
19 obexdialog.cpp devicehandler.cpp \ 19 obexdialog.cpp devicehandler.cpp \
20 rfcpopup.cpp obexpopup.cpp \ 20 rfcpopup.cpp obexpopup.cpp \
21 rfcommhelper.cpp panpopup.cpp dunpopup.cpp 21 rfcommhelper.cpp panpopup.cpp dunpopup.cpp
22INCLUDEPATH += $(OPIEDIR)/include 22INCLUDEPATH += $(OPIEDIR)/include
23INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 23INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS += -lqpe -lopietooth -lopie 25LIBS += -lqpe -lopietooth -lopie
26INTERFACES = bluetoothbase.ui devicedialog.ui 26INTERFACES = bluetoothbase.ui devicedialog.ui
27DESTDIR = $(OPIEDIR)/bin 27DESTDIR = $(OPIEDIR)/bin
28TARGET = bluetooth-manager 28TARGET = bluetooth-manager
29 29
30TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ 30TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \
31 ../../../../i18n/nl/bluetooth-manager.ts \
31 ../../../../i18n/da/bluetooth-manager.ts \ 32 ../../../../i18n/da/bluetooth-manager.ts \
32 ../../../../i18n/xx/bluetooth-manager.ts \ 33 ../../../../i18n/xx/bluetooth-manager.ts \
33 ../../../../i18n/en/bluetooth-manager.ts \ 34 ../../../../i18n/en/bluetooth-manager.ts \
34 ../../../../i18n/es/bluetooth-manager.ts \ 35 ../../../../i18n/es/bluetooth-manager.ts \
35 ../../../../i18n/fr/bluetooth-manager.ts \ 36 ../../../../i18n/fr/bluetooth-manager.ts \
36 ../../../../i18n/hu/bluetooth-manager.ts \ 37 ../../../../i18n/hu/bluetooth-manager.ts \
37 ../../../../i18n/ja/bluetooth-manager.ts \ 38 ../../../../i18n/ja/bluetooth-manager.ts \
38 ../../../../i18n/ko/bluetooth-manager.ts \ 39 ../../../../i18n/ko/bluetooth-manager.ts \
39 ../../../../i18n/no/bluetooth-manager.ts \ 40 ../../../../i18n/no/bluetooth-manager.ts \
40 ../../../../i18n/pl/bluetooth-manager.ts \ 41 ../../../../i18n/pl/bluetooth-manager.ts \
41 ../../../../i18n/pt/bluetooth-manager.ts \ 42 ../../../../i18n/pt/bluetooth-manager.ts \
42 ../../../../i18n/pt_BR/bluetooth-manager.ts \ 43 ../../../../i18n/pt_BR/bluetooth-manager.ts \