summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/aboutapplet.pro39
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro44
-rw-r--r--core/applets/cardmon/cardmon.pro60
-rw-r--r--core/applets/clipboardapplet/clipboardapplet.pro50
-rw-r--r--core/applets/clockapplet/clockapplet.pro63
-rw-r--r--core/applets/homeapplet/homeapplet.pro58
-rw-r--r--core/applets/irdaapplet/irdaapplet.pro64
-rw-r--r--core/applets/lockapplet/lockapplet.pro54
-rw-r--r--core/applets/logoutapplet/logoutapplet.pro52
-rw-r--r--core/applets/multikeyapplet/multikeyapplet.pro47
-rw-r--r--core/applets/restartapplet/restartapplet.pro59
-rw-r--r--core/applets/restartapplet2/restartapplet.pro43
-rw-r--r--core/applets/rotateapplet/rotateapplet.pro46
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro62
-rw-r--r--core/applets/suspendapplet/suspendapplet.pro56
-rw-r--r--core/applets/vmemo/vmemo.pro41
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro61
-rw-r--r--core/applets/vtapplet/vtapplet.pro49
-rw-r--r--core/apps/calibrate/calibrate.pro25
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro29
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro27
-rw-r--r--core/apps/oapp/oapp.pro18
-rw-r--r--core/apps/qcop/qcop.pro20
-rw-r--r--core/apps/taboapp/taboapp.pro21
-rw-r--r--core/apps/textedit/textedit.pro23
-rw-r--r--core/launcher/server.pro73
-rw-r--r--core/multimedia/opieplayer/libflash/libflash.pro36
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro36
-rw-r--r--core/multimedia/opieplayer/libmpeg3/libmpeg3.pro36
-rw-r--r--core/multimedia/opieplayer/modplug/modplug.pro32
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro36
-rw-r--r--core/multimedia/opieplayer/vorbis/libtremor.pro36
-rw-r--r--core/multimedia/opieplayer/vorbis/tremor/tremor.pro36
-rw-r--r--core/multimedia/opieplayer/vorbis/vorbis.pro36
-rw-r--r--core/multimedia/opieplayer/wavplugin/wavplugin.pro36
-rw-r--r--core/obex/obex.pro29
-rw-r--r--core/opie-login/opie-login.pro30
-rw-r--r--core/pim/addressbook/addressbook.pro16
-rw-r--r--core/pim/datebook/datebook.pro10
-rw-r--r--core/pim/datebook2/datebook2.pro14
-rw-r--r--core/pim/osearch/osearch.pro18
-rw-r--r--core/pim/today/plugins/addressbook/addressbook.pro12
-rw-r--r--core/pim/today/plugins/datebook/datebook.pro12
-rw-r--r--core/pim/today/plugins/mail/mail.pro12
-rw-r--r--core/pim/today/plugins/todolist/todolist.pro12
-rw-r--r--core/pim/today/today.pro12
-rw-r--r--core/pim/todo/todo.pro8
-rw-r--r--core/qws/qws.pro18
-rw-r--r--core/settings/button/button.pro67
-rw-r--r--core/settings/citytime/citytime.pro71
-rw-r--r--core/settings/launcher/launcher.pro73
-rw-r--r--core/settings/light-and-power/light-and-power.pro65
-rw-r--r--core/settings/security/demo/multiauth.pro68
-rw-r--r--core/settings/security/security.pro69
-rw-r--r--core/symlinker/symlinker.pro37
-rw-r--r--core/tools/quicklauncher/quicklauncher.pro30
56 files changed, 56 insertions, 2131 deletions
diff --git a/core/applets/aboutapplet/aboutapplet.pro b/core/applets/aboutapplet/aboutapplet.pro
index df59316..f12f7fd 100644
--- a/core/applets/aboutapplet/aboutapplet.pro
+++ b/core/applets/aboutapplet/aboutapplet.pro
@@ -10,42 +10,5 @@ DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11VERSION = 1.0.0 11VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
51target.path = $$prefix/plugins/applets 14target.path = $$prefix/plugins/applets
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index 4bd8e91..ccab947 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -9,47 +9,5 @@ DEPENDPATH += ..
9LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
55target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro
index b68ffd2..1ca30f2 100644
--- a/core/applets/cardmon/cardmon.pro
+++ b/core/applets/cardmon/cardmon.pro
@@ -9,63 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include ../launcher
9LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
71target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro
index df4643a..647598d 100644
--- a/core/applets/clipboardapplet/clipboardapplet.pro
+++ b/core/applets/clipboardapplet/clipboardapplet.pro
@@ -9,53 +9,5 @@ DEPENDPATH +=
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
61target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index 28b2332..910f44b 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -9,66 +9,5 @@ DEPENDPATH += ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
74target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro
index 5deb9ae..a8db61f 100644
--- a/core/applets/homeapplet/homeapplet.pro
+++ b/core/applets/homeapplet/homeapplet.pro
@@ -9,61 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
69target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro
index 920ff4b..095c13c 100644
--- a/core/applets/irdaapplet/irdaapplet.pro
+++ b/core/applets/irdaapplet/irdaapplet.pro
@@ -9,67 +9,5 @@ DEPENDPATH +=
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
75target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/lockapplet/lockapplet.pro b/core/applets/lockapplet/lockapplet.pro
index 2be6066..ce4761c 100644
--- a/core/applets/lockapplet/lockapplet.pro
+++ b/core/applets/lockapplet/lockapplet.pro
@@ -9,56 +9,4 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopiesecurity2 9LIBS += -lqpe -lopiesecurity2
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro
index e93dc0b..23cab02 100644
--- a/core/applets/logoutapplet/logoutapplet.pro
+++ b/core/applets/logoutapplet/logoutapplet.pro
@@ -9,55 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
63target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/multikeyapplet/multikeyapplet.pro b/core/applets/multikeyapplet/multikeyapplet.pro
index 571f4ab..de0f34e 100644
--- a/core/applets/multikeyapplet/multikeyapplet.pro
+++ b/core/applets/multikeyapplet/multikeyapplet.pro
@@ -9,50 +9,5 @@ DEPENDPATH += ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
58target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/restartapplet/restartapplet.pro b/core/applets/restartapplet/restartapplet.pro
index e616112..5589040 100644
--- a/core/applets/restartapplet/restartapplet.pro
+++ b/core/applets/restartapplet/restartapplet.pro
@@ -13,62 +13,5 @@ OBJECTS_DIR=opieobj
13 13
14 14
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 $(OPIEDIR)/include.pro )
74target.path = $$prefix/plugins/applets 17target.path = $$prefix/plugins/applets
diff --git a/core/applets/restartapplet2/restartapplet.pro b/core/applets/restartapplet2/restartapplet.pro
index 8e13235..60d34f2 100644
--- a/core/applets/restartapplet2/restartapplet.pro
+++ b/core/applets/restartapplet2/restartapplet.pro
@@ -13,46 +13,5 @@ OBJECTS_DIR=opieobj
13 13
14 14
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 $(OPIEDIR)/include.pro )
58target.path = $$prefix/plugins/applets 17target.path = $$prefix/plugins/applets
diff --git a/core/applets/rotateapplet/rotateapplet.pro b/core/applets/rotateapplet/rotateapplet.pro
index ce95406..67a0173 100644
--- a/core/applets/rotateapplet/rotateapplet.pro
+++ b/core/applets/rotateapplet/rotateapplet.pro
@@ -9,49 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
57target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index 5da3cf3..fe8299e 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -9,65 +9,5 @@ DEPENDPATH +=
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
73target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro
index df2c882..6607383 100644
--- a/core/applets/suspendapplet/suspendapplet.pro
+++ b/core/applets/suspendapplet/suspendapplet.pro
@@ -9,59 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
67target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro
index 44d6656..abec478 100644
--- a/core/applets/vmemo/vmemo.pro
+++ b/core/applets/vmemo/vmemo.pro
@@ -9,44 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
52target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index eb75e9c..a76bafb 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -9,64 +9,5 @@ DEPENDPATH +=
9LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
72target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/applets/vtapplet/vtapplet.pro b/core/applets/vtapplet/vtapplet.pro
index 90fc82a..6c4873c 100644
--- a/core/applets/vtapplet/vtapplet.pro
+++ b/core/applets/vtapplet/vtapplet.pro
@@ -9,52 +9,5 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
60target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro
index fcc0ba3..28c7f4a 100644
--- a/core/apps/calibrate/calibrate.pro
+++ b/core/apps/calibrate/calibrate.pro
@@ -8,27 +8,4 @@ DEPENDPATH += $(QTDIR)/include $(OPIEDIR)/include
8 TARGET = calibrate 8 TARGET = calibrate
9 LIBS += -lqpe 9 LIBS += -lqpe
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 018576f..449d609 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -36,31 +36,4 @@ LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil
36#DEFINES += HAVE_OPENPTY 36#DEFINES += HAVE_OPENPTY
37#LIBS += -lqpe -lutil 37#LIBS += -lqpe -lutil
38 38
39include( 39include( $(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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 9627819..2a275b4 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -8,29 +8,4 @@ LIBS += -lqpe -lopiecore2
8 INTERFACES= 8 INTERFACES=
9TARGET = helpbrowser 9TARGET = helpbrowser
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/oapp/oapp.pro b/core/apps/oapp/oapp.pro
index db52c13..9a09ee1 100644
--- a/core/apps/oapp/oapp.pro
+++ b/core/apps/oapp/oapp.pro
@@ -15,20 +15,4 @@ DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
15 INCLUDEPATH+= $(OPIEDIR)/include 15 INCLUDEPATH+= $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include . 16 DEPENDPATH+= $(OPIEDIR)/include .
17 17
18include( 18include( $(OPIEDIR)/include.pro )
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34 $(OPIEDIR)/include.pro )
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro
index 5e9c735..8cb1b55 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -9,22 +9,4 @@ LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10 TARGET = qcop 10 TARGET = qcop
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/taboapp/taboapp.pro b/core/apps/taboapp/taboapp.pro
index 645cc04..473007e 100644
--- a/core/apps/taboapp/taboapp.pro
+++ b/core/apps/taboapp/taboapp.pro
@@ -14,23 +14,4 @@ MOC_DIR = .build
14 OBJECTS_DIR= .build 14 OBJECTS_DIR= .build
15 UI_DIR = .build 15 UI_DIR = .build
16 16
17include( 17include( $(OPIEDIR)/include.pro )
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 $(OPIEDIR)/include.pro )
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index 7ec124f..f5786f1 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -6,25 +6,4 @@ DEPENDPATH += $(OPIEDIR)/include
6LIBS += -lqpe -lopiecore2 -lopieui2 6LIBS += -lqpe -lopiecore2 -lopieui2
7TARGET = textedit 7TARGET = textedit
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 $(OPIEDIR)/include.pro )
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index 901a80f..e7c5bfd 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -86,75 +86,4 @@ contains( $(CONFIG_TARGET_MACOSX), y ) {
86 LIBS += -lcrypt 86 LIBS += -lcrypt
87} 87}
88 88
89include( 89include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro
index ac3cd8c..1acd41e 100644
--- a/core/multimedia/opieplayer/libflash/libflash.pro
+++ b/core/multimedia/opieplayer/libflash/libflash.pro
@@ -13,38 +13,4 @@ DEPENDPATH += ..
13LIBS += -lqpe 13LIBS += -lqpe
14 VERSION = 1.0.0 14 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 21d3ffd..46af87f 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -11,41 +11,7 @@ DEPENDPATH += ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14include( 14include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
49 15
50DEFINES += FPM_INTEL 16DEFINES += FPM_INTEL
51 17
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
index 8211182..12ea25e 100644
--- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
+++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
@@ -46,38 +46,4 @@ DEPENDPATH += ..
46LIBS += -lqpe -lpthread -lm 46LIBS += -lqpe -lpthread -lm
47VERSION = 1.0.0 47VERSION = 1.0.0
48 48
49include( 49include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/modplug/modplug.pro b/core/multimedia/opieplayer/modplug/modplug.pro
index d6c4522..7cd309e 100644
--- a/core/multimedia/opieplayer/modplug/modplug.pro
+++ b/core/multimedia/opieplayer/modplug/modplug.pro
@@ -20,34 +20,4 @@ VERSION = 1.0.0
20 20
21 21
22 22
23include( 23include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
index a13ba38..fa845bc 100644
--- a/core/multimedia/opieplayer/opieplayer.pro
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -18,38 +18,4 @@ LIBS += -lqpe -lpthread -lopiecore2 -lopieui2 -lqtaux2
18INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include 19DEPENDPATH += $(OPIEDIR)/include
20 20
21include( 21include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/vorbis/libtremor.pro b/core/multimedia/opieplayer/vorbis/libtremor.pro
index 4a9f08b..5b96400 100644
--- a/core/multimedia/opieplayer/vorbis/libtremor.pro
+++ b/core/multimedia/opieplayer/vorbis/libtremor.pro
@@ -9,38 +9,4 @@ DEPENDPATH += $(OPIEDIR)/include .. tremor
9LIBS += -lqpe -lm -ltremor 9LIBS += -lqpe -lm -ltremor
10#-lvorbisidec 10#-lvorbisidec
11VERSION = 1.0.0 11VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
index 4a3d017..7163c28 100644
--- a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
+++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
@@ -40,38 +40,4 @@ DEPENDPATH += $(OPIEDIR)/include ..
40#LIBS += -lqpe 40#LIBS += -lqpe
41VERSION = 1.0.0 41VERSION = 1.0.0
42QMAKE_LINK=$$QMAKE_CC 42QMAKE_LINK=$$QMAKE_CC
43include( 43include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/vorbis/vorbis.pro b/core/multimedia/opieplayer/vorbis/vorbis.pro
index 3b577bd..f7995d0 100644
--- a/core/multimedia/opieplayer/vorbis/vorbis.pro
+++ b/core/multimedia/opieplayer/vorbis/vorbis.pro
@@ -8,38 +8,4 @@ INCLUDEPATH += $(OPIEDIR)/include .. tremor
8DEPENDPATH += $(OPIEDIR)/include .. tremor 8DEPENDPATH += $(OPIEDIR)/include .. tremor
9LIBS += -lqpe -lm -ltremor 9LIBS += -lqpe -lm -ltremor
10VERSION = 1.0.0 10VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
index 0ab1a39..da89490 100644
--- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro
+++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
@@ -9,38 +9,4 @@ DEPENDPATH += ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
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 $(OPIEDIR)/include.pro )
diff --git a/core/obex/obex.pro b/core/obex/obex.pro
index 8291d53..4e72bc4 100644
--- a/core/obex/obex.pro
+++ b/core/obex/obex.pro
@@ -9,32 +9,5 @@ DEPENDPATH +=
9LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2
10 VERSION = 0.0.2 10 VERSION = 0.0.2
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 $(OPIEDIR)/include.pro )
40target.path = $$prefix/plugins/applets 13target.path = $$prefix/plugins/applets
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro
index 1a75196..ae3fb50 100644
--- a/core/opie-login/opie-login.pro
+++ b/core/opie-login/opie-login.pro
@@ -24,35 +24,7 @@ LIBS += -lqpe -lopiecore2
24DESTDIR = $(OPIEDIR)/bin 24DESTDIR = $(OPIEDIR)/bin
25TARGET = opie-login 25TARGET = opie-login
26 26
27include( 27include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
56 28
57OPIELOGIN_USEPAM:LIBS += -lpam 29OPIELOGIN_USEPAM:LIBS += -lpam
58OPIELOGIN_USEPAM:DEFINES += USEPAM 30OPIELOGIN_USEPAM:DEFINES += USEPAM
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 2c50bb4..ca9636a 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -27,18 +27,4 @@ INCLUDEPATH += $(OPIEDIR)/include
27 DEPENDPATH+= $(OPIEDIR)/include 27 DEPENDPATH+= $(OPIEDIR)/include
28LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 28LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2
29 29
30include( 30include( $(OPIEDIR)/include.pro )
31
32
33
34
35
36
37
38
39
40
41
42
43
44 $(OPIEDIR)/include.pro )
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 00f0374..9e381ce 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -38,12 +38,4 @@ DEPENDPATH += $(OPIEDIR)/include
38LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 38LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2
39 TARGET = datebook 39 TARGET = datebook
40 40
41include( 41include( $(OPIEDIR)/include.pro )
42
43
44
45
46
47
48
49 $(OPIEDIR)/include.pro )
diff --git a/core/pim/datebook2/datebook2.pro b/core/pim/datebook2/datebook2.pro
index 6a209bb..d09e104 100644
--- a/core/pim/datebook2/datebook2.pro
+++ b/core/pim/datebook2/datebook2.pro
@@ -26,16 +26,4 @@ DEPENDPATH += $(OPIEDIR)/include
26LIBS += -lqpe -lopie 26LIBS += -lqpe -lopie
27 TARGET = datebook2 27 TARGET = datebook2
28 28
29include( 29include( $(OPIEDIR)/include.pro )
30
31
32
33
34
35
36
37
38
39
40
41 $(OPIEDIR)/include.pro )
diff --git a/core/pim/osearch/osearch.pro b/core/pim/osearch/osearch.pro
index 0e4d926..20ce7d6 100644
--- a/core/pim/osearch/osearch.pro
+++ b/core/pim/osearch/osearch.pro
@@ -36,20 +36,4 @@ TARGET = osearch
36INCLUDEPATH = $(OPIEDIR)/include 36INCLUDEPATH = $(OPIEDIR)/include
37DEPENDPATH += $(OPIEDIR)/include 37DEPENDPATH += $(OPIEDIR)/include
38LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2 38LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2
39include( 39include( $(OPIEDIR)/include.pro )
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro
index b884350..8dc2b09 100644
--- a/core/pim/today/plugins/addressbook/addressbook.pro
+++ b/core/pim/today/plugins/addressbook/addressbook.pro
@@ -18,14 +18,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todayaddressbookplugin 19TARGET = todayaddressbookplugin
20 20
21include( 21include( $(OPIEDIR)/include.pro )
22
23
24
25
26
27
28
29
30
31 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro
index 383c0bd..7cf038c 100644
--- a/core/pim/today/plugins/datebook/datebook.pro
+++ b/core/pim/today/plugins/datebook/datebook.pro
@@ -18,14 +18,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2
18DESTDIR = $(OPIEDIR)/plugins/today 18DESTDIR = $(OPIEDIR)/plugins/today
19TARGET = todaydatebookplugin 19TARGET = todaydatebookplugin
20 20
21include( 21include( $(OPIEDIR)/include.pro )
22
23
24
25
26
27
28
29
30
31 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro
index 15f9990..93bf969 100644
--- a/core/pim/today/plugins/mail/mail.pro
+++ b/core/pim/today/plugins/mail/mail.pro
@@ -16,14 +16,4 @@ LIBS+= -lqpe -lopiecore2 -lopiepim2
16DESTDIR = $(OPIEDIR)/plugins/today 16DESTDIR = $(OPIEDIR)/plugins/today
17TARGET = todaymailplugin 17TARGET = todaymailplugin
18 18
19include( 19include( $(OPIEDIR)/include.pro )
20
21
22
23
24
25
26
27
28
29 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro
index 82d4018..8d41222 100644
--- a/core/pim/today/plugins/todolist/todolist.pro
+++ b/core/pim/today/plugins/todolist/todolist.pro
@@ -19,14 +19,4 @@ LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2
19DESTDIR = $(OPIEDIR)/plugins/today 19DESTDIR = $(OPIEDIR)/plugins/today
20TARGET = todaytodolistplugin 20TARGET = todaytodolistplugin
21 21
22include( 22include( $(OPIEDIR)/include.pro )
23
24
25
26
27
28
29
30
31
32 $(OPIEDIR)/include.pro )
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 453eef9..4ee3514 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -11,15 +11,5 @@ LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2
11 11
12 TARGET = today 12 TARGET = today
13 13
14include( 14include( $(OPIEDIR)/include.pro )
15
16
17
18
19
20
21
22
23
24 $(OPIEDIR)/include.pro )
25 15
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index aae0a95..6c082cf 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -46,10 +46,4 @@ INCLUDEPATH += $(OPIEDIR)/include
46 DEPENDPATH+= $(OPIEDIR)/include 46 DEPENDPATH+= $(OPIEDIR)/include
47LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 47LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2
48 48
49include( 49include( $(OPIEDIR)/include.pro )
50
51
52
53
54
55 $(OPIEDIR)/include.pro )
diff --git a/core/qws/qws.pro b/core/qws/qws.pro
index 594ceb2..730fc3a 100644
--- a/core/qws/qws.pro
+++ b/core/qws/qws.pro
@@ -17,20 +17,4 @@ DEPENDPATH += $(OPIEDIR)/include .
17 TARGET = qws 17 TARGET = qws
18 LIBS += -lqpe -lopiecore2 -lopieui2 18 LIBS += -lqpe -lopiecore2 -lopieui2
19 19
20include( 20include( $(OPIEDIR)/include.pro )
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 $(OPIEDIR)/include.pro )
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro
index d9566c9..d7f2a5d 100644
--- a/core/settings/button/button.pro
+++ b/core/settings/button/button.pro
@@ -16,69 +16,4 @@ DEPENDPATH += $(OPIEDIR)/include
16LIBS += -lqpe -lopiecore2 16LIBS += -lqpe -lopiecore2
17 TARGET = buttonsettings 17 TARGET = buttonsettings
18 18
19include( 19include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 7f4e823..26b76eb 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -7,73 +7,4 @@ LIBS += -lqpe -lopiecore2
7 7
8 TARGET= citytime 8 TARGET= citytime
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 $(OPIEDIR)/include.pro )
diff --git a/core/settings/launcher/launcher.pro b/core/settings/launcher/launcher.pro
index 17da998..24ae675 100644
--- a/core/settings/launcher/launcher.pro
+++ b/core/settings/launcher/launcher.pro
@@ -25,75 +25,4 @@ TARGET = launchersettings
25 25
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 $(OPIEDIR)/include.pro )
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 81bd1f5..e1f3cb1 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -8,67 +8,4 @@ LIBS += -lqpe -lopiecore2
8 8
9 TARGET = light-and-power 9 TARGET = light-and-power
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 $(OPIEDIR)/include.pro )
diff --git a/core/settings/security/demo/multiauth.pro b/core/settings/security/demo/multiauth.pro
index 8e71f66..ecf5803 100644
--- a/core/settings/security/demo/multiauth.pro
+++ b/core/settings/security/demo/multiauth.pro
@@ -12,72 +12,6 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2
12DESTDIR = $(OPIEDIR)/bin 12DESTDIR = $(OPIEDIR)/bin
13TARGET = multiauth 13TARGET = multiauth
14 14
15include( 15include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
82 16
83 17
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 2526c45..7fb0f5e 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -7,71 +7,4 @@ INCLUDEPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 7LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2
8TARGET = security 8TARGET = security
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 $(OPIEDIR)/include.pro )
diff --git a/core/symlinker/symlinker.pro b/core/symlinker/symlinker.pro
index a2349dc..5de86d2 100644
--- a/core/symlinker/symlinker.pro
+++ b/core/symlinker/symlinker.pro
@@ -11,40 +11,5 @@ INCLUDEPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include . 11DEPENDPATH += $(OPIEDIR)/include .
12LIBS += -lqpe -lopiecore2 12LIBS += -lqpe -lopiecore2
13 13
14include( 14include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )
50 15
diff --git a/core/tools/quicklauncher/quicklauncher.pro b/core/tools/quicklauncher/quicklauncher.pro
index 5171f38..3a7660c 100644
--- a/core/tools/quicklauncher/quicklauncher.pro
+++ b/core/tools/quicklauncher/quicklauncher.pro
@@ -12,32 +12,4 @@ LIBS += -lqpe -lopiecore2 -lopieui2
12 TARGET = quicklauncher 12 TARGET = quicklauncher
13 13
14 14
15include( 15include( $(OPIEDIR)/include.pro )
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 $(OPIEDIR)/include.pro )