summaryrefslogtreecommitdiff
path: root/core/apps
Unidiff
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-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
7 files changed, 156 insertions, 7 deletions
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro
index 5e2f58a..fcc0ba3 100644
--- a/core/apps/calibrate/calibrate.pro
+++ b/core/apps/calibrate/calibrate.pro
@@ -10,2 +10,25 @@ LIBS += -lqpe
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 1bff59d..018576f 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -38,2 +38,29 @@ LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil
38 38
39include ( $(OPIEDIR)/include.pro ) 39include(
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 02cc013..9627819 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -10,2 +10,27 @@ TARGET = helpbrowser
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/oapp/oapp.pro b/core/apps/oapp/oapp.pro
index b715c0e..db52c13 100644
--- a/core/apps/oapp/oapp.pro
+++ b/core/apps/oapp/oapp.pro
@@ -17,2 +17,18 @@ DEPENDPATH += $(OPIEDIR)/include .
17 17
18include ( $(OPIEDIR)/include.pro ) 18include(
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 a4b39d9..5e9c735 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -11,2 +11,20 @@ TARGET = qcop
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 $(OPIEDIR)/include.pro )
diff --git a/core/apps/taboapp/taboapp.pro b/core/apps/taboapp/taboapp.pro
index 2f95187..645cc04 100644
--- a/core/apps/taboapp/taboapp.pro
+++ b/core/apps/taboapp/taboapp.pro
@@ -16,2 +16,21 @@ UI_DIR = .build
16 16
17include ( $(OPIEDIR)/include.pro ) 17include(
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 560e772..7ec124f 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -8,2 +8,23 @@ TARGET = textedit
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 $(OPIEDIR)/include.pro )