summaryrefslogtreecommitdiff
path: root/noncore/unsupported
Unidiff
Diffstat (limited to 'noncore/unsupported') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro261
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.pro257
-rw-r--r--noncore/unsupported/libopie/libopie.pro252
-rw-r--r--noncore/unsupported/libopie/pim/libopie.pro251
-rw-r--r--noncore/unsupported/mail2/bend/bend.pro248
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro249
-rw-r--r--noncore/unsupported/mail2/mail.pro249
-rw-r--r--noncore/unsupported/mailit/mailit.pro255
-rw-r--r--noncore/unsupported/oipkg/oipkg.pro250
-rwxr-xr-xnoncore/unsupported/qashmoney/qashmoney.pro259
-rw-r--r--noncore/unsupported/qpdf/qpdf.pro248
-rw-r--r--noncore/unsupported/ubrowser/ubrowser.pro254
12 files changed, 12 insertions, 3021 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 1771609..a574110 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -1,271 +1,12 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = inlineedit.h filebrowser.h filePermissions.h 4 HEADERS = inlineedit.h filebrowser.h filePermissions.h
5 SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp 5 SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10 TARGET = filebrowser 10 TARGET = filebrowser
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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro
index 4cceb5a..13f0a7c 100644
--- a/noncore/unsupported/gsmtool/gsmtool.pro
+++ b/noncore/unsupported/gsmtool/gsmtool.pro
@@ -1,271 +1,16 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 #CONFIG = qt warn_on 2 #CONFIG = qt warn_on
3 CONFIG = qt warn_on 3 CONFIG = qt warn_on
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5 HEADERS = gsmtool.h 5 HEADERS = gsmtool.h
6 SOURCES = main.cpp gsmtool.cpp 6 SOURCES = main.cpp gsmtool.cpp
7# This doesn't actually work... 7# This doesn't actually work...
8TMAKE_CXXFLAGS += -fexceptions 8TMAKE_CXXFLAGS += -fexceptions
9 INCLUDEPATH+= $(OPIEDIR)/include 9 INCLUDEPATH+= $(OPIEDIR)/include
10 #INCLUDEPATH+= $(GSMLIBDIR) 10 #INCLUDEPATH+= $(GSMLIBDIR)
11 DEPENDPATH+= $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
12LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme 12LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme
13 INTERFACES= gsmtoolbase.ui 13 INTERFACES= gsmtoolbase.ui
14 TARGET = gsmtool 14 TARGET = gsmtool
15 15
16include( 16include( $(OPIEDIR)/include.pro )
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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/libopie/libopie.pro b/noncore/unsupported/libopie/libopie.pro
index d6c6485..a438bd5 100644
--- a/noncore/unsupported/libopie/libopie.pro
+++ b/noncore/unsupported/libopie/libopie.pro
@@ -78,275 +78,25 @@ SOURCES = ofontmenu.cc \
78 pim/opimxrefmanager.cpp \ 78 pim/opimxrefmanager.cpp \
79 pim/opimmaintainer.cpp \ 79 pim/opimmaintainer.cpp \
80 pim/opimnotify.cpp \ 80 pim/opimnotify.cpp \
81 pim/opimnotifymanager.cpp \ 81 pim/opimnotifymanager.cpp \
82 pim/opimmainwindow.cpp \ 82 pim/opimmainwindow.cpp \
83 pim/opimresolver.cpp \ 83 pim/opimresolver.cpp \
84 pim/oevent.cpp \ 84 pim/oevent.cpp \
85 pim/otimezone.cpp \ 85 pim/otimezone.cpp \
86 pim/odatebookaccess.cpp \ 86 pim/odatebookaccess.cpp \
87 pim/odatebookaccessbackend.cpp \ 87 pim/odatebookaccessbackend.cpp \
88 pim/odatebookaccessbackend_xml.cpp \ 88 pim/odatebookaccessbackend_xml.cpp \
89 orecurrancewidget.cpp \ 89 orecurrancewidget.cpp \
90 oticker.cpp owait.cpp 90 oticker.cpp owait.cpp
91 91
92TARGET = opie 92TARGET = opie
93INCLUDEPATH += $(OPIEDIR)/include 93INCLUDEPATH += $(OPIEDIR)/include
94DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 94DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
95 95
96LIBS += -lqpe 96LIBS += -lqpe
97 97
98INTERFACES = otimepickerbase.ui orecurrancebase.ui 98INTERFACES = otimepickerbase.ui orecurrancebase.ui
99TARGET = opie 99TARGET = opie
100 100
101 101
102include( 102include( $(OPIEDIR)/include.pro )
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/libopie/pim/libopie.pro b/noncore/unsupported/libopie/pim/libopie.pro
index b71c578..a712b22 100644
--- a/noncore/unsupported/libopie/pim/libopie.pro
+++ b/noncore/unsupported/libopie/pim/libopie.pro
@@ -40,274 +40,25 @@ SOURCES = ofontmenu.cc \
40 otabwidget.cpp otabbar.cpp \ 40 otabwidget.cpp otabbar.cpp \
41 ofileselector/ofiledialog.cpp \ 41 ofileselector/ofiledialog.cpp \
42 ofileselector/ofilelistview.cpp \ 42 ofileselector/ofilelistview.cpp \
43 ofileselector/ofileselector.cpp \ 43 ofileselector/ofileselector.cpp \
44 ofileselector/ofileselectoritem.cpp \ 44 ofileselector/ofileselectoritem.cpp \
45 ofileselector/ofileview.cpp \ 45 ofileselector/ofileview.cpp \
46 ofileselector/olister.cpp \ 46 ofileselector/olister.cpp \
47 ofileselector/olocallister.cpp \ 47 ofileselector/olocallister.cpp \
48 ofileselector/ofileselectormain.cpp \ 48 ofileselector/ofileselectormain.cpp \
49 pim/otodo.cpp \ 49 pim/otodo.cpp \
50 pim/opimrecord.cpp \ 50 pim/opimrecord.cpp \
51 pim/otodoaccess.cpp \ 51 pim/otodoaccess.cpp \
52 pim/otodoaccessbackend.cpp \ 52 pim/otodoaccessbackend.cpp \
53 pim/ocontact.cpp \ 53 pim/ocontact.cpp \
54 pim/ocontactaccess.cpp \ 54 pim/ocontactaccess.cpp \
55 pim/orecord.cpp 55 pim/orecord.cpp
56 56
57TARGET = opie 57TARGET = opie
58INCLUDEPATH += $(OPIEDIR)/include 58INCLUDEPATH += $(OPIEDIR)/include
59DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 59DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
60#VERSION = 1.0.0 60#VERSION = 1.0.0
61 61
62INTERFACES = otimepickerbase.ui 62INTERFACES = otimepickerbase.ui
63 63
64include( 64include( $(OPIEDIR)/include.pro )
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro
index 8f6fca4..52eea3d 100644
--- a/noncore/unsupported/mail2/bend/bend.pro
+++ b/noncore/unsupported/mail2/bend/bend.pro
@@ -1,258 +1,12 @@
1 TEMPLATE =lib 1 TEMPLATE =lib
2 CONFIG +=qt plugin warn_on 2 CONFIG +=qt plugin warn_on
3 HEADERS +=bend.h \ 3 HEADERS +=bend.h \
4 bendimpl.h 4 bendimpl.h
5 SOURCES +=bend.cpp \ 5 SOURCES +=bend.cpp \
6 bendimpl.cpp 6 bendimpl.cpp
7 INCLUDEPATH +=$(OPIEDIR)/include ../libmail 7 INCLUDEPATH +=$(OPIEDIR)/include ../libmail
8 LIBS +=-lcoremail -lqpe 8 LIBS +=-lcoremail -lqpe
9 TARGET =bend 9 TARGET =bend
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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index fcba525..4595c21 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -2,272 +2,25 @@ TEMPLATE = lib
2 CONFIG +=qt warn_on 2 CONFIG +=qt warn_on
3 #CONFIG +=qt warn_on 3 #CONFIG +=qt warn_on
4 HEADERS =configfile.h \ 4 HEADERS =configfile.h \
5 defines.h \ 5 defines.h \
6 imapbase.h \ 6 imapbase.h \
7 imaphandler.h \ 7 imaphandler.h \
8 imapresponse.h \ 8 imapresponse.h \
9 mailfactory.h \ 9 mailfactory.h \
10 md5.h \ 10 md5.h \
11 miscfunctions.h \ 11 miscfunctions.h \
12 smtphandler.h 12 smtphandler.h
13 SOURCES =configfile.cpp \ 13 SOURCES =configfile.cpp \
14 imapbase.cpp \ 14 imapbase.cpp \
15 imaphandler.cpp \ 15 imaphandler.cpp \
16 imapresponse.cpp \ 16 imapresponse.cpp \
17 mailfactory.cpp \ 17 mailfactory.cpp \
18 md5.cpp \ 18 md5.cpp \
19 miscfunctions.cpp \ 19 miscfunctions.cpp \
20 smtphandler.cpp 20 smtphandler.cpp
21 INCLUDEPATH +=$(OPIEDIR)/include 21 INCLUDEPATH +=$(OPIEDIR)/include
22 LIBS +=-L$(OPIEDIR)/lib -lqpe 22 LIBS +=-L$(OPIEDIR)/lib -lqpe
23 TARGET =coremail 23 TARGET =coremail
24DESTDIR = $(OPIEDIR)/lib 24DESTDIR = $(OPIEDIR)/lib
25 25
26include( 26include( $(OPIEDIR)/include.pro )
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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index 52957b4..99152a6 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -22,272 +22,25 @@ SOURCES = accounteditor.cpp \
22 composerbase.cpp \ 22 composerbase.cpp \
23 configdiag.cpp \ 23 configdiag.cpp \
24 folderwidget.cpp \ 24 folderwidget.cpp \
25 listviewplus.cpp \ 25 listviewplus.cpp \
26 mailstatusbar.cpp \ 26 mailstatusbar.cpp \
27 mailtable.cpp \ 27 mailtable.cpp \
28 main.cpp \ 28 main.cpp \
29 mainwindow.cpp \ 29 mainwindow.cpp \
30 mainwindowbase.cpp \ 30 mainwindowbase.cpp \
31 opendiag.cpp \ 31 opendiag.cpp \
32 rename.cpp \ 32 rename.cpp \
33 searchdiag.cpp \ 33 searchdiag.cpp \
34 viewmail.cpp \ 34 viewmail.cpp \
35 viewmailbase.cpp 35 viewmailbase.cpp
36 INTERFACES = accounteditorbase.ui \ 36 INTERFACES = accounteditorbase.ui \
37 addresspickerbase.ui \ 37 addresspickerbase.ui \
38 configdiagbase.ui \ 38 configdiagbase.ui \
39 opendiagbase.ui \ 39 opendiagbase.ui \
40 renamebase.ui \ 40 renamebase.ui \
41 searchdiagbase.ui 41 searchdiagbase.ui
42 INCLUDEPATH += $(OPIEDIR)/include libmail 42 INCLUDEPATH += $(OPIEDIR)/include libmail
43 LIBS += -lcoremail -lqpe -lopie 43 LIBS += -lcoremail -lqpe -lopie
44 TARGET = mail 44 TARGET = mail
45 45
46include( 46include( $(OPIEDIR)/include.pro )
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/mailit/mailit.pro b/noncore/unsupported/mailit/mailit.pro
index bcf6412..752f0b4 100644
--- a/noncore/unsupported/mailit/mailit.pro
+++ b/noncore/unsupported/mailit/mailit.pro
@@ -16,278 +16,25 @@ HEADERS = emailclient.h \
16 maillist.h \ 16 maillist.h \
17 addresslist.h 17 addresslist.h
18SOURCES = emailclient.cpp \ 18SOURCES = emailclient.cpp \
19 emailhandler.cpp \ 19 emailhandler.cpp \
20 emaillistitem.cpp \ 20 emaillistitem.cpp \
21 mailitwindow.cpp \ 21 mailitwindow.cpp \
22 main.cpp \ 22 main.cpp \
23 md5.c \ 23 md5.c \
24 popclient.cpp \ 24 popclient.cpp \
25 readmail.cpp \ 25 readmail.cpp \
26 smtpclient.cpp \ 26 smtpclient.cpp \
27 writemail.cpp \ 27 writemail.cpp \
28 textparser.cpp \ 28 textparser.cpp \
29 viewatt.cpp \ 29 viewatt.cpp \
30 addatt.cpp \ 30 addatt.cpp \
31 editaccount.cpp \ 31 editaccount.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
39 39
40include( 40include( $(OPIEDIR)/include.pro )
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro
index fc334b2..7ee9a14 100644
--- a/noncore/unsupported/oipkg/oipkg.pro
+++ b/noncore/unsupported/oipkg/oipkg.pro
@@ -16,273 +16,25 @@ HEADERS = mainwindow.h \
16 packagelistview.h \ 16 packagelistview.h \
17 package.h 17 package.h
18 SOURCES = main.cpp \ 18 SOURCES = main.cpp \
19 mainwindow.cpp \ 19 mainwindow.cpp \
20 utils.cpp \ 20 utils.cpp \
21 packagelistdoclnk.cpp \ 21 packagelistdoclnk.cpp \
22 packagelistview.cpp \ 22 packagelistview.cpp \
23 installdialog.cpp \ 23 installdialog.cpp \
24 listviewitemoipkg.cpp \ 24 listviewitemoipkg.cpp \
25 packagelistremote.cpp \ 25 packagelistremote.cpp \
26 packagelistlocal.cpp \ 26 packagelistlocal.cpp \
27 pksettings.cpp \ 27 pksettings.cpp \
28 pmipkg.cpp \ 28 pmipkg.cpp \
29 packagelistitem.cpp \ 29 packagelistitem.cpp \
30 packagelist.cpp \ 30 packagelist.cpp \
31 package.cpp 31 package.cpp
32INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
33 DEPENDPATH+= $(OPIEDIR)/ioclude 33 DEPENDPATH+= $(OPIEDIR)/ioclude
34LIBS += -lqpe 34LIBS += -lqpe
35LIBS += -lopie 35LIBS += -lopie
36 INTERFACES= runwindow.ui \ 36 INTERFACES= runwindow.ui \
37 pksettingsbase.ui 37 pksettingsbase.ui
38 TARGET = oipkg 38 TARGET = oipkg
39 39
40include( 40include( $(OPIEDIR)/include.pro )
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/qashmoney/qashmoney.pro b/noncore/unsupported/qashmoney/qashmoney.pro
index 9f7589a..1fea72f 100755
--- a/noncore/unsupported/qashmoney/qashmoney.pro
+++ b/noncore/unsupported/qashmoney/qashmoney.pro
@@ -24,289 +24,32 @@ SOURCES = qashmoney.cpp \
24 transaction.cpp \ 24 transaction.cpp \
25 transactiondisplay.cpp \ 25 transactiondisplay.cpp \
26 newtransaction.cpp \ 26 newtransaction.cpp \
27 transfer.cpp \ 27 transfer.cpp \
28 transferdialog.cpp \ 28 transferdialog.cpp \
29 preferences.cpp \ 29 preferences.cpp \
30 preferencedialogs.cpp \ 30 preferencedialogs.cpp \
31 memory.cpp \ 31 memory.cpp \
32 memorydialog.cpp \ 32 memorydialog.cpp \
33 newaccount.cpp \ 33 newaccount.cpp \
34 calculator.cpp \ 34 calculator.cpp \
35 datepicker.cpp \ 35 datepicker.cpp \
36 main.cpp \ 36 main.cpp \
37 budget.cpp \ 37 budget.cpp \
38 budgetdisplay.cpp \ 38 budgetdisplay.cpp \
39 currency.cpp 39 currency.cpp
40INCLUDEPATH = $(OPIEDIR)/include 40INCLUDEPATH = $(OPIEDIR)/include
41DEPENDPATH = $(OPIEDIR)/include 41DEPENDPATH = $(OPIEDIR)/include
42TARGET = qashmoney 42TARGET = qashmoney
43DESTDIR = $(OPIEDIR)/bin 43DESTDIR = $(OPIEDIR)/bin
44 44
45unix:LIBS += -lm 45unix:LIBS += -lm
46LIBS += -lqpe -lopiecore2 -lsqlite3 46LIBS += -lqpe -lopiecore2 -lsqlite3
47 47
48include( 48include( $(OPIEDIR)/include.pro )
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305 $(OPIEDIR)/include.pro )
306 49
307!isEmpty( LIBSQLITE_INC_DIR ) { 50!isEmpty( LIBSQLITE_INC_DIR ) {
308 INCLUDEPATH = $$LIBSQLITE_INC_DIR $$INCLUDEPATH 51 INCLUDEPATH = $$LIBSQLITE_INC_DIR $$INCLUDEPATH
309} 52}
310!isEmpty( LIBSQLITE_LIB_DIR ) { 53!isEmpty( LIBSQLITE_LIB_DIR ) {
311 LIBS = -L$$LIBSQLITE_LIB_DIR $$LIBS 54 LIBS = -L$$LIBSQLITE_LIB_DIR $$LIBS
312} 55}
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro
index 04104f8..4dea23a 100644
--- a/noncore/unsupported/qpdf/qpdf.pro
+++ b/noncore/unsupported/qpdf/qpdf.pro
@@ -32,271 +32,25 @@ SOURCES = xpdf/Array.cc \
32 xpdf/XRef.cc \ 32 xpdf/XRef.cc \
33 goo/GHash.cc \ 33 goo/GHash.cc \
34 goo/GString.cc \ 34 goo/GString.cc \
35 goo/GList.cc \ 35 goo/GList.cc \
36 QOutputDev.cpp \ 36 QOutputDev.cpp \
37 QPEOutputDev.cpp \ 37 QPEOutputDev.cpp \
38 qpdf.cpp \ 38 qpdf.cpp \
39 qbusybar.cpp \ 39 qbusybar.cpp \
40 gooStub.cpp 40 gooStub.cpp
41HEADERS = QOutputDev.h \ 41HEADERS = QOutputDev.h \
42 QPEOutputDev.h \ 42 QPEOutputDev.h \
43 qbusybar.h \ 43 qbusybar.h \
44 qpdf.h 44 qpdf.h
45INCLUDEPATH += . \ 45INCLUDEPATH += . \
46 .. \ 46 .. \
47 xpdf \ 47 xpdf \
48 $(OPIEDIR)/include \ 48 $(OPIEDIR)/include \
49 ../goo \ 49 ../goo \
50 goo 50 goo
51 51
52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ 52LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++
53DESTDIR = $(OPIEDIR)/bin 53DESTDIR = $(OPIEDIR)/bin
54TARGET = qpdf 54TARGET = qpdf
55 55
56include( 56include( $(OPIEDIR)/include.pro )
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302 $(OPIEDIR)/include.pro )
diff --git a/noncore/unsupported/ubrowser/ubrowser.pro b/noncore/unsupported/ubrowser/ubrowser.pro
index 4966863..7369137 100644
--- a/noncore/unsupported/ubrowser/ubrowser.pro
+++ b/noncore/unsupported/ubrowser/ubrowser.pro
@@ -1,263 +1,11 @@
1 CONFIG +=qt warn_on quick-app 1 CONFIG +=qt warn_on quick-app
2 HEADERS = mainview.h httpfactory.h 2 HEADERS = mainview.h httpfactory.h
3 SOURCES = main.cpp mainview.cpp httpfactory.cpp 3 SOURCES = main.cpp mainview.cpp httpfactory.cpp
4 INCLUDEPATH+=../../../include 4 INCLUDEPATH+=../../../include
5 DEPENDPATH+=../../../include 5 DEPENDPATH+=../../../include
6 LIBS += -lqpe 6 LIBS += -lqpe
7TARGET = ubrowser 7TARGET = ubrowser
8 8
9 9
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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263 $(OPIEDIR)/include.pro )