author | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
commit | 15dc267bf93fd9d32cfa9a4c642d0b89761eda7d (patch) (unidiff) | |
tree | fc4014b9eb59dfddc61e55eadd7391f89fce1def /library | |
parent | c935fd64ef5892d32d3d55780f26643a47452752 (diff) | |
download | opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.zip opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.gz opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.bz2 |
Repair damage done by a broken replace program. Note to self: Never use anything other than sed!
Merry Christmas!
-rw-r--r-- | library/library.pro | 74 |
1 files changed, 1 insertions, 73 deletions
diff --git a/library/library.pro b/library/library.pro index e2a704e..04e125f 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -111,107 +111,35 @@ SOURCES = calendar.cpp \ | |||
111 | categoryedit_p.cpp \ | 111 | categoryedit_p.cpp \ |
112 | categoryselect.cpp \ | 112 | categoryselect.cpp \ |
113 | categorywidget.cpp \ | 113 | categorywidget.cpp \ |
114 | ir.cpp \ | 114 | ir.cpp \ |
115 | backend/vcc_yacc.cpp \ | 115 | backend/vcc_yacc.cpp \ |
116 | backend/vobject.cpp \ | 116 | backend/vobject.cpp \ |
117 | findwidget_p.cpp \ | 117 | findwidget_p.cpp \ |
118 | finddialog.cpp \ | 118 | finddialog.cpp \ |
119 | lnkproperties.cpp \ | 119 | lnkproperties.cpp \ |
120 | qt_override.cpp \ | 120 | qt_override.cpp \ |
121 | widget_showing.cpp | 121 | widget_showing.cpp |
122 | 122 | ||
123 | 123 | ||
124 | 124 | ||
125 | # Qt 3 compatibility | 125 | # Qt 3 compatibility |
126 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 126 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
127 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 127 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
128 | INCLUDEPATH += $(OPIEDIR)/include backend | 128 | INCLUDEPATH += $(OPIEDIR)/include backend |
129 | LIBS += -ldl -lcrypt -lm | 129 | LIBS += -ldl -lcrypt -lm |
130 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 130 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
131 | TARGET = qpe | 131 | TARGET = qpe |
132 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 132 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
133 | VERSION = 1.5.0.1 | 133 | VERSION = 1.5.0.1 |
134 | 134 | ||
135 | include( | 135 | include( $(OPIEDIR)/include.pro ) |
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 | $(OPIEDIR)/include.pro ) | ||
208 | 136 | ||
209 | contains( CONFIG, no-override ){ | 137 | contains( CONFIG, no-override ){ |
210 | DEFINES += OPIE_NO_OVERRIDE_QT | 138 | DEFINES += OPIE_NO_OVERRIDE_QT |
211 | } | 139 | } |
212 | 140 | ||
213 | contains( CONFIG, LIBQPE_WITHROHFEEDBACK ){ | 141 | contains( CONFIG, LIBQPE_WITHROHFEEDBACK ){ |
214 | DEFINES += OPIE_WITHROHFEEDBACK | 142 | DEFINES += OPIE_WITHROHFEEDBACK |
215 | SOURCES += backend/rohfeedback.cpp | 143 | SOURCES += backend/rohfeedback.cpp |
216 | HEADERS += backend/rohfeedback.h | 144 | HEADERS += backend/rohfeedback.h |
217 | } | 145 | } |