summaryrefslogtreecommitdiff
path: root/development/keyview/keyview.pro
authormickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
committer mickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
commitdc57cb439c6c9256f76f78a487942a4d1b2a2e27 (patch) (unidiff)
treef2b1dc69283c3de30930a650c87be834e04998c9 /development/keyview/keyview.pro
parent3236db49b0718764bcfe211442354202725a6ff6 (diff)
downloadopie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.zip
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.gz
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.bz2
qmake 1.08a has more rigid syntax checking and chokes on our .pro files
Diffstat (limited to 'development/keyview/keyview.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--development/keyview/keyview.pro76
1 files changed, 75 insertions, 1 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro
index d27d57c..02d2d28 100644
--- a/development/keyview/keyview.pro
+++ b/development/keyview/keyview.pro
@@ -1,13 +1,87 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 #CONFIG = qt plugin warn_on debug 2 #CONFIG = qt plugin warn_on debug
3 CONFIG = qt plugin warn_on release 3 CONFIG = qt plugin warn_on release
4 HEADERS = keyview.h keyboardimpl.h 4 HEADERS = keyview.h keyboardimpl.h
5 SOURCES = keyview.cpp keyboardimpl.cpp 5 SOURCES = keyview.cpp keyboardimpl.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include ../../launcher 7 DEPENDPATH+= $(OPIEDIR)/include ../../launcher
8LIBS += -lqpe -lopiecore2 8LIBS += -lqpe -lopiecore2
9 INTERFACES= 9 INTERFACES=
10 TARGET = keyview 10 TARGET = keyview
11DESTDIR = $(OPIEDIR)/plugins/inputmethods 11DESTDIR = $(OPIEDIR)/plugins/inputmethods
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 $(OPIEDIR)/include.pro )