summaryrefslogtreecommitdiff
path: root/noncore/net
authormickeyl <mickeyl>2004-12-24 20:12:34 (UTC)
committer mickeyl <mickeyl>2004-12-24 20:12:34 (UTC)
commit15dc267bf93fd9d32cfa9a4c642d0b89761eda7d (patch) (unidiff)
treefc4014b9eb59dfddc61e55eadd7391f89fce1def /noncore/net
parentc935fd64ef5892d32d3d55780f26643a47452752 (diff)
downloadopie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.zip
opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.gz
opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.bz2
Repair damage done by a broken replace program. Note to self: Never use anything other than sed!
Merry Christmas!
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/ftplib/ftplib.pro92
-rw-r--r--noncore/net/linphone/linphone.pro98
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro86
-rw-r--r--noncore/net/mail/mail.pro85
-rw-r--r--noncore/net/mail/taskbarapplet/taskbarapplet.pro85
-rw-r--r--noncore/net/opieftp/opieftp.pro94
-rw-r--r--noncore/net/opieirc/opieirc.pro96
-rw-r--r--noncore/net/opierdesktop/opierdesktop.pro92
-rw-r--r--noncore/net/opietooth/applet/applet.pro84
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro84
-rw-r--r--noncore/net/opietooth/lib/lib.pro80
-rw-r--r--noncore/net/opietooth/manager/manager.pro82
-rw-r--r--noncore/net/wellenreiter/gui/gui.pro88
-rw-r--r--noncore/net/wellenreiter/wellenreiter.pro90
14 files changed, 14 insertions, 1222 deletions
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro
index e8af9ea..54bf5fe 100644
--- a/noncore/net/ftplib/ftplib.pro
+++ b/noncore/net/ftplib/ftplib.pro
@@ -4,97 +4,7 @@ HEADERS = ftplib.h
4SOURCES = ftplib.c 4SOURCES = ftplib.c
5DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 5DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
6INTERFACES = 6INTERFACES =
7TARGET = ftplib 7TARGET = ftplib
8QMAKE_LINK=$$QMAKE_CC 8QMAKE_LINK=$$QMAKE_CC
9 9
10include( 10include( $(OPIEDIR)/include.pro )
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/linphone/linphone.pro b/noncore/net/linphone/linphone.pro
index d4c2a27..ef3e61a 100644
--- a/noncore/net/linphone/linphone.pro
+++ b/noncore/net/linphone/linphone.pro
@@ -6,103 +6,7 @@ INTERFACES = mainwidget.ui settingsdialog.ui
6 6
7 INCLUDEPATH+= $(OPIEDIR)/include /usr/include/linphone /usr/include/osipua /usr/include/ortp /usr/include/glib-2.0 /usr/lib/glib-2.0/include 7 INCLUDEPATH+= $(OPIEDIR)/include /usr/include/linphone /usr/include/osipua /usr/include/ortp /usr/include/glib-2.0 /usr/lib/glib-2.0/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -llinphone 9LIBS += -lqpe -llinphone
10 TARGET = olinphone 10 TARGET = olinphone
11 11
12include( 12include( $(OPIEDIR)/include.pro )
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index 1b8f611..2f8c54d 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -47,97 +47,13 @@ contains( $(CONFIG_TARGET_MACOSX), y ){
47 LIBS += -liconv 47 LIBS += -liconv
48} 48}
49 49
50DESTDIR = $(OPIEDIR)/lib 50DESTDIR = $(OPIEDIR)/lib
51TARGET = mailwrapper 51TARGET = mailwrapper
52 52
53include( 53include( $(OPIEDIR)/include.pro )
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137 $(OPIEDIR)/include.pro )
138 54
139!isEmpty( LIBETPAN_INC_DIR ) { 55!isEmpty( LIBETPAN_INC_DIR ) {
140 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH 56 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
141} 57}
142!isEmpty( LIBETPAN_LIB_DIR ) { 58!isEmpty( LIBETPAN_LIB_DIR ) {
143 LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS 59 LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index e2f548f..e394bbf 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -60,96 +60,13 @@ contains( CONFTEST, y ){
60}else{ 60}else{
61 LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -lopiemm2 61 LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -lopiemm2
62} 62}
63 63
64TARGET = opiemail 64TARGET = opiemail
65 65
66include( 66include( $(OPIEDIR)/include.pro )
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149 $(OPIEDIR)/include.pro )
150!isEmpty( LIBETPAN_INC_DIR ) { 67!isEmpty( LIBETPAN_INC_DIR ) {
151 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH 68 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
152} 69}
153!isEmpty( LIBETPAN_LIB_DIR ) { 70!isEmpty( LIBETPAN_LIB_DIR ) {
154 LIBS = -Wl,-rpath-link,$$LIBETPAN_LIB_DIR $$LIBS 71 LIBS = -Wl,-rpath-link,$$LIBETPAN_LIB_DIR $$LIBS
155} 72}
diff --git a/noncore/net/mail/taskbarapplet/taskbarapplet.pro b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
index 5b33977..258c745 100644
--- a/noncore/net/mail/taskbarapplet/taskbarapplet.pro
+++ b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
@@ -6,90 +6,7 @@ SOURCES += mailapplet.cpp \
6 mailappletimpl.cpp 6 mailappletimpl.cpp
7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/net/mail 7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/net/mail
8 LIBS +=-lmailwrapper -lqpe -lopiecore2 8 LIBS +=-lmailwrapper -lqpe -lopiecore2
9 TARGET =mailapplet 9 TARGET =mailapplet
10 DESTDIR +=$(OPIEDIR)/plugins/applets/ 10 DESTDIR +=$(OPIEDIR)/plugins/applets/
11 11
12include( 12include( $(OPIEDIR)/include.pro )
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index e5917fd..fe69e15 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -3,99 +3,7 @@ HEADERS = opieftp.h inputDialog.h
3SOURCES = opieftp.cpp inputDialog.cpp main.cpp 3SOURCES = opieftp.cpp inputDialog.cpp main.cpp
4TARGET = opieftp 4TARGET = opieftp
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiecore2 -lftplib 7LIBS += -lqpe -lopiecore2 -lftplib
8 8
9include( 9include( $(OPIEDIR)/include.pro )
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro
index 71c31d4..db89fa6 100644
--- a/noncore/net/opieirc/opieirc.pro
+++ b/noncore/net/opieirc/opieirc.pro
@@ -22,101 +22,7 @@ DEPENDPATH += $(OPIEDIR)/include
22PRECOMPILED_HEADER = stable.h 22PRECOMPILED_HEADER = stable.h
23 23
24LIBS += -lqpe -lopiecore2 -lopieui2 -lqtaux2 24LIBS += -lqpe -lopiecore2 -lopieui2 -lqtaux2
25TARGET = opieirc 25TARGET = opieirc
26 26
27 27
28include( 28include( $(OPIEDIR)/include.pro )
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opierdesktop/opierdesktop.pro b/noncore/net/opierdesktop/opierdesktop.pro
index 5a8ace6..97120b5 100644
--- a/noncore/net/opierdesktop/opierdesktop.pro
+++ b/noncore/net/opierdesktop/opierdesktop.pro
@@ -19,98 +19,8 @@ INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include 19DEPENDPATH += $(OPIEDIR)/include
20LIBS += -lqpe -lm -lcrypto 20LIBS += -lqpe -lm -lcrypto
21INTERFACES = 21INTERFACES =
22TARGET = ordesktop 22TARGET = ordesktop
23QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1 23QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1
24 24
25include( 25include( $(OPIEDIR)/include.pro )
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115 $(OPIEDIR)/include.pro )
116 26
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index df15f5d..bb8a053 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -7,89 +7,7 @@ DESTDIR = $(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 -lopietooth1 10LIBS += -lqpe -lopietooth1
11VERSION = 0.0.3 11VERSION = 0.0.3
12 12
13include( 13include( $(OPIEDIR)/include.pro )
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 4ae6090..12a3110 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -5,89 +5,7 @@ INCLUDEPATH += $(OPIEDIR)/include
5INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib 5INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe
8INTERFACES = pindlgbase.ui 8INTERFACES = pindlgbase.ui
9 TARGET = bluepin 9 TARGET = bluepin
10 10
11include( 11include( $(OPIEDIR)/include.pro )
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 370c54d..9d3c14d 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -4,85 +4,7 @@ HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h st
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 = opietooth1 5 TARGET = opietooth1
6INCLUDEPATH += $(OPIEDIR)/include . 6INCLUDEPATH += $(OPIEDIR)/include .
7 DESTDIR = $(OPIEDIR)/lib 7 DESTDIR = $(OPIEDIR)/lib
8LIBS += -lopiecore2 8LIBS += -lopiecore2
9 9
10include( 10include( $(OPIEDIR)/include.pro )
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 5200705..b468784 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -24,87 +24,7 @@ INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS += -lqpe -lopietooth1 -lopiecore2 -lopieui2 25LIBS += -lqpe -lopietooth1 -lopiecore2 -lopieui2
26INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui 26INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui
27 27
28 TARGET = bluetooth-manager 28 TARGET = bluetooth-manager
29 29
30include( 30include( $(OPIEDIR)/include.pro )
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110 $(OPIEDIR)/include.pro )
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro
index ce10df1..4ebac84 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -33,99 +33,13 @@ INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
34INTERFACES = configbase.ui 34INTERFACES = configbase.ui
35TARGET = wellenreiter 35TARGET = wellenreiter
36 36
37!contains( platform, x11 ) { 37!contains( platform, x11 ) {
38 message( qws ) 38 message( qws )
39 include( 39 include( $(OPIEDIR)/include.pro )
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125 $(OPIEDIR)/include.pro )
126 LIBS += -lqpe -lopiecore2 -lopieui2 -lopienet2 40 LIBS += -lqpe -lopiecore2 -lopieui2 -lopienet2
127} 41}
128 42
129contains( platform, x11 ) { 43contains( platform, x11 ) {
130 LIBS += -L$(OPIEDIR)/output/lib -Wl,-rpath,$(OPIEDIR)/output/lib -Wl,-rpath,/usr/local/lib -lwellenreiter 44 LIBS += -L$(OPIEDIR)/output/lib -Wl,-rpath,$(OPIEDIR)/output/lib -Wl,-rpath,/usr/local/lib -lwellenreiter
131 SOURCES += resource.cpp 45 SOURCES += resource.cpp
diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro
index cb7937a..e995db9 100644
--- a/noncore/net/wellenreiter/wellenreiter.pro
+++ b/noncore/net/wellenreiter/wellenreiter.pro
@@ -1,101 +1,13 @@
1TEMPLATE = subdirs 1TEMPLATE = subdirs
2VERSION = 1.0.3-cvs 2VERSION = 1.0.3-cvs
3 3
4!contains( platform, x11 ) { 4!contains( platform, x11 ) {
5 message( Configuring Wellenreiter for build on Opie ) 5 message( Configuring Wellenreiter for build on Opie )
6 SUBDIRS = gui 6 SUBDIRS = gui
7 include( 7 include( $(OPIEDIR)/include.pro )
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95 $(OPIEDIR)/include.pro )
96} 8}
97 9
98contains( platform, x11 ) { 10contains( platform, x11 ) {
99 message( Configuring Wellenreiter for build on Qt/X11 ) 11 message( Configuring Wellenreiter for build on Qt/X11 )
100 SUBDIRS = lib gui 12 SUBDIRS = lib gui
101 system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics ) 13 system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics )