summaryrefslogtreecommitdiff
path: root/noncore/net
Unidiff
Diffstat (limited to 'noncore/net') (more/less context) (show 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, 1222 insertions, 14 deletions
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro
index 38ca113..e8af9ea 100644
--- a/noncore/net/ftplib/ftplib.pro
+++ b/noncore/net/ftplib/ftplib.pro
@@ -7,4 +7,94 @@ INTERFACES =
7TARGET = ftplib 7TARGET = ftplib
8QMAKE_LINK=$$QMAKE_CC 8QMAKE_LINK=$$QMAKE_CC
9 9
10include ( $(OPIEDIR)/include.pro ) 10include(
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 ce0f4d6..d4c2a27 100644
--- a/noncore/net/linphone/linphone.pro
+++ b/noncore/net/linphone/linphone.pro
@@ -9,4 +9,100 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -llinphone 9LIBS += -lqpe -llinphone
10 TARGET = olinphone 10 TARGET = olinphone
11 11
12include ( $(OPIEDIR)/include.pro ) 12include(
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 dd9efcb..1b8f611 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -50,7 +50,91 @@ contains( $(CONFIG_TARGET_MACOSX), y ){
50DESTDIR = $(OPIEDIR)/lib 50DESTDIR = $(OPIEDIR)/lib
51TARGET = mailwrapper 51TARGET = mailwrapper
52 52
53include ( $(OPIEDIR)/include.pro ) 53include(
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 )
54 138
55!isEmpty( LIBETPAN_INC_DIR ) { 139!isEmpty( LIBETPAN_INC_DIR ) {
56 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH 140 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index c88923f..e2f548f 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -63,7 +63,90 @@ contains( CONFTEST, y ){
63 63
64TARGET = opiemail 64TARGET = opiemail
65 65
66include ( $(OPIEDIR)/include.pro ) 66include(
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 )
67!isEmpty( LIBETPAN_INC_DIR ) { 150!isEmpty( LIBETPAN_INC_DIR ) {
68 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH 151 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
69} 152}
diff --git a/noncore/net/mail/taskbarapplet/taskbarapplet.pro b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
index 1b13ddc..5b33977 100644
--- a/noncore/net/mail/taskbarapplet/taskbarapplet.pro
+++ b/noncore/net/mail/taskbarapplet/taskbarapplet.pro
@@ -9,4 +9,87 @@ LIBS += -lmailwrapper -lqpe -lopiecore2
9 TARGET =mailapplet 9 TARGET =mailapplet
10 DESTDIR +=$(OPIEDIR)/plugins/applets/ 10 DESTDIR +=$(OPIEDIR)/plugins/applets/
11 11
12include ( $(OPIEDIR)/include.pro ) 12include(
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 caa9bb3..e5917fd 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -6,4 +6,96 @@ INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiecore2 -lftplib 7LIBS += -lqpe -lopiecore2 -lftplib
8 8
9include ( $(OPIEDIR)/include.pro ) 9include(
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 b28ee86..71c31d4 100644
--- a/noncore/net/opieirc/opieirc.pro
+++ b/noncore/net/opieirc/opieirc.pro
@@ -25,4 +25,98 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lqtaux2
25TARGET = opieirc 25TARGET = opieirc
26 26
27 27
28include ( $(OPIEDIR)/include.pro ) 28include(
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 a8ca6e2..5a8ace6 100644
--- a/noncore/net/opierdesktop/opierdesktop.pro
+++ b/noncore/net/opierdesktop/opierdesktop.pro
@@ -22,5 +22,95 @@ INTERFACES =
22TARGET = ordesktop 22TARGET = ordesktop
23QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1 23QMAKE_CXXFLAGS += -DSHARP=1 -DWITH_OPENSSL=1
24 24
25include ( $(OPIEDIR)/include.pro ) 25include(
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 )
26 116
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index 395dfc4..df15f5d 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -10,4 +10,86 @@ DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopietooth1 10LIBS += -lqpe -lopietooth1
11VERSION = 0.0.3 11VERSION = 0.0.3
12 12
13include ( $(OPIEDIR)/include.pro ) 13include(
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 eea6dab..4ae6090 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -8,4 +8,86 @@ LIBS += -lqpe
8INTERFACES = pindlgbase.ui 8INTERFACES = pindlgbase.ui
9 TARGET = bluepin 9 TARGET = bluepin
10 10
11include ( $(OPIEDIR)/include.pro ) 11include(
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 59851ff..370c54d 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -7,4 +7,82 @@ INCLUDEPATH += $(OPIEDIR)/include .
7 DESTDIR = $(OPIEDIR)/lib 7 DESTDIR = $(OPIEDIR)/lib
8LIBS += -lopiecore2 8LIBS += -lopiecore2
9 9
10include ( $(OPIEDIR)/include.pro ) 10include(
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 ba13b2f..5200705 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -27,4 +27,84 @@ INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rf
27 27
28 TARGET = bluetooth-manager 28 TARGET = bluetooth-manager
29 29
30include ( $(OPIEDIR)/include.pro ) 30include(
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 f773cf3..ce10df1 100644
--- a/noncore/net/wellenreiter/gui/gui.pro
+++ b/noncore/net/wellenreiter/gui/gui.pro
@@ -36,7 +36,93 @@ TARGET = wellenreiter
36 36
37!contains( platform, x11 ) { 37!contains( platform, x11 ) {
38 message( qws ) 38 message( qws )
39 include ( $(OPIEDIR)/include.pro ) 39 include(
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 )
40 LIBS += -lqpe -lopiecore2 -lopieui2 -lopienet2 126 LIBS += -lqpe -lopiecore2 -lopieui2 -lopienet2
41} 127}
42 128
diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro
index 53b762a..cb7937a 100644
--- a/noncore/net/wellenreiter/wellenreiter.pro
+++ b/noncore/net/wellenreiter/wellenreiter.pro
@@ -4,7 +4,95 @@ VERSION = 1.0.3-cvs
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 ( $(OPIEDIR)/include.pro ) 7 include(
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 )
8} 96}
9 97
10contains( platform, x11 ) { 98contains( platform, x11 ) {