summaryrefslogtreecommitdiff
path: root/development
Unidiff
Diffstat (limited to 'development') (more/less context) (ignore whitespace changes)
-rw-r--r--development/keyview/keyview.pro76
-rw-r--r--development/performance/performance.pro78
2 files changed, 2 insertions, 152 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro
index 02d2d28..e7df8a4 100644
--- a/development/keyview/keyview.pro
+++ b/development/keyview/keyview.pro
@@ -10,78 +10,4 @@ INTERFACES =
10 TARGET = keyview 10 TARGET = keyview
11DESTDIR = $(OPIEDIR)/plugins/inputmethods 11DESTDIR = $(OPIEDIR)/plugins/inputmethods
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 $(OPIEDIR)/include.pro )
diff --git a/development/performance/performance.pro b/development/performance/performance.pro
index 1dc9155..6cc4514 100644
--- a/development/performance/performance.pro
+++ b/development/performance/performance.pro
@@ -7,80 +7,4 @@ INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe -lqte 8LIBS += -lqpe -lqte
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 $(OPIEDIR)/include.pro )