-rw-r--r-- | Makefile.Embedded | 10 | ||||
-rw-r--r-- | kabc/kabc.pro | 2 | ||||
-rw-r--r-- | kabc/kabcE.pro | 2 | ||||
-rw-r--r-- | kaddressbook/kaddressbook.pro | 2 | ||||
-rw-r--r-- | kmicromail/kmicromailE.pro | 2 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 2 | ||||
-rw-r--r-- | korganizer/korganizerE.pro | 5 | ||||
-rw-r--r-- | libkcal/libkcal.pro | 4 | ||||
-rw-r--r-- | libkdepim/categoryeditdialog.h | 2 | ||||
-rw-r--r-- | libkdepim/categoryselectdialog.cpp | 2 | ||||
-rw-r--r-- | libkdepim/categoryselectdialog.h | 2 | ||||
-rw-r--r-- | libkdepim/libkdepim.pro | 2 | ||||
-rw-r--r-- | libkdepim/libkdepimE.pro | 3 | ||||
-rw-r--r-- | microkde/microkde.pro | 5 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 2 |
15 files changed, 23 insertions, 24 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 38fd000..9b55ecf 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -1,267 +1,271 @@ | |||
1 | DISTPATH = $(shell pwd) | 1 | export KDEPIMDIR = $(shell pwd) |
2 | DISTDIR = $(shell basename $(DISTPATH)) | ||
3 | 2 | ||
4 | 3 | ||
5 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
6 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
7 | endif | 6 | endif |
8 | 7 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 8 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 9 | BUILD_NO_SHARP_PLUGIN=1 |
11 | endif | 10 | endif |
12 | 11 | ||
13 | SUBDIRS_MICROKDE = \ | 12 | SUBDIRS_MICROKDE = \ |
14 | libical/src/libical \ | 13 | libical/src/libical \ |
15 | libical/src/libicalss \ | 14 | libical/src/libicalss \ |
16 | qtcompat \ | 15 | qtcompat \ |
17 | microkde \ | 16 | microkde \ |
18 | libkcal \ | 17 | libkcal \ |
19 | libkdepim \ | 18 | libkdepim \ |
20 | kabc \ | 19 | kabc \ |
21 | kabc/formats/binary \ | 20 | kabc/formats/binary \ |
22 | kabc/plugins/file \ | 21 | kabc/plugins/file \ |
23 | kabc/plugins/dir \ | 22 | kabc/plugins/dir \ |
24 | korganizer \ | 23 | korganizer \ |
25 | kalarmd \ | 24 | kalarmd \ |
26 | kaddressbook | 25 | kaddressbook |
27 | 26 | ||
28 | SUBDIRS_QTOPIA_PLUGIN = \ | 27 | SUBDIRS_QTOPIA_PLUGIN = \ |
29 | kabc/plugins/qtopia | 28 | kabc/plugins/qtopia |
30 | 29 | ||
31 | SUBDIRS_OPIE_PLUGIN = \ | 30 | SUBDIRS_OPIE_PLUGIN = \ |
32 | kabc/plugins/opie | 31 | kabc/plugins/opie |
33 | 32 | ||
34 | SUBDIRS_SHARP_PLUGIN = \ | 33 | SUBDIRS_SHARP_PLUGIN = \ |
35 | kabc/plugins/sharpdtm | 34 | kabc/plugins/sharpdtm |
36 | 35 | ||
37 | SUBDIRS_LDAP_PLUGIN = \ | 36 | SUBDIRS_LDAP_PLUGIN = \ |
38 | kabc/plugins/ldap | 37 | kabc/plugins/ldap |
39 | 38 | ||
40 | SUBDIRS_MICROMAIL = \ | 39 | SUBDIRS_MICROMAIL = \ |
41 | kmicromail/libetpan \ | 40 | kmicromail/libetpan \ |
42 | kmicromail/libmailwrapper \ | 41 | kmicromail/libmailwrapper \ |
43 | kmicromail | 42 | kmicromail |
44 | 43 | ||
45 | SUBDIRS = \ | 44 | SUBDIRS = \ |
46 | $(SUBDIRS_MICROKDE) \ | 45 | $(SUBDIRS_MICROKDE) \ |
47 | $(SUBDIRS_QTOPIA_PLUGIN) \ | 46 | $(SUBDIRS_QTOPIA_PLUGIN) \ |
48 | $(SUBDIRS_OPIE_PLUGIN) \ | 47 | $(SUBDIRS_OPIE_PLUGIN) \ |
49 | $(SUBDIRS_SHARP_PLUGIN) \ | 48 | $(SUBDIRS_SHARP_PLUGIN) \ |
50 | $(SUBDIRS_LDAP_PLUGIN) \ | 49 | $(SUBDIRS_LDAP_PLUGIN) \ |
51 | $(SUBDIRS_MICROMAIL) | 50 | $(SUBDIRS_MICROMAIL) |
52 | 51 | ||
53 | 52 | ||
54 | all: build_microkde \ | 53 | all: build_microkde \ |
55 | build_qtopia_plugin \ | 54 | build_qtopia_plugin \ |
56 | build_opie_plugin \ | 55 | build_opie_plugin \ |
57 | build_sharp_plugin \ | 56 | build_sharp_plugin \ |
58 | build_ldap_plugin \ | 57 | build_ldap_plugin \ |
59 | build_micromail | 58 | build_micromail |
60 | 59 | ||
61 | 60 | ||
62 | build_microkde: variable_test tmake | 61 | build_microkde: variable_test tmake |
63 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | 62 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
64 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 63 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
65 | done | 64 | done |
66 | 65 | ||
67 | build_qtopia_plugin: build_microkde | 66 | build_qtopia_plugin: build_microkde |
68 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 67 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
69 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 68 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
70 | done | 69 | done |
71 | 70 | ||
72 | build_opie_plugin: build_microkde | 71 | build_opie_plugin: build_microkde |
73 | ifdef BUILD_NO_OPIE_PLUGIN | 72 | ifdef BUILD_NO_OPIE_PLUGIN |
74 | @echo ---> opie plugin not build. | 73 | @echo ---> opie plugin not build. |
75 | else | 74 | else |
76 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ | 75 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ |
77 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 76 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
78 | done | 77 | done |
79 | endif | 78 | endif |
80 | 79 | ||
81 | build_sharp_plugin: build_microkde | 80 | build_sharp_plugin: build_microkde |
82 | ifdef BUILD_NO_SHARP_PLUGIN | 81 | ifdef BUILD_NO_SHARP_PLUGIN |
83 | @echo ---> ldap plugin not build. | 82 | @echo ---> ldap plugin not build. |
84 | else | 83 | else |
85 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ | 84 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ |
86 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 85 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
87 | done | 86 | done |
88 | endif | 87 | endif |
89 | 88 | ||
90 | build_ldap_plugin: build_microkde | 89 | build_ldap_plugin: build_microkde |
91 | ifdef BUILD_NO_LDAP_PLUGIN | 90 | ifdef BUILD_NO_LDAP_PLUGIN |
92 | @echo ---> ldap plugin not build. | 91 | @echo ---> ldap plugin not build. |
93 | else | 92 | else |
94 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ | 93 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ |
95 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 94 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
96 | done | 95 | done |
97 | endif | 96 | endif |
98 | 97 | ||
99 | 98 | ||
100 | build_micromail: build_microkde | 99 | build_micromail: build_microkde |
101 | ifdef BUILD_NO_MICROMAIL | 100 | ifdef BUILD_NO_MICROMAIL |
102 | @echo ---> micromail not build. | 101 | @echo ---> micromail not build. |
103 | else | 102 | else |
104 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ | 103 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ |
105 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 104 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
106 | done | 105 | done |
107 | endif | 106 | endif |
108 | 107 | ||
109 | 108 | ||
110 | variable_info: | 109 | variable_info: |
111 | @echo -------------------------------------- | 110 | @echo -------------------------------------- |
112 | @echo KDEPIM buildsystem, variableinfo... | 111 | @echo KDEPIM buildsystem, variableinfo... |
112 | @echo KDEPIMDIR=$(KDEPIMDIR) | ||
113 | @echo QTDIR=$(QTDIR) | 113 | @echo QTDIR=$(QTDIR) |
114 | @echo QPEDIR=$(QPEDIR) | 114 | @echo QPEDIR=$(QPEDIR) |
115 | @echo OPIEDIR=$(OPIEDIR) | 115 | @echo OPIEDIR=$(OPIEDIR) |
116 | @echo PLATFORM=$(PLATFORM) | 116 | @echo PLATFORM=$(PLATFORM) |
117 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) | 117 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) |
118 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) | 118 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) |
119 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | 119 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
120 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | 120 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
121 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | 121 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
122 | ifndef BUILD_NO_SHARP_PLUGIN | 122 | ifndef BUILD_NO_SHARP_PLUGIN |
123 | @echo SHARPDTMSDK=$(SHARPDTMSDK) | 123 | @echo SHARPDTMSDK=$(SHARPDTMSDK) |
124 | endif | 124 | endif |
125 | @echo -------------------------------------- | 125 | @echo -------------------------------------- |
126 | 126 | ||
127 | variable_test: variable_info | 127 | variable_test: variable_info |
128 | @echo KDEPIM buildsystem, variablecheck... | 128 | @echo KDEPIM buildsystem, variablecheck... |
129 | ifndef KDEPIMDIR | ||
130 | @echo KDEPIMDIR is not defined. | ||
131 | $(error KDEPIMDIR is not defined) | ||
132 | endif | ||
129 | ifndef PLATFORM | 133 | ifndef PLATFORM |
130 | @echo PLATFORM is not defined. | 134 | @echo PLATFORM is not defined. |
131 | $(error PLATFORM is not defined) | 135 | $(error PLATFORM is not defined) |
132 | endif | 136 | endif |
133 | ifdef BUILD_NO_LDAP_PLUGIN | 137 | ifdef BUILD_NO_LDAP_PLUGIN |
134 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) | 138 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |
135 | endif | 139 | endif |
136 | ifdef BUILD_NO_OPIE_PLUGIN | 140 | ifdef BUILD_NO_OPIE_PLUGIN |
137 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) | 141 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) |
138 | endif | 142 | endif |
139 | ifdef BUILD_NO_MICROMAIL | 143 | ifdef BUILD_NO_MICROMAIL |
140 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 144 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
141 | endif | 145 | endif |
142 | ifdef BUILD_NO_SHARP_PLUGIN | 146 | ifdef BUILD_NO_SHARP_PLUGIN |
143 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 147 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
144 | else | 148 | else |
145 | ifndef SHARPDTMSDK | 149 | ifndef SHARPDTMSDK |
146 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 150 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
147 | $(error SHARPDTMSDK is not defined) | 151 | $(error SHARPDTMSDK is not defined) |
148 | endif | 152 | endif |
149 | endif | 153 | endif |
150 | @echo -------------------------------------- | 154 | @echo -------------------------------------- |
151 | 155 | ||
152 | 156 | ||
153 | objects: | 157 | objects: |
154 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 158 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
155 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 159 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
156 | mkdir -p libical/lib/$(PLATFORM) | 160 | mkdir -p libical/lib/$(PLATFORM) |
157 | 161 | ||
158 | clean: | 162 | clean: |
159 | rm -f libical/lib/$(PLATFORM)/*; | 163 | rm -rf libical/lib/$(PLATFORM)/*; |
160 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 164 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
161 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 165 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
162 | done | 166 | done |
163 | install: | 167 | install: |
164 | cd bin/kdepim; make install | 168 | cd bin/kdepim; make install |
165 | cp db2file/db2file $(QPEDIR)/bin/db2file | 169 | cp db2file/db2file $(QPEDIR)/bin/db2file |
166 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 170 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
167 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 171 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
168 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 172 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
169 | 173 | ||
170 | dist: | 174 | dist: |
171 | @echo Dont forget to do "make install" before "make dist" | 175 | @echo Dont forget to do "make install" before "make dist" |
172 | rm -f *arm.ipk | 176 | rm -f *arm.ipk |
173 | rm -f *~ | 177 | rm -f *~ |
174 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 178 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim |
175 | ./mkipks kmicrokdelibs.control | 179 | ./mkipks kmicrokdelibs.control |
176 | ./mkipks korganizer.control | 180 | ./mkipks korganizer.control |
177 | ./mkipks kaddressbook.control | 181 | ./mkipks kaddressbook.control |
178 | ifndef BUILD_NO_MICROMAIL | 182 | ifndef BUILD_NO_MICROMAIL |
179 | ./mkipks kopiemail.control | 183 | ./mkipks kopiemail.control |
180 | endif | 184 | endif |
181 | ./mkipks korganizer-alarm.control | 185 | ./mkipks korganizer-alarm.control |
182 | 186 | ||
183 | tmake: objects \ | 187 | tmake: objects \ |
184 | qtcompat/Makefile$(PLATFORM) \ | 188 | qtcompat/Makefile$(PLATFORM) \ |
185 | microkde/Makefile$(PLATFORM) \ | 189 | microkde/Makefile$(PLATFORM) \ |
186 | libkcal/Makefile$(PLATFORM) \ | 190 | libkcal/Makefile$(PLATFORM) \ |
187 | libkdepim/Makefile$(PLATFORM) \ | 191 | libkdepim/Makefile$(PLATFORM) \ |
188 | korganizer/Makefile$(PLATFORM) \ | 192 | korganizer/Makefile$(PLATFORM) \ |
189 | kalarmd/Makefile$(PLATFORM) \ | 193 | kalarmd/Makefile$(PLATFORM) \ |
190 | libical/src/libical/Makefile$(PLATFORM) \ | 194 | libical/src/libical/Makefile$(PLATFORM) \ |
191 | libical/src/libicalss/Makefile$(PLATFORM) \ | 195 | libical/src/libicalss/Makefile$(PLATFORM) \ |
192 | kabc/Makefile$(PLATFORM) \ | 196 | kabc/Makefile$(PLATFORM) \ |
193 | kabc/formats/binary/Makefile$(PLATFORM) \ | 197 | kabc/formats/binary/Makefile$(PLATFORM) \ |
194 | kabc/plugins/file/Makefile$(PLATFORM) \ | 198 | kabc/plugins/file/Makefile$(PLATFORM) \ |
195 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 199 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
196 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 200 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
197 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 201 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
198 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 202 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
199 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 203 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
200 | kaddressbook/Makefile$(PLATFORM) \ | 204 | kaddressbook/Makefile$(PLATFORM) \ |
201 | kmicromail/Makefile$(PLATFORM) \ | 205 | kmicromail/Makefile$(PLATFORM) \ |
202 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 206 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
203 | kmicromail/libmailwrapper/Makefile$(PLATFORM) | 207 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
204 | 208 | ||
205 | 209 | ||
206 | 210 | ||
207 | 211 | ||
208 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 212 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
209 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) | 213 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) |
210 | 214 | ||
211 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 215 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
212 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) | 216 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) |
213 | 217 | ||
214 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 218 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
215 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) | 219 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) |
216 | 220 | ||
217 | 221 | ||
218 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 222 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
219 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) | 223 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) |
220 | 224 | ||
221 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 225 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
222 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) | 226 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) |
223 | 227 | ||
224 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 228 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
225 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) | 229 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) |
226 | 230 | ||
227 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 231 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
228 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) | 232 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) |
229 | 233 | ||
230 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 234 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
231 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) | 235 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) |
232 | 236 | ||
233 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | 237 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
234 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) | 238 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) |
235 | 239 | ||
236 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | 240 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
237 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | 241 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
238 | 242 | ||
239 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | 243 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro |
240 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) | 244 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) |
241 | 245 | ||
242 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | 246 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro |
243 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) | 247 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) |
244 | 248 | ||
245 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | 249 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro |
246 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) | 250 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) |
247 | 251 | ||
248 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | 252 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro |
249 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 253 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
250 | 254 | ||
251 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | 255 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro |
252 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | 256 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
253 | 257 | ||
254 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 258 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
255 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | 259 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
256 | 260 | ||
257 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 261 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
258 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) | 262 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) |
259 | 263 | ||
260 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | 264 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro |
261 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) | 265 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) |
262 | 266 | ||
263 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | 267 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro |
264 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) | 268 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) |
265 | 269 | ||
266 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | 270 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro |
267 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) | 271 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) |
diff --git a/kabc/kabc.pro b/kabc/kabc.pro index 95ebd68..71087aa 100644 --- a/kabc/kabc.pro +++ b/kabc/kabc.pro | |||
@@ -1,218 +1,218 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #release debug | 3 | #release debug |
4 | DESTDIR=../bin | 4 | DESTDIR=../bin |
5 | 5 | ||
6 | TARGET = microkabc | 6 | TARGET = microkabc |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat ../microkde/kdeui .. | 10 | INCLUDEPATH += . vcard/include vcard/include/generated $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde/kdeui |
11 | 11 | ||
12 | #LIBS += -lmicrokde -lldap | 12 | #LIBS += -lmicrokde -lldap |
13 | LIBS += -L$(QPEDIR)/lib | 13 | LIBS += -L$(QPEDIR)/lib |
14 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION | 14 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION |
15 | unix : { | 15 | unix : { |
16 | 16 | ||
17 | OBJECTS_DIR = obj/unix | 17 | OBJECTS_DIR = obj/unix |
18 | MOC_DIR = moc/unix | 18 | MOC_DIR = moc/unix |
19 | } | 19 | } |
20 | win32: { | 20 | win32: { |
21 | DEFINES += _WIN32_ | 21 | DEFINES += _WIN32_ |
22 | OBJECTS_DIR = obj/win | 22 | OBJECTS_DIR = obj/win |
23 | MOC_DIR = moc/win | 23 | MOC_DIR = moc/win |
24 | } | 24 | } |
25 | INTERFACES = \ | 25 | INTERFACES = \ |
26 | 26 | ||
27 | 27 | ||
28 | HEADERS = \ | 28 | HEADERS = \ |
29 | resource.h \ | 29 | resource.h \ |
30 | stdaddressbook.h \ | 30 | stdaddressbook.h \ |
31 | agent.h \ | 31 | agent.h \ |
32 | geo.h \ | 32 | geo.h \ |
33 | key.h \ | 33 | key.h \ |
34 | field.h \ | 34 | field.h \ |
35 | plugin.h \ | 35 | plugin.h \ |
36 | address.h \ | 36 | address.h \ |
37 | addresseelist.h \ | 37 | addresseelist.h \ |
38 | formatfactory.h \ | 38 | formatfactory.h \ |
39 | formatplugin.h \ | 39 | formatplugin.h \ |
40 | phonenumber.h \ | 40 | phonenumber.h \ |
41 | distributionlist.h \ | 41 | distributionlist.h \ |
42 | distributionlistdialog.h \ | 42 | distributionlistdialog.h \ |
43 | distributionlisteditor.h \ | 43 | distributionlisteditor.h \ |
44 | vcardformatplugin.h \ | 44 | vcardformatplugin.h \ |
45 | formats/vcardformatplugin2.h \ | 45 | formats/vcardformatplugin2.h \ |
46 | picture.h \ | 46 | picture.h \ |
47 | secrecy.h \ | 47 | secrecy.h \ |
48 | sound.h \ | 48 | sound.h \ |
49 | addressbook.h \ | 49 | addressbook.h \ |
50 | syncprefwidget.h \ | 50 | syncprefwidget.h \ |
51 | timezone.h \ | 51 | timezone.h \ |
52 | tmpaddressbook.h \ | 52 | tmpaddressbook.h \ |
53 | addressee.h \ | 53 | addressee.h \ |
54 | addresseedialog.h \ | 54 | addresseedialog.h \ |
55 | vcardconverter.h \ | 55 | vcardconverter.h \ |
56 | vcard21parser.h \ | 56 | vcard21parser.h \ |
57 | vcardformatimpl.h \ | 57 | vcardformatimpl.h \ |
58 | plugins/file/resourcefile.h \ | 58 | plugins/file/resourcefile.h \ |
59 | plugins/file/resourcefileconfig.h \ | 59 | plugins/file/resourcefileconfig.h \ |
60 | plugins/dir/resourcedir.h \ | 60 | plugins/dir/resourcedir.h \ |
61 | plugins/dir/resourcedirconfig.h \ | 61 | plugins/dir/resourcedirconfig.h \ |
62 | vcardparser/vcardline.h \ | 62 | vcardparser/vcardline.h \ |
63 | vcardparser/vcard.h \ | 63 | vcardparser/vcard.h \ |
64 | vcardparser/vcardtool.h \ | 64 | vcardparser/vcardtool.h \ |
65 | vcardparser/vcardparser.h \ | 65 | vcardparser/vcardparser.h \ |
66 | vcard/include/VCardAdrParam.h \ | 66 | vcard/include/VCardAdrParam.h \ |
67 | vcard/include/VCardAdrValue.h \ | 67 | vcard/include/VCardAdrValue.h \ |
68 | vcard/include/VCardAgentParam.h \ | 68 | vcard/include/VCardAgentParam.h \ |
69 | vcard/include/VCardContentLine.h \ | 69 | vcard/include/VCardContentLine.h \ |
70 | vcard/include/VCardDateParam.h \ | 70 | vcard/include/VCardDateParam.h \ |
71 | vcard/include/VCardDateValue.h \ | 71 | vcard/include/VCardDateValue.h \ |
72 | vcard/include/VCardEmailParam.h \ | 72 | vcard/include/VCardEmailParam.h \ |
73 | vcard/include/VCardGeoValue.h \ | 73 | vcard/include/VCardGeoValue.h \ |
74 | vcard/include/VCardGroup.h \ | 74 | vcard/include/VCardGroup.h \ |
75 | vcard/include/VCardImageParam.h \ | 75 | vcard/include/VCardImageParam.h \ |
76 | vcard/include/VCardImageValue.h \ | 76 | vcard/include/VCardImageValue.h \ |
77 | vcard/include/VCardLangValue.h \ | 77 | vcard/include/VCardLangValue.h \ |
78 | vcard/include/VCardNValue.h \ | 78 | vcard/include/VCardNValue.h \ |
79 | vcard/include/VCardParam.h \ | 79 | vcard/include/VCardParam.h \ |
80 | vcard/include/VCardPhoneNumberValue.h \ | 80 | vcard/include/VCardPhoneNumberValue.h \ |
81 | vcard/include/VCardSourceParam.h \ | 81 | vcard/include/VCardSourceParam.h \ |
82 | vcard/include/VCardTelParam.h \ | 82 | vcard/include/VCardTelParam.h \ |
83 | vcard/include/VCardTextParam.h \ | 83 | vcard/include/VCardTextParam.h \ |
84 | vcard/include/VCardTextNSParam.h \ | 84 | vcard/include/VCardTextNSParam.h \ |
85 | vcard/include/VCardTextValue.h \ | 85 | vcard/include/VCardTextValue.h \ |
86 | vcard/include/VCardTextBinParam.h \ | 86 | vcard/include/VCardTextBinParam.h \ |
87 | vcard/include/VCardURIValue.h \ | 87 | vcard/include/VCardURIValue.h \ |
88 | vcard/include/VCardVCard.h \ | 88 | vcard/include/VCardVCard.h \ |
89 | vcard/include/VCardEntity.h \ | 89 | vcard/include/VCardEntity.h \ |
90 | vcard/include/VCardValue.h \ | 90 | vcard/include/VCardValue.h \ |
91 | vcard/include/VCardSoundValue.h \ | 91 | vcard/include/VCardSoundValue.h \ |
92 | vcard/include/VCardAgentValue.h \ | 92 | vcard/include/VCardAgentValue.h \ |
93 | vcard/include/VCardTelValue.h \ | 93 | vcard/include/VCardTelValue.h \ |
94 | vcard/include/VCardTextBinValue.h \ | 94 | vcard/include/VCardTextBinValue.h \ |
95 | vcard/include/VCardOrgValue.h \ | 95 | vcard/include/VCardOrgValue.h \ |
96 | vcard/include/VCardUTCValue.h \ | 96 | vcard/include/VCardUTCValue.h \ |
97 | vcard/include/VCardClassValue.h \ | 97 | vcard/include/VCardClassValue.h \ |
98 | vcard/include/VCardFloatValue.h \ | 98 | vcard/include/VCardFloatValue.h \ |
99 | vcard/include/VCardTextListValue.h \ | 99 | vcard/include/VCardTextListValue.h \ |
100 | vcard/include/generated/AdrParam-generated.h \ | 100 | vcard/include/generated/AdrParam-generated.h \ |
101 | vcard/include/generated/AdrValue-generated.h \ | 101 | vcard/include/generated/AdrValue-generated.h \ |
102 | vcard/include/generated/AgentParam-generated.h \ | 102 | vcard/include/generated/AgentParam-generated.h \ |
103 | vcard/include/generated/ContentLine-generated.h \ | 103 | vcard/include/generated/ContentLine-generated.h \ |
104 | vcard/include/generated/DateParam-generated.h \ | 104 | vcard/include/generated/DateParam-generated.h \ |
105 | vcard/include/generated/DateValue-generated.h \ | 105 | vcard/include/generated/DateValue-generated.h \ |
106 | vcard/include/generated/EmailParam-generated.h \ | 106 | vcard/include/generated/EmailParam-generated.h \ |
107 | vcard/include/generated/GeoValue-generated.h \ | 107 | vcard/include/generated/GeoValue-generated.h \ |
108 | vcard/include/generated/Group-generated.h \ | 108 | vcard/include/generated/Group-generated.h \ |
109 | vcard/include/generated/ImageParam-generated.h \ | 109 | vcard/include/generated/ImageParam-generated.h \ |
110 | vcard/include/generated/ImageValue-generated.h \ | 110 | vcard/include/generated/ImageValue-generated.h \ |
111 | vcard/include/generated/LangValue-generated.h \ | 111 | vcard/include/generated/LangValue-generated.h \ |
112 | vcard/include/generated/NValue-generated.h \ | 112 | vcard/include/generated/NValue-generated.h \ |
113 | vcard/include/generated/Param-generated.h \ | 113 | vcard/include/generated/Param-generated.h \ |
114 | vcard/include/generated/PhoneNumberValue-generated.h \ | 114 | vcard/include/generated/PhoneNumberValue-generated.h \ |
115 | vcard/include/generated/SourceParam-generated.h \ | 115 | vcard/include/generated/SourceParam-generated.h \ |
116 | vcard/include/generated/TelParam-generated.h \ | 116 | vcard/include/generated/TelParam-generated.h \ |
117 | vcard/include/generated/TextParam-generated.h \ | 117 | vcard/include/generated/TextParam-generated.h \ |
118 | vcard/include/generated/TextNSParam-generated.h \ | 118 | vcard/include/generated/TextNSParam-generated.h \ |
119 | vcard/include/generated/TextValue-generated.h \ | 119 | vcard/include/generated/TextValue-generated.h \ |
120 | vcard/include/generated/TextBinParam-generated.h \ | 120 | vcard/include/generated/TextBinParam-generated.h \ |
121 | vcard/include/generated/URIValue-generated.h \ | 121 | vcard/include/generated/URIValue-generated.h \ |
122 | vcard/include/generated/VCard-generated.h \ | 122 | vcard/include/generated/VCard-generated.h \ |
123 | vcard/include/generated/VCardEntity-generated.h \ | 123 | vcard/include/generated/VCardEntity-generated.h \ |
124 | vcard/include/generated/Value-generated.h \ | 124 | vcard/include/generated/Value-generated.h \ |
125 | vcard/include/generated/SoundValue-generated.h \ | 125 | vcard/include/generated/SoundValue-generated.h \ |
126 | vcard/include/generated/AgentValue-generated.h \ | 126 | vcard/include/generated/AgentValue-generated.h \ |
127 | vcard/include/generated/TelValue-generated.h \ | 127 | vcard/include/generated/TelValue-generated.h \ |
128 | vcard/include/generated/TextBinValue-generated.h \ | 128 | vcard/include/generated/TextBinValue-generated.h \ |
129 | vcard/include/generated/OrgValue-generated.h \ | 129 | vcard/include/generated/OrgValue-generated.h \ |
130 | vcard/include/generated/UTCValue-generated.h \ | 130 | vcard/include/generated/UTCValue-generated.h \ |
131 | vcard/include/generated/ClassValue-generated.h \ | 131 | vcard/include/generated/ClassValue-generated.h \ |
132 | vcard/include/generated/FloatValue-generated.h \ | 132 | vcard/include/generated/FloatValue-generated.h \ |
133 | vcard/include/generated/TextListValue-generated.h | 133 | vcard/include/generated/TextListValue-generated.h |
134 | 134 | ||
135 | 135 | ||
136 | # plugins/ldap/resourceldap.h \ | 136 | # plugins/ldap/resourceldap.h \ |
137 | # plugins/ldap/resourceldapconfig.h \ | 137 | # plugins/ldap/resourceldapconfig.h \ |
138 | #formats/binary/binaryformat.h \ | 138 | #formats/binary/binaryformat.h \ |
139 | 139 | ||
140 | 140 | ||
141 | SOURCES = \ | 141 | SOURCES = \ |
142 | distributionlist.cpp \ | 142 | distributionlist.cpp \ |
143 | distributionlistdialog.cpp \ | 143 | distributionlistdialog.cpp \ |
144 | distributionlisteditor.cpp \ | 144 | distributionlisteditor.cpp \ |
145 | vcardformatplugin.cpp \ | 145 | vcardformatplugin.cpp \ |
146 | formats/vcardformatplugin2.cpp \ | 146 | formats/vcardformatplugin2.cpp \ |
147 | formatfactory.cpp \ | 147 | formatfactory.cpp \ |
148 | resource.cpp \ | 148 | resource.cpp \ |
149 | stdaddressbook.cpp \ | 149 | stdaddressbook.cpp \ |
150 | plugin.cpp \ | 150 | plugin.cpp \ |
151 | agent.cpp \ | 151 | agent.cpp \ |
152 | geo.cpp \ | 152 | geo.cpp \ |
153 | key.cpp \ | 153 | key.cpp \ |
154 | field.cpp \ | 154 | field.cpp \ |
155 | address.cpp \ | 155 | address.cpp \ |
156 | phonenumber.cpp \ | 156 | phonenumber.cpp \ |
157 | picture.cpp \ | 157 | picture.cpp \ |
158 | secrecy.cpp \ | 158 | secrecy.cpp \ |
159 | sound.cpp \ | 159 | sound.cpp \ |
160 | addressbook.cpp \ | 160 | addressbook.cpp \ |
161 | syncprefwidget.cpp \ | 161 | syncprefwidget.cpp \ |
162 | timezone.cpp \ | 162 | timezone.cpp \ |
163 | tmpaddressbook.cpp \ | 163 | tmpaddressbook.cpp \ |
164 | addressee.cpp \ | 164 | addressee.cpp \ |
165 | addresseelist.cpp \ | 165 | addresseelist.cpp \ |
166 | addresseedialog.cpp \ | 166 | addresseedialog.cpp \ |
167 | vcardconverter.cpp \ | 167 | vcardconverter.cpp \ |
168 | vcard21parser.cpp \ | 168 | vcard21parser.cpp \ |
169 | vcardformatimpl.cpp \ | 169 | vcardformatimpl.cpp \ |
170 | plugins/file/resourcefile.cpp \ | 170 | plugins/file/resourcefile.cpp \ |
171 | plugins/file/resourcefileconfig.cpp \ | 171 | plugins/file/resourcefileconfig.cpp \ |
172 | plugins/dir/resourcedir.cpp \ | 172 | plugins/dir/resourcedir.cpp \ |
173 | plugins/dir/resourcedirconfig.cpp \ | 173 | plugins/dir/resourcedirconfig.cpp \ |
174 | vcardparser/vcardline.cpp \ | 174 | vcardparser/vcardline.cpp \ |
175 | vcardparser/vcard.cpp \ | 175 | vcardparser/vcard.cpp \ |
176 | vcardparser/vcardtool.cpp \ | 176 | vcardparser/vcardtool.cpp \ |
177 | vcardparser/vcardparser.cpp \ | 177 | vcardparser/vcardparser.cpp \ |
178 | vcard/AdrParam.cpp \ | 178 | vcard/AdrParam.cpp \ |
179 | vcard/AdrValue.cpp \ | 179 | vcard/AdrValue.cpp \ |
180 | vcard/AgentParam.cpp \ | 180 | vcard/AgentParam.cpp \ |
181 | vcard/ContentLine.cpp \ | 181 | vcard/ContentLine.cpp \ |
182 | vcard/DateParam.cpp \ | 182 | vcard/DateParam.cpp \ |
183 | vcard/DateValue.cpp \ | 183 | vcard/DateValue.cpp \ |
184 | vcard/EmailParam.cpp \ | 184 | vcard/EmailParam.cpp \ |
185 | vcard/Entity.cpp \ | 185 | vcard/Entity.cpp \ |
186 | vcard/Enum.cpp \ | 186 | vcard/Enum.cpp \ |
187 | vcard/GeoValue.cpp \ | 187 | vcard/GeoValue.cpp \ |
188 | vcard/ImageParam.cpp \ | 188 | vcard/ImageParam.cpp \ |
189 | vcard/ImageValue.cpp \ | 189 | vcard/ImageValue.cpp \ |
190 | vcard/LangValue.cpp \ | 190 | vcard/LangValue.cpp \ |
191 | vcard/NValue.cpp \ | 191 | vcard/NValue.cpp \ |
192 | vcard/Param.cpp \ | 192 | vcard/Param.cpp \ |
193 | vcard/PhoneNumberValue.cpp \ | 193 | vcard/PhoneNumberValue.cpp \ |
194 | vcard/RToken.cpp \ | 194 | vcard/RToken.cpp \ |
195 | vcard/SourceParam.cpp \ | 195 | vcard/SourceParam.cpp \ |
196 | vcard/TelParam.cpp \ | 196 | vcard/TelParam.cpp \ |
197 | vcard/TextParam.cpp \ | 197 | vcard/TextParam.cpp \ |
198 | vcard/TextValue.cpp \ | 198 | vcard/TextValue.cpp \ |
199 | vcard/TextBinParam.cpp \ | 199 | vcard/TextBinParam.cpp \ |
200 | vcard/URIValue.cpp \ | 200 | vcard/URIValue.cpp \ |
201 | vcard/VCardv.cpp \ | 201 | vcard/VCardv.cpp \ |
202 | vcard/VCardEntity.cpp \ | 202 | vcard/VCardEntity.cpp \ |
203 | vcard/Value.cpp \ | 203 | vcard/Value.cpp \ |
204 | vcard/SoundValue.cpp \ | 204 | vcard/SoundValue.cpp \ |
205 | vcard/AgentValue.cpp \ | 205 | vcard/AgentValue.cpp \ |
206 | vcard/TelValue.cpp \ | 206 | vcard/TelValue.cpp \ |
207 | vcard/TextBinValue.cpp \ | 207 | vcard/TextBinValue.cpp \ |
208 | vcard/OrgValue.cpp \ | 208 | vcard/OrgValue.cpp \ |
209 | vcard/UTCValue.cpp \ | 209 | vcard/UTCValue.cpp \ |
210 | vcard/ClassValue.cpp \ | 210 | vcard/ClassValue.cpp \ |
211 | vcard/FloatValue.cpp \ | 211 | vcard/FloatValue.cpp \ |
212 | vcard/TextListValue.cpp | 212 | vcard/TextListValue.cpp |
213 | 213 | ||
214 | 214 | ||
215 | # plugins/ldap/resourceldap.cpp \ | 215 | # plugins/ldap/resourceldap.cpp \ |
216 | # plugins/ldap/resourceldapconfig.cpp \ | 216 | # plugins/ldap/resourceldapconfig.cpp \ |
217 | 217 | ||
218 | #formats/binary/binaryformat.cpp \ | 218 | #formats/binary/binaryformat.cpp \ |
diff --git a/kabc/kabcE.pro b/kabc/kabcE.pro index 62a66eb..dfdbcff 100644 --- a/kabc/kabcE.pro +++ b/kabc/kabcE.pro | |||
@@ -1,193 +1,193 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkabc | 3 | TARGET = microkabc |
4 | 4 | ||
5 | 5 | ||
6 | INCLUDEPATH += . .. ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += . $(KDEPIMDIR) vcard/include vcard/include/generated $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(QPEDIR)/include |
7 | OBJECTS_DIR = obj/$(PLATFORM) | 7 | OBJECTS_DIR = obj/$(PLATFORM) |
8 | MOC_DIR = moc/$(PLATFORM) | 8 | MOC_DIR = moc/$(PLATFORM) |
9 | DESTDIR = $(QPEDIR)/lib | 9 | DESTDIR = $(QPEDIR)/lib |
10 | LIBS += -lmicrokde | 10 | LIBS += -lmicrokde |
11 | LIBS += -lmicrokdepim | 11 | LIBS += -lmicrokdepim |
12 | #LIBS += -lldap | 12 | #LIBS += -lldap |
13 | LIBS += -L$(QPEDIR)/lib | 13 | LIBS += -L$(QPEDIR)/lib |
14 | DEFINES += KAB_EMBEDDED | 14 | DEFINES += KAB_EMBEDDED |
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | HEADERS = \ | 18 | HEADERS = \ |
19 | address.h \ | 19 | address.h \ |
20 | addressbook.h \ | 20 | addressbook.h \ |
21 | addressee.h \ | 21 | addressee.h \ |
22 | addresseedialog.h \ | 22 | addresseedialog.h \ |
23 | addresseelist.h \ | 23 | addresseelist.h \ |
24 | agent.h \ | 24 | agent.h \ |
25 | distributionlist.h \ | 25 | distributionlist.h \ |
26 | distributionlistdialog.h \ | 26 | distributionlistdialog.h \ |
27 | distributionlisteditor.h \ | 27 | distributionlisteditor.h \ |
28 | field.h \ | 28 | field.h \ |
29 | formatfactory.h \ | 29 | formatfactory.h \ |
30 | formatplugin.h \ | 30 | formatplugin.h \ |
31 | geo.h \ | 31 | geo.h \ |
32 | key.h \ | 32 | key.h \ |
33 | phonenumber.h \ | 33 | phonenumber.h \ |
34 | picture.h \ | 34 | picture.h \ |
35 | plugin.h \ | 35 | plugin.h \ |
36 | resource.h \ | 36 | resource.h \ |
37 | secrecy.h \ | 37 | secrecy.h \ |
38 | sound.h \ | 38 | sound.h \ |
39 | stdaddressbook.h \ | 39 | stdaddressbook.h \ |
40 | syncprefwidget.h \ | 40 | syncprefwidget.h \ |
41 | timezone.h \ | 41 | timezone.h \ |
42 | tmpaddressbook.h \ | 42 | tmpaddressbook.h \ |
43 | vcardconverter.h \ | 43 | vcardconverter.h \ |
44 | vcard21parser.h \ | 44 | vcard21parser.h \ |
45 | vcardformatimpl.h \ | 45 | vcardformatimpl.h \ |
46 | vcardformatplugin.h \ | 46 | vcardformatplugin.h \ |
47 | vcardparser/vcardline.h \ | 47 | vcardparser/vcardline.h \ |
48 | vcardparser/vcard.h \ | 48 | vcardparser/vcard.h \ |
49 | vcardparser/vcardtool.h \ | 49 | vcardparser/vcardtool.h \ |
50 | vcardparser/vcardparser.h \ | 50 | vcardparser/vcardparser.h \ |
51 | vcard/include/VCardAdrParam.h \ | 51 | vcard/include/VCardAdrParam.h \ |
52 | vcard/include/VCardAdrValue.h \ | 52 | vcard/include/VCardAdrValue.h \ |
53 | vcard/include/VCardAgentParam.h \ | 53 | vcard/include/VCardAgentParam.h \ |
54 | vcard/include/VCardContentLine.h \ | 54 | vcard/include/VCardContentLine.h \ |
55 | vcard/include/VCardDateParam.h \ | 55 | vcard/include/VCardDateParam.h \ |
56 | vcard/include/VCardDateValue.h \ | 56 | vcard/include/VCardDateValue.h \ |
57 | vcard/include/VCardEmailParam.h \ | 57 | vcard/include/VCardEmailParam.h \ |
58 | vcard/include/VCardGeoValue.h \ | 58 | vcard/include/VCardGeoValue.h \ |
59 | vcard/include/VCardGroup.h \ | 59 | vcard/include/VCardGroup.h \ |
60 | vcard/include/VCardImageParam.h \ | 60 | vcard/include/VCardImageParam.h \ |
61 | vcard/include/VCardImageValue.h \ | 61 | vcard/include/VCardImageValue.h \ |
62 | vcard/include/VCardLangValue.h \ | 62 | vcard/include/VCardLangValue.h \ |
63 | vcard/include/VCardNValue.h \ | 63 | vcard/include/VCardNValue.h \ |
64 | vcard/include/VCardParam.h \ | 64 | vcard/include/VCardParam.h \ |
65 | vcard/include/VCardPhoneNumberValue.h \ | 65 | vcard/include/VCardPhoneNumberValue.h \ |
66 | vcard/include/VCardSourceParam.h \ | 66 | vcard/include/VCardSourceParam.h \ |
67 | vcard/include/VCardTelParam.h \ | 67 | vcard/include/VCardTelParam.h \ |
68 | vcard/include/VCardTextParam.h \ | 68 | vcard/include/VCardTextParam.h \ |
69 | vcard/include/VCardTextNSParam.h \ | 69 | vcard/include/VCardTextNSParam.h \ |
70 | vcard/include/VCardTextValue.h \ | 70 | vcard/include/VCardTextValue.h \ |
71 | vcard/include/VCardTextBinParam.h \ | 71 | vcard/include/VCardTextBinParam.h \ |
72 | vcard/include/VCardURIValue.h \ | 72 | vcard/include/VCardURIValue.h \ |
73 | vcard/include/VCardVCard.h \ | 73 | vcard/include/VCardVCard.h \ |
74 | vcard/include/VCardEntity.h \ | 74 | vcard/include/VCardEntity.h \ |
75 | vcard/include/VCardValue.h \ | 75 | vcard/include/VCardValue.h \ |
76 | vcard/include/VCardSoundValue.h \ | 76 | vcard/include/VCardSoundValue.h \ |
77 | vcard/include/VCardAgentValue.h \ | 77 | vcard/include/VCardAgentValue.h \ |
78 | vcard/include/VCardTelValue.h \ | 78 | vcard/include/VCardTelValue.h \ |
79 | vcard/include/VCardTextBinValue.h \ | 79 | vcard/include/VCardTextBinValue.h \ |
80 | vcard/include/VCardOrgValue.h \ | 80 | vcard/include/VCardOrgValue.h \ |
81 | vcard/include/VCardUTCValue.h \ | 81 | vcard/include/VCardUTCValue.h \ |
82 | vcard/include/VCardClassValue.h \ | 82 | vcard/include/VCardClassValue.h \ |
83 | vcard/include/VCardFloatValue.h \ | 83 | vcard/include/VCardFloatValue.h \ |
84 | vcard/include/VCardTextListValue.h \ | 84 | vcard/include/VCardTextListValue.h \ |
85 | vcard/include/generated/AdrParam-generated.h \ | 85 | vcard/include/generated/AdrParam-generated.h \ |
86 | vcard/include/generated/AdrValue-generated.h \ | 86 | vcard/include/generated/AdrValue-generated.h \ |
87 | vcard/include/generated/AgentParam-generated.h \ | 87 | vcard/include/generated/AgentParam-generated.h \ |
88 | vcard/include/generated/ContentLine-generated.h \ | 88 | vcard/include/generated/ContentLine-generated.h \ |
89 | vcard/include/generated/DateParam-generated.h \ | 89 | vcard/include/generated/DateParam-generated.h \ |
90 | vcard/include/generated/DateValue-generated.h \ | 90 | vcard/include/generated/DateValue-generated.h \ |
91 | vcard/include/generated/EmailParam-generated.h \ | 91 | vcard/include/generated/EmailParam-generated.h \ |
92 | vcard/include/generated/GeoValue-generated.h \ | 92 | vcard/include/generated/GeoValue-generated.h \ |
93 | vcard/include/generated/Group-generated.h \ | 93 | vcard/include/generated/Group-generated.h \ |
94 | vcard/include/generated/ImageParam-generated.h \ | 94 | vcard/include/generated/ImageParam-generated.h \ |
95 | vcard/include/generated/ImageValue-generated.h \ | 95 | vcard/include/generated/ImageValue-generated.h \ |
96 | vcard/include/generated/LangValue-generated.h \ | 96 | vcard/include/generated/LangValue-generated.h \ |
97 | vcard/include/generated/NValue-generated.h \ | 97 | vcard/include/generated/NValue-generated.h \ |
98 | vcard/include/generated/Param-generated.h \ | 98 | vcard/include/generated/Param-generated.h \ |
99 | vcard/include/generated/PhoneNumberValue-generated.h \ | 99 | vcard/include/generated/PhoneNumberValue-generated.h \ |
100 | vcard/include/generated/SourceParam-generated.h \ | 100 | vcard/include/generated/SourceParam-generated.h \ |
101 | vcard/include/generated/TelParam-generated.h \ | 101 | vcard/include/generated/TelParam-generated.h \ |
102 | vcard/include/generated/TextParam-generated.h \ | 102 | vcard/include/generated/TextParam-generated.h \ |
103 | vcard/include/generated/TextNSParam-generated.h \ | 103 | vcard/include/generated/TextNSParam-generated.h \ |
104 | vcard/include/generated/TextValue-generated.h \ | 104 | vcard/include/generated/TextValue-generated.h \ |
105 | vcard/include/generated/TextBinParam-generated.h \ | 105 | vcard/include/generated/TextBinParam-generated.h \ |
106 | vcard/include/generated/URIValue-generated.h \ | 106 | vcard/include/generated/URIValue-generated.h \ |
107 | vcard/include/generated/VCard-generated.h \ | 107 | vcard/include/generated/VCard-generated.h \ |
108 | vcard/include/generated/VCardEntity-generated.h \ | 108 | vcard/include/generated/VCardEntity-generated.h \ |
109 | vcard/include/generated/Value-generated.h \ | 109 | vcard/include/generated/Value-generated.h \ |
110 | vcard/include/generated/SoundValue-generated.h \ | 110 | vcard/include/generated/SoundValue-generated.h \ |
111 | vcard/include/generated/AgentValue-generated.h \ | 111 | vcard/include/generated/AgentValue-generated.h \ |
112 | vcard/include/generated/TelValue-generated.h \ | 112 | vcard/include/generated/TelValue-generated.h \ |
113 | vcard/include/generated/TextBinValue-generated.h \ | 113 | vcard/include/generated/TextBinValue-generated.h \ |
114 | vcard/include/generated/OrgValue-generated.h \ | 114 | vcard/include/generated/OrgValue-generated.h \ |
115 | vcard/include/generated/UTCValue-generated.h \ | 115 | vcard/include/generated/UTCValue-generated.h \ |
116 | vcard/include/generated/ClassValue-generated.h \ | 116 | vcard/include/generated/ClassValue-generated.h \ |
117 | vcard/include/generated/FloatValue-generated.h \ | 117 | vcard/include/generated/FloatValue-generated.h \ |
118 | vcard/include/generated/TextListValue-generated.h | 118 | vcard/include/generated/TextListValue-generated.h |
119 | 119 | ||
120 | 120 | ||
121 | 121 | ||
122 | 122 | ||
123 | SOURCES = \ | 123 | SOURCES = \ |
124 | address.cpp \ | 124 | address.cpp \ |
125 | addressbook.cpp \ | 125 | addressbook.cpp \ |
126 | addressee.cpp \ | 126 | addressee.cpp \ |
127 | addresseedialog.cpp \ | 127 | addresseedialog.cpp \ |
128 | addresseelist.cpp \ | 128 | addresseelist.cpp \ |
129 | agent.cpp \ | 129 | agent.cpp \ |
130 | distributionlist.cpp \ | 130 | distributionlist.cpp \ |
131 | distributionlistdialog.cpp \ | 131 | distributionlistdialog.cpp \ |
132 | distributionlisteditor.cpp \ | 132 | distributionlisteditor.cpp \ |
133 | field.cpp \ | 133 | field.cpp \ |
134 | formatfactory.cpp \ | 134 | formatfactory.cpp \ |
135 | geo.cpp \ | 135 | geo.cpp \ |
136 | key.cpp \ | 136 | key.cpp \ |
137 | phonenumber.cpp \ | 137 | phonenumber.cpp \ |
138 | picture.cpp \ | 138 | picture.cpp \ |
139 | plugin.cpp \ | 139 | plugin.cpp \ |
140 | resource.cpp \ | 140 | resource.cpp \ |
141 | secrecy.cpp \ | 141 | secrecy.cpp \ |
142 | sound.cpp \ | 142 | sound.cpp \ |
143 | stdaddressbook.cpp \ | 143 | stdaddressbook.cpp \ |
144 | syncprefwidget.cpp \ | 144 | syncprefwidget.cpp \ |
145 | timezone.cpp \ | 145 | timezone.cpp \ |
146 | tmpaddressbook.cpp \ | 146 | tmpaddressbook.cpp \ |
147 | vcardconverter.cpp \ | 147 | vcardconverter.cpp \ |
148 | vcard21parser.cpp \ | 148 | vcard21parser.cpp \ |
149 | vcardformatimpl.cpp \ | 149 | vcardformatimpl.cpp \ |
150 | vcardformatplugin.cpp \ | 150 | vcardformatplugin.cpp \ |
151 | vcardparser/vcardline.cpp \ | 151 | vcardparser/vcardline.cpp \ |
152 | vcardparser/vcard.cpp \ | 152 | vcardparser/vcard.cpp \ |
153 | vcardparser/vcardtool.cpp \ | 153 | vcardparser/vcardtool.cpp \ |
154 | vcardparser/vcardparser.cpp \ | 154 | vcardparser/vcardparser.cpp \ |
155 | vcard/AdrParam.cpp \ | 155 | vcard/AdrParam.cpp \ |
156 | vcard/AdrValue.cpp \ | 156 | vcard/AdrValue.cpp \ |
157 | vcard/AgentParam.cpp \ | 157 | vcard/AgentParam.cpp \ |
158 | vcard/ContentLine.cpp \ | 158 | vcard/ContentLine.cpp \ |
159 | vcard/DateParam.cpp \ | 159 | vcard/DateParam.cpp \ |
160 | vcard/DateValue.cpp \ | 160 | vcard/DateValue.cpp \ |
161 | vcard/EmailParam.cpp \ | 161 | vcard/EmailParam.cpp \ |
162 | vcard/Entity.cpp \ | 162 | vcard/Entity.cpp \ |
163 | vcard/Enum.cpp \ | 163 | vcard/Enum.cpp \ |
164 | vcard/GeoValue.cpp \ | 164 | vcard/GeoValue.cpp \ |
165 | vcard/ImageParam.cpp \ | 165 | vcard/ImageParam.cpp \ |
166 | vcard/ImageValue.cpp \ | 166 | vcard/ImageValue.cpp \ |
167 | vcard/LangValue.cpp \ | 167 | vcard/LangValue.cpp \ |
168 | vcard/NValue.cpp \ | 168 | vcard/NValue.cpp \ |
169 | vcard/Param.cpp \ | 169 | vcard/Param.cpp \ |
170 | vcard/PhoneNumberValue.cpp \ | 170 | vcard/PhoneNumberValue.cpp \ |
171 | vcard/RToken.cpp \ | 171 | vcard/RToken.cpp \ |
172 | vcard/SourceParam.cpp \ | 172 | vcard/SourceParam.cpp \ |
173 | vcard/TelParam.cpp \ | 173 | vcard/TelParam.cpp \ |
174 | vcard/TextParam.cpp \ | 174 | vcard/TextParam.cpp \ |
175 | vcard/TextValue.cpp \ | 175 | vcard/TextValue.cpp \ |
176 | vcard/TextBinParam.cpp \ | 176 | vcard/TextBinParam.cpp \ |
177 | vcard/URIValue.cpp \ | 177 | vcard/URIValue.cpp \ |
178 | vcard/VCardv.cpp \ | 178 | vcard/VCardv.cpp \ |
179 | vcard/VCardEntity.cpp \ | 179 | vcard/VCardEntity.cpp \ |
180 | vcard/Value.cpp \ | 180 | vcard/Value.cpp \ |
181 | vcard/SoundValue.cpp \ | 181 | vcard/SoundValue.cpp \ |
182 | vcard/AgentValue.cpp \ | 182 | vcard/AgentValue.cpp \ |
183 | vcard/TelValue.cpp \ | 183 | vcard/TelValue.cpp \ |
184 | vcard/TextBinValue.cpp \ | 184 | vcard/TextBinValue.cpp \ |
185 | vcard/OrgValue.cpp \ | 185 | vcard/OrgValue.cpp \ |
186 | vcard/UTCValue.cpp \ | 186 | vcard/UTCValue.cpp \ |
187 | vcard/ClassValue.cpp \ | 187 | vcard/ClassValue.cpp \ |
188 | vcard/FloatValue.cpp \ | 188 | vcard/FloatValue.cpp \ |
189 | vcard/TextListValue.cpp | 189 | vcard/TextListValue.cpp |
190 | 190 | ||
191 | 191 | ||
192 | # plugins/ldap/resourceldap.cpp \ | 192 | # plugins/ldap/resourceldap.cpp \ |
193 | # plugins/ldap/resourceldapconfig.cpp \ | 193 | # plugins/ldap/resourceldapconfig.cpp \ |
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index fec2341..7e9752d 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,186 +1,186 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kapi | 3 | TARGET = kapi |
4 | DESTDIR= ../bin | 4 | DESTDIR= ../bin |
5 | 5 | ||
6 | include( ../variables.pri ) | 6 | include( ../variables.pri ) |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces | 9 | INCLUDEPATH += . details features xxport $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kutils $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kresources $(KDEPIMDIR)/kabc $(KDEPIMDIR) interfaces |
10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | 10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION |
11 | 11 | ||
12 | unix : { | 12 | unix : { |
13 | LIBS += ../bin/libmicrokdepim.so | 13 | LIBS += ../bin/libmicrokdepim.so |
14 | LIBS += ../bin/libmicrokde.so | 14 | LIBS += ../bin/libmicrokde.so |
15 | LIBS += ../bin/libmicrokabc.so | 15 | LIBS += ../bin/libmicrokabc.so |
16 | LIBS += ../bin/libmicrokcal.so | 16 | LIBS += ../bin/libmicrokcal.so |
17 | LIBS += ../bin/libmicrogammu.so | 17 | LIBS += ../bin/libmicrogammu.so |
18 | LIBS += -lbluetooth | 18 | LIBS += -lbluetooth |
19 | LIBS += -lsdp | 19 | LIBS += -lsdp |
20 | LIBS += -lldap | 20 | LIBS += -lldap |
21 | OBJECTS_DIR = obj/unix | 21 | OBJECTS_DIR = obj/unix |
22 | MOC_DIR = moc/unix | 22 | MOC_DIR = moc/unix |
23 | } | 23 | } |
24 | win32: { | 24 | win32: { |
25 | DEFINES += _WIN32_ | 25 | DEFINES += _WIN32_ |
26 | LIBS += ../bin/microkdepim.lib | 26 | LIBS += ../bin/microkdepim.lib |
27 | LIBS += ../bin/microkcal.lib | 27 | LIBS += ../bin/microkcal.lib |
28 | LIBS += ../bin/microkde.lib | 28 | LIBS += ../bin/microkde.lib |
29 | LIBS += ../bin/microkabc.lib | 29 | LIBS += ../bin/microkabc.lib |
30 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 30 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
31 | OBJECTS_DIR = obj/win | 31 | OBJECTS_DIR = obj/win |
32 | MOC_DIR = moc/win | 32 | MOC_DIR = moc/win |
33 | LIBS += mfc71u.lib | 33 | LIBS += mfc71u.lib |
34 | } | 34 | } |
35 | 35 | ||
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||
39 | 39 | ||
40 | 40 | ||
41 | 41 | ||
42 | 42 | ||
43 | INTERFACES = \ | 43 | INTERFACES = \ |
44 | # filteredit_base.ui \ | 44 | # filteredit_base.ui \ |
45 | # kofilterview_base.ui \ | 45 | # kofilterview_base.ui \ |
46 | 46 | ||
47 | HEADERS = \ | 47 | HEADERS = \ |
48 | features/mergewidget.h \ | 48 | features/mergewidget.h \ |
49 | features/distributionlistwidget.h \ | 49 | features/distributionlistwidget.h \ |
50 | kcmconfigs/addresseewidget.h \ | 50 | kcmconfigs/addresseewidget.h \ |
51 | kcmconfigs/extensionconfigdialog.h \ | 51 | kcmconfigs/extensionconfigdialog.h \ |
52 | kcmconfigs/kcmkabconfig.h \ | 52 | kcmconfigs/kcmkabconfig.h \ |
53 | kcmconfigs/kabconfigwidget.h \ | 53 | kcmconfigs/kabconfigwidget.h \ |
54 | addresseeeditordialog.h \ | 54 | addresseeeditordialog.h \ |
55 | addresseeeditorwidget.h \ | 55 | addresseeeditorwidget.h \ |
56 | addresseditwidget.h \ | 56 | addresseditwidget.h \ |
57 | addresseeconfig.h \ | 57 | addresseeconfig.h \ |
58 | addresseeutil.h \ | 58 | addresseeutil.h \ |
59 | emaileditwidget.h \ | 59 | emaileditwidget.h \ |
60 | filtereditdialog.h \ | 60 | filtereditdialog.h \ |
61 | kaddressbookmain.h \ | 61 | kaddressbookmain.h \ |
62 | kabprefs.h \ | 62 | kabprefs.h \ |
63 | kabcore.h \ | 63 | kabcore.h \ |
64 | viewmanager.h \ | 64 | viewmanager.h \ |
65 | extensionmanager.h \ | 65 | extensionmanager.h \ |
66 | extensionwidget.h \ | 66 | extensionwidget.h \ |
67 | kaddressbookview.h \ | 67 | kaddressbookview.h \ |
68 | geowidget.h \ | 68 | geowidget.h \ |
69 | imagewidget.h \ | 69 | imagewidget.h \ |
70 | incsearchwidget.h \ | 70 | incsearchwidget.h \ |
71 | jumpbuttonbar.h \ | 71 | jumpbuttonbar.h \ |
72 | phoneeditwidget.h \ | 72 | phoneeditwidget.h \ |
73 | secrecywidget.h \ | 73 | secrecywidget.h \ |
74 | keywidget.h \ | 74 | keywidget.h \ |
75 | nameeditdialog.h \ | 75 | nameeditdialog.h \ |
76 | filter.h \ | 76 | filter.h \ |
77 | addviewdialog.h \ | 77 | addviewdialog.h \ |
78 | configurewidget.h \ | 78 | configurewidget.h \ |
79 | viewconfigurewidget.h \ | 79 | viewconfigurewidget.h \ |
80 | viewconfigurefieldspage.h \ | 80 | viewconfigurefieldspage.h \ |
81 | viewconfigurefilterpage.h \ | 81 | viewconfigurefilterpage.h \ |
82 | typecombo.h \ | 82 | typecombo.h \ |
83 | undo.h \ | 83 | undo.h \ |
84 | undocmds.h \ | 84 | undocmds.h \ |
85 | xxportmanager.h \ | 85 | xxportmanager.h \ |
86 | xxportobject.h \ | 86 | xxportobject.h \ |
87 | xxportselectdialog.h \ | 87 | xxportselectdialog.h \ |
88 | details/detailsviewcontainer.h \ | 88 | details/detailsviewcontainer.h \ |
89 | details/look_basic.h \ | 89 | details/look_basic.h \ |
90 | details/look_html.h \ | 90 | details/look_html.h \ |
91 | views/kaddressbookiconview.h \ | 91 | views/kaddressbookiconview.h \ |
92 | views/kaddressbooktableview.h \ | 92 | views/kaddressbooktableview.h \ |
93 | views/kaddressbookcardview.h \ | 93 | views/kaddressbookcardview.h \ |
94 | views/configuretableviewdialog.h \ | 94 | views/configuretableviewdialog.h \ |
95 | views/configurecardviewdialog.h \ | 95 | views/configurecardviewdialog.h \ |
96 | views/cardview.h \ | 96 | views/cardview.h \ |
97 | views/colorlistbox.h \ | 97 | views/colorlistbox.h \ |
98 | views/contactlistview.h \ | 98 | views/contactlistview.h \ |
99 | xxport/vcard_xxport.h \ | 99 | xxport/vcard_xxport.h \ |
100 | xxport/kde2_xxport.h \ | 100 | xxport/kde2_xxport.h \ |
101 | xxport/csv_xxport.h \ | 101 | xxport/csv_xxport.h \ |
102 | xxport/csvimportdialog.h \ | 102 | xxport/csvimportdialog.h \ |
103 | xxport/opie_xxport.h \ | 103 | xxport/opie_xxport.h \ |
104 | xxport/qtopia_xxport.h \ | 104 | xxport/qtopia_xxport.h \ |
105 | xxport/sharpdtm_xxport.h \ | 105 | xxport/sharpdtm_xxport.h \ |
106 | #details/look_details.h \ | 106 | #details/look_details.h \ |
107 | #mainwindoiw.h \ | 107 | #mainwindoiw.h \ |
108 | # alarmclient.h \ | 108 | # alarmclient.h \ |
109 | # calendarview.h \ | 109 | # calendarview.h \ |
110 | # customlistviewitem.h \ | 110 | # customlistviewitem.h \ |
111 | # datenavigator.h | 111 | # datenavigator.h |
112 | 112 | ||
113 | SOURCES = \ | 113 | SOURCES = \ |
114 | addresseeeditordialog.cpp \ | 114 | addresseeeditordialog.cpp \ |
115 | addresseeeditorwidget.cpp \ | 115 | addresseeeditorwidget.cpp \ |
116 | addresseditwidget.cpp \ | 116 | addresseditwidget.cpp \ |
117 | addresseeconfig.cpp \ | 117 | addresseeconfig.cpp \ |
118 | addresseeutil.cpp \ | 118 | addresseeutil.cpp \ |
119 | extensionmanager.cpp \ | 119 | extensionmanager.cpp \ |
120 | features/mergewidget.cpp \ | 120 | features/mergewidget.cpp \ |
121 | features/distributionlistwidget.cpp \ | 121 | features/distributionlistwidget.cpp \ |
122 | kcmconfigs/addresseewidget.cpp \ | 122 | kcmconfigs/addresseewidget.cpp \ |
123 | kcmconfigs/extensionconfigdialog.cpp \ | 123 | kcmconfigs/extensionconfigdialog.cpp \ |
124 | kcmconfigs/kcmkabconfig.cpp \ | 124 | kcmconfigs/kcmkabconfig.cpp \ |
125 | kcmconfigs/kabconfigwidget.cpp \ | 125 | kcmconfigs/kabconfigwidget.cpp \ |
126 | emaileditwidget.cpp \ | 126 | emaileditwidget.cpp \ |
127 | filtereditdialog.cpp \ | 127 | filtereditdialog.cpp \ |
128 | mainembedded.cpp \ | 128 | mainembedded.cpp \ |
129 | kaddressbookmain.cpp \ | 129 | kaddressbookmain.cpp \ |
130 | kabcore.cpp \ | 130 | kabcore.cpp \ |
131 | kabprefs.cpp \ | 131 | kabprefs.cpp \ |
132 | viewmanager.cpp \ | 132 | viewmanager.cpp \ |
133 | kaddressbookview.cpp \ | 133 | kaddressbookview.cpp \ |
134 | extensionwidget.cpp \ | 134 | extensionwidget.cpp \ |
135 | geowidget.cpp \ | 135 | geowidget.cpp \ |
136 | imagewidget.cpp \ | 136 | imagewidget.cpp \ |
137 | incsearchwidget.cpp \ | 137 | incsearchwidget.cpp \ |
138 | jumpbuttonbar.cpp \ | 138 | jumpbuttonbar.cpp \ |
139 | phoneeditwidget.cpp \ | 139 | phoneeditwidget.cpp \ |
140 | secrecywidget.cpp \ | 140 | secrecywidget.cpp \ |
141 | keywidget.cpp \ | 141 | keywidget.cpp \ |
142 | nameeditdialog.cpp \ | 142 | nameeditdialog.cpp \ |
143 | filter.cpp \ | 143 | filter.cpp \ |
144 | addviewdialog.cpp \ | 144 | addviewdialog.cpp \ |
145 | configurewidget.cpp \ | 145 | configurewidget.cpp \ |
146 | viewconfigurewidget.cpp \ | 146 | viewconfigurewidget.cpp \ |
147 | viewconfigurefieldspage.cpp \ | 147 | viewconfigurefieldspage.cpp \ |
148 | viewconfigurefilterpage.cpp \ | 148 | viewconfigurefilterpage.cpp \ |
149 | undo.cpp \ | 149 | undo.cpp \ |
150 | undocmds.cpp \ | 150 | undocmds.cpp \ |
151 | xxportmanager.cpp \ | 151 | xxportmanager.cpp \ |
152 | xxportobject.cpp \ | 152 | xxportobject.cpp \ |
153 | xxportselectdialog.cpp \ | 153 | xxportselectdialog.cpp \ |
154 | details/detailsviewcontainer.cpp \ | 154 | details/detailsviewcontainer.cpp \ |
155 | details/look_basic.cpp \ | 155 | details/look_basic.cpp \ |
156 | details/look_html.cpp \ | 156 | details/look_html.cpp \ |
157 | views/kaddressbookiconview.cpp \ | 157 | views/kaddressbookiconview.cpp \ |
158 | views/kaddressbooktableview.cpp \ | 158 | views/kaddressbooktableview.cpp \ |
159 | views/kaddressbookcardview.cpp \ | 159 | views/kaddressbookcardview.cpp \ |
160 | views/configuretableviewdialog.cpp \ | 160 | views/configuretableviewdialog.cpp \ |
161 | views/configurecardviewdialog.cpp \ | 161 | views/configurecardviewdialog.cpp \ |
162 | views/cardview.cpp \ | 162 | views/cardview.cpp \ |
163 | views/contactlistview.cpp \ | 163 | views/contactlistview.cpp \ |
164 | views/colorlistbox.cpp \ | 164 | views/colorlistbox.cpp \ |
165 | xxport/vcard_xxport.cpp \ | 165 | xxport/vcard_xxport.cpp \ |
166 | xxport/kde2_xxport.cpp \ | 166 | xxport/kde2_xxport.cpp \ |
167 | xxport/csv_xxport.cpp \ | 167 | xxport/csv_xxport.cpp \ |
168 | xxport/csvimportdialog.cpp \ | 168 | xxport/csvimportdialog.cpp \ |
169 | xxport/opie_xxport.cpp \ | 169 | xxport/opie_xxport.cpp \ |
170 | xxport/qtopia_xxport.cpp \ | 170 | xxport/qtopia_xxport.cpp \ |
171 | xxport/sharpdtm_xxport.cpp \ | 171 | xxport/sharpdtm_xxport.cpp \ |
172 | #details/look_details.cpp \ | 172 | #details/look_details.cpp \ |
173 | #mainwindow.cpp \ | 173 | #mainwindow.cpp \ |
174 | # calendarview.cpp \ | 174 | # calendarview.cpp \ |
175 | # timespanview.cpp | 175 | # timespanview.cpp |
176 | 176 | ||
177 | 177 | ||
178 | 178 | ||
179 | win32: { | 179 | win32: { |
180 | HEADERS += ../outport/msoutl9.h \ | 180 | HEADERS += ../outport/msoutl9.h \ |
181 | kaimportoldialog.h | 181 | kaimportoldialog.h |
182 | 182 | ||
183 | SOURCES += ../outport/msoutl9.cpp \ | 183 | SOURCES += ../outport/msoutl9.cpp \ |
184 | kaimportoldialog.cpp | 184 | kaimportoldialog.cpp |
185 | } | 185 | } |
186 | 186 | ||
diff --git a/kmicromail/kmicromailE.pro b/kmicromail/kmicromailE.pro index 962f788..c026808 100644 --- a/kmicromail/kmicromailE.pro +++ b/kmicromail/kmicromailE.pro | |||
@@ -1,69 +1,69 @@ | |||
1 | CONFIG += qt warn_on | 1 | CONFIG += qt warn_on |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | HEADERS = defines.h \ | 3 | HEADERS = defines.h \ |
4 | editaccounts.h \ | 4 | editaccounts.h \ |
5 | composemail.h \ | 5 | composemail.h \ |
6 | accountview.h \ | 6 | accountview.h \ |
7 | accountitem.h \ | 7 | accountitem.h \ |
8 | mainwindow.h \ | 8 | mainwindow.h \ |
9 | viewmail.h \ | 9 | viewmail.h \ |
10 | viewmailbase.h \ | 10 | viewmailbase.h \ |
11 | opiemail.h \ | 11 | opiemail.h \ |
12 | mailistviewitem.h \ | 12 | mailistviewitem.h \ |
13 | settingsdialog.h \ | 13 | settingsdialog.h \ |
14 | statuswidget.h \ | 14 | statuswidget.h \ |
15 | newmaildir.h \ | 15 | newmaildir.h \ |
16 | selectstore.h \ | 16 | selectstore.h \ |
17 | selectsmtp.h \ | 17 | selectsmtp.h \ |
18 | nntpgroups.h \ | 18 | nntpgroups.h \ |
19 | nntpgroupsdlg.h | 19 | nntpgroupsdlg.h |
20 | 20 | ||
21 | SOURCES = main.cpp \ | 21 | SOURCES = main.cpp \ |
22 | opiemail.cpp \ | 22 | opiemail.cpp \ |
23 | mainwindow.cpp \ | 23 | mainwindow.cpp \ |
24 | accountview.cpp \ | 24 | accountview.cpp \ |
25 | accountitem.cpp \ | 25 | accountitem.cpp \ |
26 | composemail.cpp \ | 26 | composemail.cpp \ |
27 | editaccounts.cpp \ | 27 | editaccounts.cpp \ |
28 | viewmail.cpp \ | 28 | viewmail.cpp \ |
29 | viewmailbase.cpp \ | 29 | viewmailbase.cpp \ |
30 | mailistviewitem.cpp \ | 30 | mailistviewitem.cpp \ |
31 | settingsdialog.cpp \ | 31 | settingsdialog.cpp \ |
32 | statuswidget.cpp \ | 32 | statuswidget.cpp \ |
33 | newmaildir.cpp \ | 33 | newmaildir.cpp \ |
34 | selectstore.cpp \ | 34 | selectstore.cpp \ |
35 | selectsmtp.cpp \ | 35 | selectsmtp.cpp \ |
36 | nntpgroups.cpp \ | 36 | nntpgroups.cpp \ |
37 | nntpgroupsdlg.cpp | 37 | nntpgroupsdlg.cpp |
38 | 38 | ||
39 | INTERFACES = editaccountsui.ui \ | 39 | INTERFACES = editaccountsui.ui \ |
40 | selectmailtypeui.ui \ | 40 | selectmailtypeui.ui \ |
41 | imapconfigui.ui \ | 41 | imapconfigui.ui \ |
42 | pop3configui.ui \ | 42 | pop3configui.ui \ |
43 | nntpconfigui.ui \ | 43 | nntpconfigui.ui \ |
44 | smtpconfigui.ui \ | 44 | smtpconfigui.ui \ |
45 | composemailui.ui \ | 45 | composemailui.ui \ |
46 | settingsdialogui.ui \ | 46 | settingsdialogui.ui \ |
47 | statuswidgetui.ui \ | 47 | statuswidgetui.ui \ |
48 | newmaildirui.ui \ | 48 | newmaildirui.ui \ |
49 | selectstoreui.ui \ | 49 | selectstoreui.ui \ |
50 | nntpgroupsui.ui | 50 | nntpgroupsui.ui |
51 | 51 | ||
52 | 52 | ||
53 | INCLUDEPATH += ../microkde ../microkde/kdecore ./libetpan/include $(QPEDIR)/include . .. ../microkde/kdeui ../qtcompat | 53 | INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore libetpan/include $(KDEPIMDIR)/microkde/kdeui $(QPEDIR)/include |
54 | LIBS += -L$(QPEDIR)/lib -lkmicromailwrapper -lqpe -lkmicrolibetpan -lmicrokde -lmicroqtcompat -lssl -lcrypto -ljpeg -lmicrokde -lmicroqtcompat -lmicrokabc -lmicrokcal -lmicrokdepim | 54 | LIBS += -L$(QPEDIR)/lib -lkmicromailwrapper -lqpe -lkmicrolibetpan -lmicrokde -lmicroqtcompat -lssl -lcrypto -ljpeg -lmicrokde -lmicroqtcompat -lmicrokabc -lmicrokcal -lmicrokdepim |
55 | LIBS += $(QTOPIALIB) | 55 | LIBS += $(QTOPIALIB) |
56 | #LIBS += -lqtopia | 56 | #LIBS += -lqtopia |
57 | #next line for Zaurus only | 57 | #next line for Zaurus only |
58 | #LIBS += -luuid | 58 | #LIBS += -luuid |
59 | 59 | ||
60 | LIBS += -lmicrogammu | 60 | LIBS += -lmicrogammu |
61 | LIBS += -lbluetooth | 61 | LIBS += -lbluetooth |
62 | LIBS += -lsdp | 62 | LIBS += -lsdp |
63 | # | 63 | # |
64 | OBJECTS_DIR = obj/$(PLATFORM) | 64 | OBJECTS_DIR = obj/$(PLATFORM) |
65 | MOC_DIR = moc/$(PLATFORM) | 65 | MOC_DIR = moc/$(PLATFORM) |
66 | DESTDIR=$(QPEDIR)/bin | 66 | DESTDIR=$(QPEDIR)/bin |
67 | TARGET = ompi | 67 | TARGET = ompi |
68 | 68 | ||
69 | 69 | ||
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index e501d88..ca69e14 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,193 +1,193 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio | 10 | INCLUDEPATH += $(KDEPIMDIR) $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/microkde interfaces $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | LIBS += ../bin/libmicrogammu.so | 22 | LIBS += ../bin/libmicrogammu.so |
23 | LIBS += -lbluetooth | 23 | LIBS += -lbluetooth |
24 | LIBS += -lsdp | 24 | LIBS += -lsdp |
25 | 25 | ||
26 | LIBS += -lldap | 26 | LIBS += -lldap |
27 | OBJECTS_DIR = obj/unix | 27 | OBJECTS_DIR = obj/unix |
28 | MOC_DIR = moc/unix | 28 | MOC_DIR = moc/unix |
29 | } | 29 | } |
30 | win32: { | 30 | win32: { |
31 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
32 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
33 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
34 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
35 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
36 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
37 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
38 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
39 | LIBS += mfc71u.lib | 39 | LIBS += mfc71u.lib |
40 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 40 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
43 | OBJECTS_DIR = obj/win | 43 | OBJECTS_DIR = obj/win |
44 | MOC_DIR = moc/win | 44 | MOC_DIR = moc/win |
45 | } | 45 | } |
46 | 46 | ||
47 | 47 | ||
48 | INTERFACES = kofilterview_base.ui | 48 | INTERFACES = kofilterview_base.ui |
49 | # filteredit_base.ui | 49 | # filteredit_base.ui |
50 | 50 | ||
51 | # kdateedit.h \ | 51 | # kdateedit.h \ |
52 | 52 | ||
53 | HEADERS = \ | 53 | HEADERS = \ |
54 | filteredit_base.h \ | 54 | filteredit_base.h \ |
55 | alarmclient.h \ | 55 | alarmclient.h \ |
56 | calendarview.h \ | 56 | calendarview.h \ |
57 | customlistviewitem.h \ | 57 | customlistviewitem.h \ |
58 | datenavigator.h \ | 58 | datenavigator.h \ |
59 | docprefs.h \ | 59 | docprefs.h \ |
60 | filtereditdialog.h \ | 60 | filtereditdialog.h \ |
61 | incomingdialog.h \ | 61 | incomingdialog.h \ |
62 | incomingdialog_base.h \ | 62 | incomingdialog_base.h \ |
63 | interfaces/korganizer/baseview.h \ | 63 | interfaces/korganizer/baseview.h \ |
64 | interfaces/korganizer/calendarviewbase.h \ | 64 | interfaces/korganizer/calendarviewbase.h \ |
65 | journalentry.h \ | 65 | journalentry.h \ |
66 | kdatenavigator.h \ | 66 | kdatenavigator.h \ |
67 | koagenda.h \ | 67 | koagenda.h \ |
68 | koagendaitem.h \ | 68 | koagendaitem.h \ |
69 | koagendaview.h \ | 69 | koagendaview.h \ |
70 | kocounterdialog.h \ | 70 | kocounterdialog.h \ |
71 | kodaymatrix.h \ | 71 | kodaymatrix.h \ |
72 | kodialogmanager.h \ | 72 | kodialogmanager.h \ |
73 | koeditordetails.h \ | 73 | koeditordetails.h \ |
74 | koeditorgeneral.h \ | 74 | koeditorgeneral.h \ |
75 | koeditorgeneralevent.h \ | 75 | koeditorgeneralevent.h \ |
76 | koeditorgeneraltodo.h \ | 76 | koeditorgeneraltodo.h \ |
77 | koeditorrecurrence.h \ | 77 | koeditorrecurrence.h \ |
78 | koeventeditor.h \ | 78 | koeventeditor.h \ |
79 | koeventpopupmenu.h \ | 79 | koeventpopupmenu.h \ |
80 | koeventview.h \ | 80 | koeventview.h \ |
81 | koeventviewer.h \ | 81 | koeventviewer.h \ |
82 | koeventviewerdialog.h \ | 82 | koeventviewerdialog.h \ |
83 | kofilterview.h \ | 83 | kofilterview.h \ |
84 | koglobals.h \ | 84 | koglobals.h \ |
85 | koincidenceeditor.h \ | 85 | koincidenceeditor.h \ |
86 | kojournalview.h \ | 86 | kojournalview.h \ |
87 | kolistview.h \ | 87 | kolistview.h \ |
88 | kolocationbox.h \ | 88 | kolocationbox.h \ |
89 | komonthview.h \ | 89 | komonthview.h \ |
90 | koprefs.h \ | 90 | koprefs.h \ |
91 | koprefsdialog.h \ | 91 | koprefsdialog.h \ |
92 | kotimespanview.h \ | 92 | kotimespanview.h \ |
93 | kotodoeditor.h \ | 93 | kotodoeditor.h \ |
94 | kotodoview.h \ | 94 | kotodoview.h \ |
95 | kotodoviewitem.h \ | 95 | kotodoviewitem.h \ |
96 | koviewmanager.h \ | 96 | koviewmanager.h \ |
97 | kowhatsnextview.h \ | 97 | kowhatsnextview.h \ |
98 | ktimeedit.h \ | 98 | ktimeedit.h \ |
99 | lineview.h \ | 99 | lineview.h \ |
100 | mainwindow.h \ | 100 | mainwindow.h \ |
101 | navigatorbar.h \ | 101 | navigatorbar.h \ |
102 | outgoingdialog.h \ | 102 | outgoingdialog.h \ |
103 | outgoingdialog_base.h \ | 103 | outgoingdialog_base.h \ |
104 | publishdialog.h \ | 104 | publishdialog.h \ |
105 | publishdialog_base.h \ | 105 | publishdialog_base.h \ |
106 | savetemplatedialog.h \ | 106 | savetemplatedialog.h \ |
107 | searchdialog.h \ | 107 | searchdialog.h \ |
108 | simplealarmclient.h \ | 108 | simplealarmclient.h \ |
109 | statusdialog.h \ | 109 | statusdialog.h \ |
110 | timeline.h \ | 110 | timeline.h \ |
111 | timespanview.h \ | 111 | timespanview.h \ |
112 | version.h \ | 112 | version.h \ |
113 | ../kalarmd/alarmdialog.h \ | 113 | ../kalarmd/alarmdialog.h \ |
114 | 114 | ||
115 | 115 | ||
116 | SOURCES = \ | 116 | SOURCES = \ |
117 | filteredit_base.cpp \ | 117 | filteredit_base.cpp \ |
118 | calendarview.cpp \ | 118 | calendarview.cpp \ |
119 | datenavigator.cpp \ | 119 | datenavigator.cpp \ |
120 | docprefs.cpp \ | 120 | docprefs.cpp \ |
121 | filtereditdialog.cpp \ | 121 | filtereditdialog.cpp \ |
122 | incomingdialog.cpp \ | 122 | incomingdialog.cpp \ |
123 | incomingdialog_base.cpp \ | 123 | incomingdialog_base.cpp \ |
124 | journalentry.cpp \ | 124 | journalentry.cpp \ |
125 | kdatenavigator.cpp \ | 125 | kdatenavigator.cpp \ |
126 | koagenda.cpp \ | 126 | koagenda.cpp \ |
127 | koagendaitem.cpp \ | 127 | koagendaitem.cpp \ |
128 | koagendaview.cpp \ | 128 | koagendaview.cpp \ |
129 | kocounterdialog.cpp \ | 129 | kocounterdialog.cpp \ |
130 | kodaymatrix.cpp \ | 130 | kodaymatrix.cpp \ |
131 | kodialogmanager.cpp \ | 131 | kodialogmanager.cpp \ |
132 | koeditordetails.cpp \ | 132 | koeditordetails.cpp \ |
133 | koeditorgeneral.cpp \ | 133 | koeditorgeneral.cpp \ |
134 | koeditorgeneralevent.cpp \ | 134 | koeditorgeneralevent.cpp \ |
135 | koeditorgeneraltodo.cpp \ | 135 | koeditorgeneraltodo.cpp \ |
136 | koeditorrecurrence.cpp \ | 136 | koeditorrecurrence.cpp \ |
137 | koeventeditor.cpp \ | 137 | koeventeditor.cpp \ |
138 | koeventpopupmenu.cpp \ | 138 | koeventpopupmenu.cpp \ |
139 | koeventview.cpp \ | 139 | koeventview.cpp \ |
140 | koeventviewer.cpp \ | 140 | koeventviewer.cpp \ |
141 | koeventviewerdialog.cpp \ | 141 | koeventviewerdialog.cpp \ |
142 | kofilterview.cpp \ | 142 | kofilterview.cpp \ |
143 | koglobals.cpp \ | 143 | koglobals.cpp \ |
144 | koincidenceeditor.cpp \ | 144 | koincidenceeditor.cpp \ |
145 | kojournalview.cpp \ | 145 | kojournalview.cpp \ |
146 | kolistview.cpp \ | 146 | kolistview.cpp \ |
147 | kolocationbox.cpp \ | 147 | kolocationbox.cpp \ |
148 | komonthview.cpp \ | 148 | komonthview.cpp \ |
149 | koprefs.cpp \ | 149 | koprefs.cpp \ |
150 | koprefsdialog.cpp \ | 150 | koprefsdialog.cpp \ |
151 | kotimespanview.cpp \ | 151 | kotimespanview.cpp \ |
152 | kotodoeditor.cpp \ | 152 | kotodoeditor.cpp \ |
153 | kotodoview.cpp \ | 153 | kotodoview.cpp \ |
154 | kotodoviewitem.cpp \ | 154 | kotodoviewitem.cpp \ |
155 | koviewmanager.cpp \ | 155 | koviewmanager.cpp \ |
156 | kowhatsnextview.cpp \ | 156 | kowhatsnextview.cpp \ |
157 | ktimeedit.cpp \ | 157 | ktimeedit.cpp \ |
158 | lineview.cpp \ | 158 | lineview.cpp \ |
159 | main.cpp \ | 159 | main.cpp \ |
160 | mainwindow.cpp \ | 160 | mainwindow.cpp \ |
161 | navigatorbar.cpp \ | 161 | navigatorbar.cpp \ |
162 | outgoingdialog.cpp \ | 162 | outgoingdialog.cpp \ |
163 | outgoingdialog_base.cpp \ | 163 | outgoingdialog_base.cpp \ |
164 | publishdialog.cpp \ | 164 | publishdialog.cpp \ |
165 | publishdialog_base.cpp \ | 165 | publishdialog_base.cpp \ |
166 | savetemplatedialog.cpp \ | 166 | savetemplatedialog.cpp \ |
167 | searchdialog.cpp \ | 167 | searchdialog.cpp \ |
168 | simplealarmclient.cpp \ | 168 | simplealarmclient.cpp \ |
169 | statusdialog.cpp \ | 169 | statusdialog.cpp \ |
170 | timeline.cpp \ | 170 | timeline.cpp \ |
171 | timespanview.cpp \ | 171 | timespanview.cpp \ |
172 | ../kalarmd/alarmdialog.cpp | 172 | ../kalarmd/alarmdialog.cpp |
173 | 173 | ||
174 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 174 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
175 | INTERFACES += calprintdayconfig_base.ui \ | 175 | INTERFACES += calprintdayconfig_base.ui \ |
176 | calprintmonthconfig_base.ui \ | 176 | calprintmonthconfig_base.ui \ |
177 | calprinttodoconfig_base.ui \ | 177 | calprinttodoconfig_base.ui \ |
178 | calprintweekconfig_base.ui | 178 | calprintweekconfig_base.ui |
179 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 179 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
180 | 180 | ||
181 | 181 | ||
182 | 182 | ||
183 | win32: { | 183 | win32: { |
184 | HEADERS += ../outport/msoutl9.h \ | 184 | HEADERS += ../outport/msoutl9.h \ |
185 | koimportoldialog.h | 185 | koimportoldialog.h |
186 | 186 | ||
187 | 187 | ||
188 | SOURCES += ../outport/msoutl9.cpp \ | 188 | SOURCES += ../outport/msoutl9.cpp \ |
189 | koimportoldialog.cpp | 189 | koimportoldialog.cpp |
190 | 190 | ||
191 | 191 | ||
192 | } | 192 | } |
193 | 193 | ||
diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro index b39de35..16c27d1 100644 --- a/korganizer/korganizerE.pro +++ b/korganizer/korganizerE.pro | |||
@@ -1,156 +1,155 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = obj/$(PLATFORM) | 4 | OBJECTS_DIR = obj/$(PLATFORM) |
5 | MOC_DIR = moc/$(PLATFORM) | 5 | MOC_DIR = moc/$(PLATFORM) |
6 | DESTDIR=$(QPEDIR)/bin | 6 | DESTDIR=$(QPEDIR)/bin |
7 | 7 | ||
8 | INCLUDEPATH += ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../qtcompat ../ interfaces ../kabc $(QPEDIR)/include | 8 | INCLUDEPATH += $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/libkdepim interfaces $(KDEPIMDIR)/kabc $(QPEDIR)/include |
9 | #../libkabcwrap | 9 | |
10 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 10 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
11 | DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 11 | DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
12 | DEFINES += KORG_NOLVALTERNATION | 12 | DEFINES += KORG_NOLVALTERNATION |
13 | #KORG_NOKABC | 13 | #KORG_NOKABC |
14 | LIBS += -lmicrokdepim | 14 | LIBS += -lmicrokdepim |
15 | LIBS += -lmicrokcal | 15 | LIBS += -lmicrokcal |
16 | LIBS += -lmicrokde | 16 | LIBS += -lmicrokde |
17 | LIBS += -lmicroqtcompat | 17 | LIBS += -lmicroqtcompat |
18 | LIBS += -lmicrokabc | 18 | LIBS += -lmicrokabc |
19 | #LIBS += -lmicrokabcwrap | ||
20 | 19 | ||
21 | #LIBS += $(QPEDIR)/lib/gammu | 20 | #LIBS += $(QPEDIR)/lib/gammu |
22 | LIBS += -lmicrogammu | 21 | LIBS += -lmicrogammu |
23 | LIBS += -lbluetooth | 22 | LIBS += -lbluetooth |
24 | LIBS += -lsdp | 23 | LIBS += -lsdp |
25 | 24 | ||
26 | 25 | ||
27 | LIBS += -lqpe | 26 | LIBS += -lqpe |
28 | LIBS += -ljpeg | 27 | LIBS += -ljpeg |
29 | LIBS += $(QTOPIALIB) | 28 | LIBS += $(QTOPIALIB) |
30 | LIBS += -L$(QPEDIR)/lib | 29 | LIBS += -L$(QPEDIR)/lib |
31 | 30 | ||
32 | INTERFACES = kofilterview_base.ui | 31 | INTERFACES = kofilterview_base.ui |
33 | #filteredit_base.ui | 32 | #filteredit_base.ui |
34 | 33 | ||
35 | HEADERS = \ | 34 | HEADERS = \ |
36 | wordsgerman.h \ | 35 | wordsgerman.h \ |
37 | filteredit_base.h \ | 36 | filteredit_base.h \ |
38 | alarmclient.h \ | 37 | alarmclient.h \ |
39 | calendarview.h \ | 38 | calendarview.h \ |
40 | customlistviewitem.h \ | 39 | customlistviewitem.h \ |
41 | datenavigator.h \ | 40 | datenavigator.h \ |
42 | docprefs.h \ | 41 | docprefs.h \ |
43 | filtereditdialog.h \ | 42 | filtereditdialog.h \ |
44 | incomingdialog.h \ | 43 | incomingdialog.h \ |
45 | incomingdialog_base.h \ | 44 | incomingdialog_base.h \ |
46 | interfaces/korganizer/baseview.h \ | 45 | interfaces/korganizer/baseview.h \ |
47 | interfaces/korganizer/calendarviewbase.h \ | 46 | interfaces/korganizer/calendarviewbase.h \ |
48 | journalentry.h \ | 47 | journalentry.h \ |
49 | kdateedit.h \ | 48 | kdateedit.h \ |
50 | kdatenavigator.h \ | 49 | kdatenavigator.h \ |
51 | koagenda.h \ | 50 | koagenda.h \ |
52 | koagendaitem.h \ | 51 | koagendaitem.h \ |
53 | koagendaview.h \ | 52 | koagendaview.h \ |
54 | kocounterdialog.h \ | 53 | kocounterdialog.h \ |
55 | kodaymatrix.h \ | 54 | kodaymatrix.h \ |
56 | kodialogmanager.h \ | 55 | kodialogmanager.h \ |
57 | koeditordetails.h \ | 56 | koeditordetails.h \ |
58 | koeditorgeneral.h \ | 57 | koeditorgeneral.h \ |
59 | koeditorgeneralevent.h \ | 58 | koeditorgeneralevent.h \ |
60 | koeditorgeneraltodo.h \ | 59 | koeditorgeneraltodo.h \ |
61 | koeditorrecurrence.h \ | 60 | koeditorrecurrence.h \ |
62 | koeventeditor.h \ | 61 | koeventeditor.h \ |
63 | koeventpopupmenu.h \ | 62 | koeventpopupmenu.h \ |
64 | koeventview.h \ | 63 | koeventview.h \ |
65 | koeventviewer.h \ | 64 | koeventviewer.h \ |
66 | koeventviewerdialog.h \ | 65 | koeventviewerdialog.h \ |
67 | kofilterview.h \ | 66 | kofilterview.h \ |
68 | koglobals.h \ | 67 | koglobals.h \ |
69 | koincidenceeditor.h \ | 68 | koincidenceeditor.h \ |
70 | kojournalview.h \ | 69 | kojournalview.h \ |
71 | kolistview.h \ | 70 | kolistview.h \ |
72 | kolocationbox.h \ | 71 | kolocationbox.h \ |
73 | komonthview.h \ | 72 | komonthview.h \ |
74 | koprefs.h \ | 73 | koprefs.h \ |
75 | koprefsdialog.h \ | 74 | koprefsdialog.h \ |
76 | kotimespanview.h \ | 75 | kotimespanview.h \ |
77 | kotodoeditor.h \ | 76 | kotodoeditor.h \ |
78 | kotodoview.h \ | 77 | kotodoview.h \ |
79 | kotodoviewitem.h \ | 78 | kotodoviewitem.h \ |
80 | koviewmanager.h \ | 79 | koviewmanager.h \ |
81 | kowhatsnextview.h \ | 80 | kowhatsnextview.h \ |
82 | ktimeedit.h \ | 81 | ktimeedit.h \ |
83 | lineview.h \ | 82 | lineview.h \ |
84 | mainwindow.h \ | 83 | mainwindow.h \ |
85 | navigatorbar.h \ | 84 | navigatorbar.h \ |
86 | outgoingdialog.h \ | 85 | outgoingdialog.h \ |
87 | outgoingdialog_base.h \ | 86 | outgoingdialog_base.h \ |
88 | publishdialog.h \ | 87 | publishdialog.h \ |
89 | publishdialog_base.h \ | 88 | publishdialog_base.h \ |
90 | savetemplatedialog.h \ | 89 | savetemplatedialog.h \ |
91 | searchdialog.h \ | 90 | searchdialog.h \ |
92 | simplealarmclient.h \ | 91 | simplealarmclient.h \ |
93 | statusdialog.h \ | 92 | statusdialog.h \ |
94 | timeline.h \ | 93 | timeline.h \ |
95 | timespanview.h \ | 94 | timespanview.h \ |
96 | version.h \ | 95 | version.h \ |
97 | ../kalarmd/alarmdialog.h | 96 | ../kalarmd/alarmdialog.h |
98 | 97 | ||
99 | SOURCES = \ | 98 | SOURCES = \ |
100 | filteredit_base.cpp \ | 99 | filteredit_base.cpp \ |
101 | calendarview.cpp \ | 100 | calendarview.cpp \ |
102 | datenavigator.cpp \ | 101 | datenavigator.cpp \ |
103 | docprefs.cpp \ | 102 | docprefs.cpp \ |
104 | filtereditdialog.cpp \ | 103 | filtereditdialog.cpp \ |
105 | incomingdialog.cpp \ | 104 | incomingdialog.cpp \ |
106 | incomingdialog_base.cpp \ | 105 | incomingdialog_base.cpp \ |
107 | journalentry.cpp \ | 106 | journalentry.cpp \ |
108 | kdatenavigator.cpp \ | 107 | kdatenavigator.cpp \ |
109 | koagenda.cpp \ | 108 | koagenda.cpp \ |
110 | koagendaitem.cpp \ | 109 | koagendaitem.cpp \ |
111 | koagendaview.cpp \ | 110 | koagendaview.cpp \ |
112 | kocounterdialog.cpp \ | 111 | kocounterdialog.cpp \ |
113 | kodaymatrix.cpp \ | 112 | kodaymatrix.cpp \ |
114 | kodialogmanager.cpp \ | 113 | kodialogmanager.cpp \ |
115 | koeditordetails.cpp \ | 114 | koeditordetails.cpp \ |
116 | koeditorgeneral.cpp \ | 115 | koeditorgeneral.cpp \ |
117 | koeditorgeneralevent.cpp \ | 116 | koeditorgeneralevent.cpp \ |
118 | koeditorgeneraltodo.cpp \ | 117 | koeditorgeneraltodo.cpp \ |
119 | koeditorrecurrence.cpp \ | 118 | koeditorrecurrence.cpp \ |
120 | koeventeditor.cpp \ | 119 | koeventeditor.cpp \ |
121 | koeventpopupmenu.cpp \ | 120 | koeventpopupmenu.cpp \ |
122 | koeventview.cpp \ | 121 | koeventview.cpp \ |
123 | koeventviewer.cpp \ | 122 | koeventviewer.cpp \ |
124 | koeventviewerdialog.cpp \ | 123 | koeventviewerdialog.cpp \ |
125 | kofilterview.cpp \ | 124 | kofilterview.cpp \ |
126 | koglobals.cpp \ | 125 | koglobals.cpp \ |
127 | koincidenceeditor.cpp \ | 126 | koincidenceeditor.cpp \ |
128 | kojournalview.cpp \ | 127 | kojournalview.cpp \ |
129 | kolistview.cpp \ | 128 | kolistview.cpp \ |
130 | kolocationbox.cpp \ | 129 | kolocationbox.cpp \ |
131 | komonthview.cpp \ | 130 | komonthview.cpp \ |
132 | koprefs.cpp \ | 131 | koprefs.cpp \ |
133 | koprefsdialog.cpp \ | 132 | koprefsdialog.cpp \ |
134 | kotimespanview.cpp \ | 133 | kotimespanview.cpp \ |
135 | kotodoeditor.cpp \ | 134 | kotodoeditor.cpp \ |
136 | kotodoview.cpp \ | 135 | kotodoview.cpp \ |
137 | kotodoviewitem.cpp \ | 136 | kotodoviewitem.cpp \ |
138 | koviewmanager.cpp \ | 137 | koviewmanager.cpp \ |
139 | kowhatsnextview.cpp \ | 138 | kowhatsnextview.cpp \ |
140 | ktimeedit.cpp \ | 139 | ktimeedit.cpp \ |
141 | lineview.cpp \ | 140 | lineview.cpp \ |
142 | main.cpp \ | 141 | main.cpp \ |
143 | mainwindow.cpp \ | 142 | mainwindow.cpp \ |
144 | navigatorbar.cpp \ | 143 | navigatorbar.cpp \ |
145 | outgoingdialog.cpp \ | 144 | outgoingdialog.cpp \ |
146 | outgoingdialog_base.cpp \ | 145 | outgoingdialog_base.cpp \ |
147 | publishdialog.cpp \ | 146 | publishdialog.cpp \ |
148 | publishdialog_base.cpp \ | 147 | publishdialog_base.cpp \ |
149 | savetemplatedialog.cpp \ | 148 | savetemplatedialog.cpp \ |
150 | searchdialog.cpp \ | 149 | searchdialog.cpp \ |
151 | simplealarmclient.cpp \ | 150 | simplealarmclient.cpp \ |
152 | statusdialog.cpp \ | 151 | statusdialog.cpp \ |
153 | timeline.cpp \ | 152 | timeline.cpp \ |
154 | timespanview.cpp \ | 153 | timespanview.cpp \ |
155 | ../kalarmd/alarmdialog.cpp | 154 | ../kalarmd/alarmdialog.cpp |
156 | 155 | ||
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro index d02f080..95dd611 100644 --- a/libkcal/libkcal.pro +++ b/libkcal/libkcal.pro | |||
@@ -1,104 +1,104 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkcal | 3 | TARGET = microkcal |
4 | 4 | ||
5 | include( ../variables.pri ) | 5 | include( ../variables.pri ) |
6 | 6 | ||
7 | INCLUDEPATH += ../microkde versit ../microkde/kdecore | 7 | INCLUDEPATH += $(KDEPIMDIR)/microkde versit $(KDEPIMDIR)/microkde/kdecore |
8 | #../qtcompat | 8 | |
9 | INCLUDEPATH += ../libical/src/libical | 9 | INCLUDEPATH += ../libical/src/libical |
10 | INCLUDEPATH += ../libical/src/libicalss | 10 | INCLUDEPATH += ../libical/src/libicalss |
11 | DESTDIR = ../bin | 11 | DESTDIR = ../bin |
12 | DEFINES += DESKTOP_VERSION | 12 | DEFINES += DESKTOP_VERSION |
13 | unix: { | 13 | unix: { |
14 | LIBS += ../libical/lib/libical.a | 14 | LIBS += ../libical/lib/libical.a |
15 | LIBS += ../libical/lib/libicalss.a | 15 | LIBS += ../libical/lib/libicalss.a |
16 | OBJECTS_DIR = obj/unix | 16 | OBJECTS_DIR = obj/unix |
17 | MOC_DIR = moc/unix | 17 | MOC_DIR = moc/unix |
18 | } | 18 | } |
19 | win32: { | 19 | win32: { |
20 | DEFINES += _WIN32_ | 20 | DEFINES += _WIN32_ |
21 | 21 | ||
22 | LIBS += ../libical/lib/ical.lib | 22 | LIBS += ../libical/lib/ical.lib |
23 | LIBS += ../libical/lib/icalss.lib | 23 | LIBS += ../libical/lib/icalss.lib |
24 | OBJECTS_DIR = obj/win | 24 | OBJECTS_DIR = obj/win |
25 | MOC_DIR = moc/win | 25 | MOC_DIR = moc/win |
26 | 26 | ||
27 | } | 27 | } |
28 | 28 | ||
29 | INTERFACES = \ | 29 | INTERFACES = \ |
30 | 30 | ||
31 | HEADERS = \ | 31 | HEADERS = \ |
32 | alarm.h \ | 32 | alarm.h \ |
33 | attachment.h \ | 33 | attachment.h \ |
34 | attendee.h \ | 34 | attendee.h \ |
35 | calendar.h \ | 35 | calendar.h \ |
36 | calendarlocal.h \ | 36 | calendarlocal.h \ |
37 | calfilter.h \ | 37 | calfilter.h \ |
38 | calformat.h \ | 38 | calformat.h \ |
39 | calstorage.h \ | 39 | calstorage.h \ |
40 | compat.h \ | 40 | compat.h \ |
41 | customproperties.h \ | 41 | customproperties.h \ |
42 | dummyscheduler.h \ | 42 | dummyscheduler.h \ |
43 | duration.h \ | 43 | duration.h \ |
44 | event.h \ | 44 | event.h \ |
45 | exceptions.h \ | 45 | exceptions.h \ |
46 | filestorage.h \ | 46 | filestorage.h \ |
47 | freebusy.h \ | 47 | freebusy.h \ |
48 | icaldrag.h \ | 48 | icaldrag.h \ |
49 | icalformat.h \ | 49 | icalformat.h \ |
50 | icalformatimpl.h \ | 50 | icalformatimpl.h \ |
51 | imipscheduler.h \ | 51 | imipscheduler.h \ |
52 | incidence.h \ | 52 | incidence.h \ |
53 | incidencebase.h \ | 53 | incidencebase.h \ |
54 | journal.h \ | 54 | journal.h \ |
55 | period.h \ | 55 | period.h \ |
56 | person.h \ | 56 | person.h \ |
57 | qtopiaformat.h \ | 57 | qtopiaformat.h \ |
58 | recurrence.h \ | 58 | recurrence.h \ |
59 | scheduler.h \ | 59 | scheduler.h \ |
60 | todo.h \ | 60 | todo.h \ |
61 | vcaldrag.h \ | 61 | vcaldrag.h \ |
62 | vcalformat.h \ | 62 | vcalformat.h \ |
63 | versit/port.h \ | 63 | versit/port.h \ |
64 | versit/vcc.h \ | 64 | versit/vcc.h \ |
65 | versit/vobject.h \ | 65 | versit/vobject.h \ |
66 | phoneformat.h \ | 66 | phoneformat.h \ |
67 | 67 | ||
68 | 68 | ||
69 | 69 | ||
70 | SOURCES = \ | 70 | SOURCES = \ |
71 | alarm.cpp \ | 71 | alarm.cpp \ |
72 | attachment.cpp \ | 72 | attachment.cpp \ |
73 | attendee.cpp \ | 73 | attendee.cpp \ |
74 | calendar.cpp \ | 74 | calendar.cpp \ |
75 | calendarlocal.cpp \ | 75 | calendarlocal.cpp \ |
76 | calfilter.cpp \ | 76 | calfilter.cpp \ |
77 | calformat.cpp \ | 77 | calformat.cpp \ |
78 | compat.cpp \ | 78 | compat.cpp \ |
79 | customproperties.cpp \ | 79 | customproperties.cpp \ |
80 | dummyscheduler.cpp \ | 80 | dummyscheduler.cpp \ |
81 | duration.cpp \ | 81 | duration.cpp \ |
82 | event.cpp \ | 82 | event.cpp \ |
83 | exceptions.cpp \ | 83 | exceptions.cpp \ |
84 | filestorage.cpp \ | 84 | filestorage.cpp \ |
85 | freebusy.cpp \ | 85 | freebusy.cpp \ |
86 | icaldrag.cpp \ | 86 | icaldrag.cpp \ |
87 | icalformat.cpp \ | 87 | icalformat.cpp \ |
88 | icalformatimpl.cpp \ | 88 | icalformatimpl.cpp \ |
89 | imipscheduler.cpp \ | 89 | imipscheduler.cpp \ |
90 | incidence.cpp \ | 90 | incidence.cpp \ |
91 | incidencebase.cpp \ | 91 | incidencebase.cpp \ |
92 | journal.cpp \ | 92 | journal.cpp \ |
93 | period.cpp \ | 93 | period.cpp \ |
94 | person.cpp \ | 94 | person.cpp \ |
95 | qtopiaformat.cpp \ | 95 | qtopiaformat.cpp \ |
96 | recurrence.cpp \ | 96 | recurrence.cpp \ |
97 | scheduler.cpp \ | 97 | scheduler.cpp \ |
98 | todo.cpp \ | 98 | todo.cpp \ |
99 | vcaldrag.cpp \ | 99 | vcaldrag.cpp \ |
100 | vcalformat.cpp \ | 100 | vcalformat.cpp \ |
101 | versit/vcc.c \ | 101 | versit/vcc.c \ |
102 | versit/vobject.c \ | 102 | versit/vobject.c \ |
103 | phoneformat.cpp \ | 103 | phoneformat.cpp \ |
104 | 104 | ||
diff --git a/libkdepim/categoryeditdialog.h b/libkdepim/categoryeditdialog.h index 027cb98..4ebc802 100644 --- a/libkdepim/categoryeditdialog.h +++ b/libkdepim/categoryeditdialog.h | |||
@@ -1,62 +1,62 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libkdepim. | 2 | This file is part of libkdepim. |
3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | #ifndef KPIM_CATEGORYEDITDIALOG_H | 23 | #ifndef KPIM_CATEGORYEDITDIALOG_H |
24 | #define KPIM_CATEGORYEDITDIALOG_H | 24 | #define KPIM_CATEGORYEDITDIALOG_H |
25 | 25 | ||
26 | #include <libkdepim/categoryeditdialog_base.h> | 26 | #include <categoryeditdialog_base.h> |
27 | 27 | ||
28 | class KPimPrefs; | 28 | class KPimPrefs; |
29 | 29 | ||
30 | namespace KPIM { | 30 | namespace KPIM { |
31 | 31 | ||
32 | class CategoryEditDialog : public CategoryEditDialog_base | 32 | class CategoryEditDialog : public CategoryEditDialog_base |
33 | { | 33 | { |
34 | Q_OBJECT | 34 | Q_OBJECT |
35 | public: | 35 | public: |
36 | CategoryEditDialog( KPimPrefs *prefs, QWidget* parent = 0, | 36 | CategoryEditDialog( KPimPrefs *prefs, QWidget* parent = 0, |
37 | const char* name = 0, | 37 | const char* name = 0, |
38 | bool modal = FALSE, WFlags fl = 0 ); | 38 | bool modal = FALSE, WFlags fl = 0 ); |
39 | ~CategoryEditDialog(); | 39 | ~CategoryEditDialog(); |
40 | 40 | ||
41 | public slots: | 41 | public slots: |
42 | void add(); | 42 | void add(); |
43 | void remove(); | 43 | void remove(); |
44 | void modify(); | 44 | void modify(); |
45 | void accept(); | 45 | void accept(); |
46 | 46 | ||
47 | void slotOk(); | 47 | void slotOk(); |
48 | void slotApply(); | 48 | void slotApply(); |
49 | 49 | ||
50 | signals: | 50 | signals: |
51 | void categoryConfigChanged(); | 51 | void categoryConfigChanged(); |
52 | 52 | ||
53 | private slots: | 53 | private slots: |
54 | void editItem(QListViewItem *item); | 54 | void editItem(QListViewItem *item); |
55 | void slotTextChanged(const QString &text); | 55 | void slotTextChanged(const QString &text); |
56 | 56 | ||
57 | KPimPrefs *mPrefs; | 57 | KPimPrefs *mPrefs; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | } | 60 | } |
61 | 61 | ||
62 | #endif | 62 | #endif |
diff --git a/libkdepim/categoryselectdialog.cpp b/libkdepim/categoryselectdialog.cpp index 943d35c..40b46cf 100644 --- a/libkdepim/categoryselectdialog.cpp +++ b/libkdepim/categoryselectdialog.cpp | |||
@@ -1,173 +1,173 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libkdepim. | 2 | This file is part of libkdepim. |
3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <qlistview.h> | 24 | #include <qlistview.h> |
25 | #include <qpushbutton.h> | 25 | #include <qpushbutton.h> |
26 | #include <qheader.h> | 26 | #include <qheader.h> |
27 | #include <qapp.h> | 27 | #include <qapp.h> |
28 | #include <qmessagebox.h> | 28 | #include <qmessagebox.h> |
29 | 29 | ||
30 | 30 | ||
31 | #include <libkdepim/categoryeditdialog.h> | 31 | #include "categoryeditdialog.h" |
32 | #include "categoryselectdialog.h" | 32 | #include "categoryselectdialog.h" |
33 | 33 | ||
34 | #include "kpimprefs.h" | 34 | #include "kpimprefs.h" |
35 | 35 | ||
36 | using namespace KPIM; | 36 | using namespace KPIM; |
37 | 37 | ||
38 | CategorySelectDialog::CategorySelectDialog( KPimPrefs *prefs, QWidget* parent, | 38 | CategorySelectDialog::CategorySelectDialog( KPimPrefs *prefs, QWidget* parent, |
39 | const char* name, | 39 | const char* name, |
40 | bool modal, WFlags fl ) | 40 | bool modal, WFlags fl ) |
41 | : CategorySelectDialog_base( parent, name, true, fl ), | 41 | : CategorySelectDialog_base( parent, name, true, fl ), |
42 | mPrefs( prefs ) | 42 | mPrefs( prefs ) |
43 | { | 43 | { |
44 | mCategories->header()->hide(); | 44 | mCategories->header()->hide(); |
45 | 45 | ||
46 | setCategories(); | 46 | setCategories(); |
47 | 47 | ||
48 | connect(mButtonEdit,SIGNAL(clicked()),this, SLOT(editCategoriesDialog())); | 48 | connect(mButtonEdit,SIGNAL(clicked()),this, SLOT(editCategoriesDialog())); |
49 | if ( qApp->desktop()->height() < 321 ) | 49 | if ( qApp->desktop()->height() < 321 ) |
50 | setMaximumHeight( QApplication::desktop()->height() - 50 ); | 50 | setMaximumHeight( QApplication::desktop()->height() - 50 ); |
51 | else | 51 | else |
52 | setMaximumHeight( QApplication::desktop()->height() - 80 ); | 52 | setMaximumHeight( QApplication::desktop()->height() - 80 ); |
53 | if ( QApplication::desktop()->width() > 460 ) | 53 | if ( QApplication::desktop()->width() > 460 ) |
54 | resize( 260, 360 ); | 54 | resize( 260, 360 ); |
55 | } | 55 | } |
56 | void CategorySelectDialog::editCategoriesDialog() | 56 | void CategorySelectDialog::editCategoriesDialog() |
57 | { | 57 | { |
58 | KPIM::CategoryEditDialog* ced = new KPIM::CategoryEditDialog(mPrefs,this ); | 58 | KPIM::CategoryEditDialog* ced = new KPIM::CategoryEditDialog(mPrefs,this ); |
59 | 59 | ||
60 | ced->exec(); | 60 | ced->exec(); |
61 | delete ced; | 61 | delete ced; |
62 | setCategories(); | 62 | setCategories(); |
63 | } | 63 | } |
64 | void CategorySelectDialog::setCategories() | 64 | void CategorySelectDialog::setCategories() |
65 | { | 65 | { |
66 | mCategories->clear(); | 66 | mCategories->clear(); |
67 | mCategoryList.clear(); | 67 | mCategoryList.clear(); |
68 | 68 | ||
69 | QStringList::Iterator it; | 69 | QStringList::Iterator it; |
70 | 70 | ||
71 | for (it = mPrefs->mCustomCategories.begin(); | 71 | for (it = mPrefs->mCustomCategories.begin(); |
72 | it != mPrefs->mCustomCategories.end(); ++it ) { | 72 | it != mPrefs->mCustomCategories.end(); ++it ) { |
73 | new QCheckListItem(mCategories,*it,QCheckListItem::CheckBox); | 73 | new QCheckListItem(mCategories,*it,QCheckListItem::CheckBox); |
74 | } | 74 | } |
75 | } | 75 | } |
76 | 76 | ||
77 | CategorySelectDialog::~CategorySelectDialog() | 77 | CategorySelectDialog::~CategorySelectDialog() |
78 | { | 78 | { |
79 | } | 79 | } |
80 | 80 | ||
81 | void CategorySelectDialog::setSelected(const QStringList &selList) | 81 | void CategorySelectDialog::setSelected(const QStringList &selList) |
82 | { | 82 | { |
83 | clear(); | 83 | clear(); |
84 | 84 | ||
85 | QStringList::ConstIterator it; | 85 | QStringList::ConstIterator it; |
86 | QStringList notFound; | 86 | QStringList notFound; |
87 | bool found = false; | 87 | bool found = false; |
88 | for (it=selList.begin();it!=selList.end();++it) { | 88 | for (it=selList.begin();it!=selList.end();++it) { |
89 | //qDebug(" CategorySelectDialog::setSelected("); | 89 | //qDebug(" CategorySelectDialog::setSelected("); |
90 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); | 90 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); |
91 | while (item) { | 91 | while (item) { |
92 | if (item->text() == *it) { | 92 | if (item->text() == *it) { |
93 | item->setOn(true); | 93 | item->setOn(true); |
94 | found = true; | 94 | found = true; |
95 | break; | 95 | break; |
96 | } | 96 | } |
97 | item = (QCheckListItem *)item->nextSibling(); | 97 | item = (QCheckListItem *)item->nextSibling(); |
98 | } | 98 | } |
99 | // if ( ! found ) { | 99 | // if ( ! found ) { |
100 | 100 | ||
101 | //emit updateCategoriesGlobal(); | 101 | //emit updateCategoriesGlobal(); |
102 | // QMessageBox::information( this, "KO/E: Information!", | 102 | // QMessageBox::information( this, "KO/E: Information!", |
103 | // "Categories found, which were not\n" | 103 | // "Categories found, which were not\n" |
104 | // "in list of categories!\n" | 104 | // "in list of categories!\n" |
105 | // "message", | 105 | // "message", |
106 | // "OK", "", 0, | 106 | // "OK", "", 0, |
107 | // 0, 1 ); | 107 | // 0, 1 ); |
108 | // setSelected(selList); | 108 | // setSelected(selList); |
109 | // return; | 109 | // return; |
110 | // } | 110 | // } |
111 | } | 111 | } |
112 | } | 112 | } |
113 | 113 | ||
114 | QStringList CategorySelectDialog::selectedCategories() const | 114 | QStringList CategorySelectDialog::selectedCategories() const |
115 | { | 115 | { |
116 | return mCategoryList; | 116 | return mCategoryList; |
117 | } | 117 | } |
118 | 118 | ||
119 | void CategorySelectDialog::slotApply() | 119 | void CategorySelectDialog::slotApply() |
120 | { | 120 | { |
121 | QStringList categories; | 121 | QStringList categories; |
122 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); | 122 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); |
123 | while (item) { | 123 | while (item) { |
124 | if (item->isOn()) { | 124 | if (item->isOn()) { |
125 | categories.append(item->text()); | 125 | categories.append(item->text()); |
126 | } | 126 | } |
127 | item = (QCheckListItem *)item->nextSibling(); | 127 | item = (QCheckListItem *)item->nextSibling(); |
128 | } | 128 | } |
129 | 129 | ||
130 | QString categoriesStr = categories.join(","); | 130 | QString categoriesStr = categories.join(","); |
131 | 131 | ||
132 | mCategoryList = categories; | 132 | mCategoryList = categories; |
133 | 133 | ||
134 | emit categoriesSelected(categories); | 134 | emit categoriesSelected(categories); |
135 | emit categoriesSelected(categoriesStr); | 135 | emit categoriesSelected(categoriesStr); |
136 | } | 136 | } |
137 | void CategorySelectDialog::accept() | 137 | void CategorySelectDialog::accept() |
138 | { | 138 | { |
139 | slotOk(); | 139 | slotOk(); |
140 | } | 140 | } |
141 | 141 | ||
142 | void CategorySelectDialog::slotOk() | 142 | void CategorySelectDialog::slotOk() |
143 | { | 143 | { |
144 | slotApply(); | 144 | slotApply(); |
145 | QDialog::accept(); | 145 | QDialog::accept(); |
146 | } | 146 | } |
147 | 147 | ||
148 | void CategorySelectDialog::clear() | 148 | void CategorySelectDialog::clear() |
149 | { | 149 | { |
150 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); | 150 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); |
151 | while (item) { | 151 | while (item) { |
152 | item->setOn(false); | 152 | item->setOn(false); |
153 | item = (QCheckListItem *)item->nextSibling(); | 153 | item = (QCheckListItem *)item->nextSibling(); |
154 | } | 154 | } |
155 | } | 155 | } |
156 | 156 | ||
157 | void CategorySelectDialog::updateCategoryConfig() | 157 | void CategorySelectDialog::updateCategoryConfig() |
158 | { | 158 | { |
159 | QStringList selected; | 159 | QStringList selected; |
160 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); | 160 | QCheckListItem *item = (QCheckListItem *)mCategories->firstChild(); |
161 | while (item) { | 161 | while (item) { |
162 | if (item->isOn()) { | 162 | if (item->isOn()) { |
163 | selected.append(item->text()); | 163 | selected.append(item->text()); |
164 | } | 164 | } |
165 | item = (QCheckListItem *)item->nextSibling(); | 165 | item = (QCheckListItem *)item->nextSibling(); |
166 | } | 166 | } |
167 | 167 | ||
168 | setCategories(); | 168 | setCategories(); |
169 | 169 | ||
170 | setSelected(selected); | 170 | setSelected(selected); |
171 | } | 171 | } |
172 | 172 | ||
173 | //#include "categoryselectdialog.moc" | 173 | //#include "categoryselectdialog.moc" |
diff --git a/libkdepim/categoryselectdialog.h b/libkdepim/categoryselectdialog.h index 8507dc4..9b6261c 100644 --- a/libkdepim/categoryselectdialog.h +++ b/libkdepim/categoryselectdialog.h | |||
@@ -1,69 +1,69 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libkdepim. | 2 | This file is part of libkdepim. |
3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000, 2001, 2002 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | #ifndef KPIM_CATEGORYSELECTDIALOG_H | 23 | #ifndef KPIM_CATEGORYSELECTDIALOG_H |
24 | #define KPIM_CATEGORYSELECTDIALOG_H | 24 | #define KPIM_CATEGORYSELECTDIALOG_H |
25 | 25 | ||
26 | #include <libkdepim/categoryselectdialog_base.h> | 26 | #include <categoryselectdialog_base.h> |
27 | 27 | ||
28 | class KPimPrefs; | 28 | class KPimPrefs; |
29 | 29 | ||
30 | namespace KPIM { | 30 | namespace KPIM { |
31 | 31 | ||
32 | class CategorySelectDialog : public CategorySelectDialog_base | 32 | class CategorySelectDialog : public CategorySelectDialog_base |
33 | { | 33 | { |
34 | Q_OBJECT | 34 | Q_OBJECT |
35 | public: | 35 | public: |
36 | CategorySelectDialog( KPimPrefs *prefs, QWidget* parent = 0, | 36 | CategorySelectDialog( KPimPrefs *prefs, QWidget* parent = 0, |
37 | const char* name = 0, | 37 | const char* name = 0, |
38 | bool modal = FALSE, WFlags fl = 0 ); | 38 | bool modal = FALSE, WFlags fl = 0 ); |
39 | ~CategorySelectDialog(); | 39 | ~CategorySelectDialog(); |
40 | 40 | ||
41 | void setCategories(); | 41 | void setCategories(); |
42 | void setSelected(const QStringList &selList); | 42 | void setSelected(const QStringList &selList); |
43 | 43 | ||
44 | QStringList selectedCategories() const; | 44 | QStringList selectedCategories() const; |
45 | 45 | ||
46 | public slots: | 46 | public slots: |
47 | void slotOk(); | 47 | void slotOk(); |
48 | void slotApply(); | 48 | void slotApply(); |
49 | void clear(); | 49 | void clear(); |
50 | void accept(); | 50 | void accept(); |
51 | void editCategoriesDialog(); | 51 | void editCategoriesDialog(); |
52 | void updateCategoryConfig(); | 52 | void updateCategoryConfig(); |
53 | 53 | ||
54 | signals: | 54 | signals: |
55 | void categoriesSelected(const QString &); | 55 | void categoriesSelected(const QString &); |
56 | void categoriesSelected(const QStringList &); | 56 | void categoriesSelected(const QStringList &); |
57 | void editCategories(); | 57 | void editCategories(); |
58 | 58 | ||
59 | private: | 59 | private: |
60 | KPimPrefs *mPrefs; | 60 | KPimPrefs *mPrefs; |
61 | QStringList mCategoryList; | 61 | QStringList mCategoryList; |
62 | 62 | ||
63 | class CategorySelectDialogPrivate; | 63 | class CategorySelectDialogPrivate; |
64 | CategorySelectDialogPrivate *d; | 64 | CategorySelectDialogPrivate *d; |
65 | }; | 65 | }; |
66 | 66 | ||
67 | } | 67 | } |
68 | 68 | ||
69 | #endif | 69 | #endif |
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro index 060145e..d1d52a4 100644 --- a/libkdepim/libkdepim.pro +++ b/libkdepim/libkdepim.pro | |||
@@ -1,59 +1,59 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | DEFINES +=KORG_NOKABC | 3 | DEFINES +=KORG_NOKABC |
4 | TARGET = microkdepim | 4 | TARGET = microkdepim |
5 | INCLUDEPATH += ../microkde ../microkde/kdecore ../microkde/kdeui . .. | 5 | INCLUDEPATH += . $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui |
6 | DESTDIR=../bin | 6 | DESTDIR=../bin |
7 | 7 | ||
8 | DEFINES += DESKTOP_VERSION | 8 | DEFINES += DESKTOP_VERSION |
9 | include( ../variables.pri ) | 9 | include( ../variables.pri ) |
10 | unix : { | 10 | unix : { |
11 | OBJECTS_DIR = obj/unix | 11 | OBJECTS_DIR = obj/unix |
12 | MOC_DIR = moc/unix | 12 | MOC_DIR = moc/unix |
13 | } | 13 | } |
14 | win32: { | 14 | win32: { |
15 | DEFINES += _WIN32_ | 15 | DEFINES += _WIN32_ |
16 | OBJECTS_DIR = obj/win | 16 | OBJECTS_DIR = obj/win |
17 | MOC_DIR = moc/win | 17 | MOC_DIR = moc/win |
18 | } | 18 | } |
19 | INTERFACES = \ | 19 | INTERFACES = \ |
20 | 20 | ||
21 | HEADERS = \ | 21 | HEADERS = \ |
22 | categoryeditdialog.h \ | 22 | categoryeditdialog.h \ |
23 | categoryeditdialog_base.h \ | 23 | categoryeditdialog_base.h \ |
24 | categoryselectdialog.h \ | 24 | categoryselectdialog.h \ |
25 | categoryselectdialog_base.h \ | 25 | categoryselectdialog_base.h \ |
26 | externalapphandler.h \ | 26 | externalapphandler.h \ |
27 | kdateedit.h \ | 27 | kdateedit.h \ |
28 | kdatepicker.h \ | 28 | kdatepicker.h \ |
29 | kinputdialog.h \ | 29 | kinputdialog.h \ |
30 | kincidenceformatter.h \ | 30 | kincidenceformatter.h \ |
31 | kpimprefs.h \ | 31 | kpimprefs.h \ |
32 | kpimglobalprefs.h \ | 32 | kpimglobalprefs.h \ |
33 | kprefsdialog.h \ | 33 | kprefsdialog.h \ |
34 | addresseeview.h \ | 34 | addresseeview.h \ |
35 | ksyncprofile.h \ | 35 | ksyncprofile.h \ |
36 | ksyncprefsdialog.h \ | 36 | ksyncprefsdialog.h \ |
37 | kcmconfigs/kcmkdepimconfig.h \ | 37 | kcmconfigs/kcmkdepimconfig.h \ |
38 | kcmconfigs/kdepimconfigwidget.h | 38 | kcmconfigs/kdepimconfigwidget.h |
39 | 39 | ||
40 | SOURCES = \ | 40 | SOURCES = \ |
41 | categoryeditdialog.cpp \ | 41 | categoryeditdialog.cpp \ |
42 | categoryeditdialog_base.cpp \ | 42 | categoryeditdialog_base.cpp \ |
43 | categoryselectdialog.cpp \ | 43 | categoryselectdialog.cpp \ |
44 | categoryselectdialog_base.cpp \ | 44 | categoryselectdialog_base.cpp \ |
45 | externalapphandler.cpp \ | 45 | externalapphandler.cpp \ |
46 | kdateedit.cpp \ | 46 | kdateedit.cpp \ |
47 | kdatepicker.cpp \ | 47 | kdatepicker.cpp \ |
48 | kinputdialog.cpp \ | 48 | kinputdialog.cpp \ |
49 | kincidenceformatter.cpp \ | 49 | kincidenceformatter.cpp \ |
50 | kpimprefs.cpp \ | 50 | kpimprefs.cpp \ |
51 | kpimglobalprefs.cpp \ | 51 | kpimglobalprefs.cpp \ |
52 | kprefsdialog.cpp \ | 52 | kprefsdialog.cpp \ |
53 | addresseeview.cpp \ | 53 | addresseeview.cpp \ |
54 | ksyncprofile.cpp \ | 54 | ksyncprofile.cpp \ |
55 | ksyncprefsdialog.cpp \ | 55 | ksyncprefsdialog.cpp \ |
56 | kcmconfigs/kcmkdepimconfig.cpp \ | 56 | kcmconfigs/kcmkdepimconfig.cpp \ |
57 | kcmconfigs/kdepimconfigwidget.cpp | 57 | kcmconfigs/kdepimconfigwidget.cpp |
58 | 58 | ||
59 | 59 | ||
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index 196044b..b455a3e 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -1,54 +1,53 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkdepim | 3 | TARGET = microkdepim |
4 | INCLUDEPATH += ../microkde ../qtcompat ../microkde/kdecore ../microkde/kdeui $(QPEDIR)/include | 4 | INCLUDEPATH += . $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(QPEDIR)/include |
5 | INCLUDEPATH += . .. | ||
6 | LIBS += -lmicrokde | 5 | LIBS += -lmicrokde |
7 | LIBS += -lmicrokcal | 6 | LIBS += -lmicrokcal |
8 | LIBS += -L$(QPEDIR)/lib | 7 | LIBS += -L$(QPEDIR)/lib |
9 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
10 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
11 | DESTDIR=$(QPEDIR)/lib | 10 | DESTDIR=$(QPEDIR)/lib |
12 | 11 | ||
13 | 12 | ||
14 | INTERFACES = \ | 13 | INTERFACES = \ |
15 | 14 | ||
16 | HEADERS = \ | 15 | HEADERS = \ |
17 | categoryeditdialog.h \ | 16 | categoryeditdialog.h \ |
18 | categoryeditdialog_base.h \ | 17 | categoryeditdialog_base.h \ |
19 | categoryselectdialog.h \ | 18 | categoryselectdialog.h \ |
20 | categoryselectdialog_base.h \ | 19 | categoryselectdialog_base.h \ |
21 | externalapphandler.h \ | 20 | externalapphandler.h \ |
22 | kdateedit.h \ | 21 | kdateedit.h \ |
23 | kdatepicker.h \ | 22 | kdatepicker.h \ |
24 | kinputdialog.h \ | 23 | kinputdialog.h \ |
25 | kincidenceformatter.h \ | 24 | kincidenceformatter.h \ |
26 | kpimprefs.h \ | 25 | kpimprefs.h \ |
27 | kpimglobalprefs.h \ | 26 | kpimglobalprefs.h \ |
28 | kprefsdialog.h \ | 27 | kprefsdialog.h \ |
29 | addresseeview.h \ | 28 | addresseeview.h \ |
30 | ksyncprofile.h \ | 29 | ksyncprofile.h \ |
31 | ksyncprefsdialog.h \ | 30 | ksyncprefsdialog.h \ |
32 | kcmconfigs/kcmkdepimconfig.h \ | 31 | kcmconfigs/kcmkdepimconfig.h \ |
33 | kcmconfigs/kdepimconfigwidget.h | 32 | kcmconfigs/kdepimconfigwidget.h |
34 | 33 | ||
35 | 34 | ||
36 | 35 | ||
37 | SOURCES = \ | 36 | SOURCES = \ |
38 | categoryeditdialog.cpp \ | 37 | categoryeditdialog.cpp \ |
39 | categoryeditdialog_base.cpp \ | 38 | categoryeditdialog_base.cpp \ |
40 | categoryselectdialog.cpp \ | 39 | categoryselectdialog.cpp \ |
41 | categoryselectdialog_base.cpp \ | 40 | categoryselectdialog_base.cpp \ |
42 | externalapphandler.cpp \ | 41 | externalapphandler.cpp \ |
43 | kdateedit.cpp \ | 42 | kdateedit.cpp \ |
44 | kinputdialog.cpp \ | 43 | kinputdialog.cpp \ |
45 | kdatepicker.cpp \ | 44 | kdatepicker.cpp \ |
46 | kincidenceformatter.cpp \ | 45 | kincidenceformatter.cpp \ |
47 | kpimprefs.cpp \ | 46 | kpimprefs.cpp \ |
48 | kpimglobalprefs.cpp \ | 47 | kpimglobalprefs.cpp \ |
49 | kprefsdialog.cpp \ | 48 | kprefsdialog.cpp \ |
50 | addresseeview.cpp \ | 49 | addresseeview.cpp \ |
51 | ksyncprofile.cpp \ | 50 | ksyncprofile.cpp \ |
52 | ksyncprefsdialog.cpp \ | 51 | ksyncprefsdialog.cpp \ |
53 | kcmconfigs/kcmkdepimconfig.cpp \ | 52 | kcmconfigs/kcmkdepimconfig.cpp \ |
54 | kcmconfigs/kdepimconfigwidget.cpp | 53 | kcmconfigs/kdepimconfigwidget.cpp |
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 71d662b..f132e9a 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,176 +1,173 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #INCLUDEPATH += $(QTDIR)/include . | 3 | INCLUDEPATH += . $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio |
4 | #DEPENDPATH += $(QTDIR)/include | ||
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | ||
6 | #LIBS += -lqtcompat | ||
7 | 4 | ||
8 | TARGET = microkde | 5 | TARGET = microkde |
9 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 7 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 8 | unix : { |
12 | OBJECTS_DIR = obj/unix | 9 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 10 | MOC_DIR = moc/unix |
14 | } | 11 | } |
15 | win32: { | 12 | win32: { |
16 | DEFINES += _WIN32_ | 13 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 14 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 15 | MOC_DIR = moc/win |
19 | } | 16 | } |
20 | include( ../variables.pri ) | 17 | include( ../variables.pri ) |
21 | 18 | ||
22 | 19 | ||
23 | 20 | ||
24 | HEADERS = \ | 21 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 22 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 23 | KDGanttMinimizeSplitter.h \ |
27 | kapplication.h \ | 24 | kapplication.h \ |
28 | kaudioplayer.h \ | 25 | kaudioplayer.h \ |
29 | kcalendarsystem.h \ | 26 | kcalendarsystem.h \ |
30 | kcalendarsystemgregorian.h \ | 27 | kcalendarsystemgregorian.h \ |
31 | kcolorbutton.h \ | 28 | kcolorbutton.h \ |
32 | kcolordialog.h \ | 29 | kcolordialog.h \ |
33 | kcombobox.h \ | 30 | kcombobox.h \ |
34 | kconfig.h \ | 31 | kconfig.h \ |
35 | kdatetbl.h \ | 32 | kdatetbl.h \ |
36 | kdebug.h \ | 33 | kdebug.h \ |
37 | kdialog.h \ | 34 | kdialog.h \ |
38 | kdialogbase.h \ | 35 | kdialogbase.h \ |
39 | keditlistbox.h \ | 36 | keditlistbox.h \ |
40 | kemailsettings.h \ | 37 | kemailsettings.h \ |
41 | kfiledialog.h \ | 38 | kfiledialog.h \ |
42 | kfontdialog.h \ | 39 | kfontdialog.h \ |
43 | kglobal.h \ | 40 | kglobal.h \ |
44 | kglobalsettings.h \ | 41 | kglobalsettings.h \ |
45 | kiconloader.h \ | 42 | kiconloader.h \ |
46 | klineedit.h \ | 43 | klineedit.h \ |
47 | klineeditdlg.h \ | 44 | klineeditdlg.h \ |
48 | kmessagebox.h \ | 45 | kmessagebox.h \ |
49 | knotifyclient.h \ | 46 | knotifyclient.h \ |
50 | kprinter.h \ | 47 | kprinter.h \ |
51 | kprocess.h \ | 48 | kprocess.h \ |
52 | krestrictedline.h \ | 49 | krestrictedline.h \ |
53 | krun.h \ | 50 | krun.h \ |
54 | ksimpleconfig.h \ | 51 | ksimpleconfig.h \ |
55 | kstaticdeleter.h \ | 52 | kstaticdeleter.h \ |
56 | ksystemtray.h \ | 53 | ksystemtray.h \ |
57 | ktempfile.h \ | 54 | ktempfile.h \ |
58 | ktextedit.h \ | 55 | ktextedit.h \ |
59 | kunload.h \ | 56 | kunload.h \ |
60 | kurl.h \ | 57 | kurl.h \ |
61 | kdeui/kguiitem.h \ | 58 | kdeui/kguiitem.h \ |
62 | kdeui/kcmodule.h \ | 59 | kdeui/kcmodule.h \ |
63 | kdeui/kbuttonbox.h \ | 60 | kdeui/kbuttonbox.h \ |
64 | kdeui/klistbox.h \ | 61 | kdeui/klistbox.h \ |
65 | kdeui/klistview.h \ | 62 | kdeui/klistview.h \ |
66 | kdeui/kjanuswidget.h \ | 63 | kdeui/kjanuswidget.h \ |
67 | kdeui/kseparator.h \ | 64 | kdeui/kseparator.h \ |
68 | kdeui/knuminput.h \ | 65 | kdeui/knuminput.h \ |
69 | kdeui/knumvalidator.h \ | 66 | kdeui/knumvalidator.h \ |
70 | kdeui/ksqueezedtextlabel.h \ | 67 | kdeui/ksqueezedtextlabel.h \ |
71 | kio/job.h \ | 68 | kio/job.h \ |
72 | kio/kio/kdirwatch.h \ | 69 | kio/kio/kdirwatch.h \ |
73 | kio/kio/kdirwatch_p.h \ | 70 | kio/kio/kdirwatch_p.h \ |
74 | kio/kfile/kurlrequester.h \ | 71 | kio/kfile/kurlrequester.h \ |
75 | kresources/resource.h \ | 72 | kresources/resource.h \ |
76 | kresources/factory.h \ | 73 | kresources/factory.h \ |
77 | kresources/managerimpl.h \ | 74 | kresources/managerimpl.h \ |
78 | kresources/manager.h \ | 75 | kresources/manager.h \ |
79 | kresources/selectdialog.h \ | 76 | kresources/selectdialog.h \ |
80 | kresources/configpage.h \ | 77 | kresources/configpage.h \ |
81 | kresources/configwidget.h \ | 78 | kresources/configwidget.h \ |
82 | kresources/configdialog.h \ | 79 | kresources/configdialog.h \ |
83 | kresources/kcmkresources.h \ | 80 | kresources/kcmkresources.h \ |
84 | kresources/syncwidget.h \ | 81 | kresources/syncwidget.h \ |
85 | kdecore/kmdcodec.h \ | 82 | kdecore/kmdcodec.h \ |
86 | kdecore/kconfigbase.h \ | 83 | kdecore/kconfigbase.h \ |
87 | kdecore/klocale.h \ | 84 | kdecore/klocale.h \ |
88 | kdecore/kcatalogue.h \ | 85 | kdecore/kcatalogue.h \ |
89 | kdecore/ksharedptr.h \ | 86 | kdecore/ksharedptr.h \ |
90 | kdecore/kshell.h \ | 87 | kdecore/kshell.h \ |
91 | kdecore/kstandarddirs.h \ | 88 | kdecore/kstandarddirs.h \ |
92 | kdecore/kstringhandler.h \ | 89 | kdecore/kstringhandler.h \ |
93 | kdecore/kshortcut.h \ | 90 | kdecore/kshortcut.h \ |
94 | kutils/kcmultidialog.h \ | 91 | kutils/kcmultidialog.h \ |
95 | kdeui/kxmlguiclient.h \ | 92 | kdeui/kxmlguiclient.h \ |
96 | kdeui/kstdaction.h \ | 93 | kdeui/kstdaction.h \ |
97 | kdeui/kmainwindow.h \ | 94 | kdeui/kmainwindow.h \ |
98 | kdeui/ktoolbar.h \ | 95 | kdeui/ktoolbar.h \ |
99 | kdeui/ktoolbarbutton.h \ | 96 | kdeui/ktoolbarbutton.h \ |
100 | kdeui/ktoolbarhandler.h \ | 97 | kdeui/ktoolbarhandler.h \ |
101 | kdeui/kaction.h \ | 98 | kdeui/kaction.h \ |
102 | kdeui/kactionclasses.h \ | 99 | kdeui/kactionclasses.h \ |
103 | kdeui/kactioncollection.h \ | 100 | kdeui/kactioncollection.h \ |
104 | kdecore/kprefs.h \ | 101 | kdecore/kprefs.h \ |
105 | kdecore/klibloader.h \ | 102 | kdecore/klibloader.h \ |
106 | kidmanager.h | 103 | kidmanager.h |
107 | 104 | ||
108 | 105 | ||
109 | # kdecore/klibloader.h \ | 106 | # kdecore/klibloader.h \ |
110 | 107 | ||
111 | 108 | ||
112 | SOURCES = \ | 109 | SOURCES = \ |
113 | KDGanttMinimizeSplitter.cpp \ | 110 | KDGanttMinimizeSplitter.cpp \ |
114 | kapplication.cpp \ | 111 | kapplication.cpp \ |
115 | kcalendarsystem.cpp \ | 112 | kcalendarsystem.cpp \ |
116 | kcalendarsystemgregorian.cpp \ | 113 | kcalendarsystemgregorian.cpp \ |
117 | kcolorbutton.cpp \ | 114 | kcolorbutton.cpp \ |
118 | kcolordialog.cpp \ | 115 | kcolordialog.cpp \ |
119 | kconfig.cpp \ | 116 | kconfig.cpp \ |
120 | kdatetbl.cpp \ | 117 | kdatetbl.cpp \ |
121 | kdialog.cpp \ | 118 | kdialog.cpp \ |
122 | kdialogbase.cpp \ | 119 | kdialogbase.cpp \ |
123 | keditlistbox.cpp \ | 120 | keditlistbox.cpp \ |
124 | kemailsettings.cpp \ | 121 | kemailsettings.cpp \ |
125 | kfontdialog.cpp \ | 122 | kfontdialog.cpp \ |
126 | kfiledialog.cpp \ | 123 | kfiledialog.cpp \ |
127 | kglobal.cpp \ | 124 | kglobal.cpp \ |
128 | kglobalsettings.cpp \ | 125 | kglobalsettings.cpp \ |
129 | kiconloader.cpp \ | 126 | kiconloader.cpp \ |
130 | kmessagebox.cpp \ | 127 | kmessagebox.cpp \ |
131 | ktextedit.cpp \ | 128 | ktextedit.cpp \ |
132 | kprocess.cpp \ | 129 | kprocess.cpp \ |
133 | krun.cpp \ | 130 | krun.cpp \ |
134 | ksystemtray.cpp \ | 131 | ksystemtray.cpp \ |
135 | ktempfile.cpp \ | 132 | ktempfile.cpp \ |
136 | kurl.cpp \ | 133 | kurl.cpp \ |
137 | kdecore/kcatalogue.cpp \ | 134 | kdecore/kcatalogue.cpp \ |
138 | kdecore/klocale.cpp \ | 135 | kdecore/klocale.cpp \ |
139 | kdecore/kmdcodec.cpp \ | 136 | kdecore/kmdcodec.cpp \ |
140 | kdecore/kshell.cpp \ | 137 | kdecore/kshell.cpp \ |
141 | kdecore/kstandarddirs.cpp \ | 138 | kdecore/kstandarddirs.cpp \ |
142 | kdecore/kstringhandler.cpp \ | 139 | kdecore/kstringhandler.cpp \ |
143 | kdeui/kbuttonbox.cpp \ | 140 | kdeui/kbuttonbox.cpp \ |
144 | kdeui/kcmodule.cpp \ | 141 | kdeui/kcmodule.cpp \ |
145 | kdeui/kguiitem.cpp \ | 142 | kdeui/kguiitem.cpp \ |
146 | kdeui/kjanuswidget.cpp \ | 143 | kdeui/kjanuswidget.cpp \ |
147 | kdeui/klistbox.cpp \ | 144 | kdeui/klistbox.cpp \ |
148 | kdeui/klistview.cpp \ | 145 | kdeui/klistview.cpp \ |
149 | kdeui/knuminput.cpp \ | 146 | kdeui/knuminput.cpp \ |
150 | kdeui/knumvalidator.cpp \ | 147 | kdeui/knumvalidator.cpp \ |
151 | kdeui/kseparator.cpp \ | 148 | kdeui/kseparator.cpp \ |
152 | kdeui/ksqueezedtextlabel.cpp \ | 149 | kdeui/ksqueezedtextlabel.cpp \ |
153 | kio/kio/kdirwatch.cpp \ | 150 | kio/kio/kdirwatch.cpp \ |
154 | kio/kfile/kurlrequester.cpp \ | 151 | kio/kfile/kurlrequester.cpp \ |
155 | kresources/configpage.cpp \ | 152 | kresources/configpage.cpp \ |
156 | kresources/configdialog.cpp \ | 153 | kresources/configdialog.cpp \ |
157 | kresources/configwidget.cpp \ | 154 | kresources/configwidget.cpp \ |
158 | kresources/factory.cpp \ | 155 | kresources/factory.cpp \ |
159 | kresources/kcmkresources.cpp \ | 156 | kresources/kcmkresources.cpp \ |
160 | kresources/managerimpl.cpp \ | 157 | kresources/managerimpl.cpp \ |
161 | kresources/resource.cpp \ | 158 | kresources/resource.cpp \ |
162 | kresources/selectdialog.cpp \ | 159 | kresources/selectdialog.cpp \ |
163 | kresources/syncwidget.cpp \ | 160 | kresources/syncwidget.cpp \ |
164 | kutils/kcmultidialog.cpp \ | 161 | kutils/kcmultidialog.cpp \ |
165 | kdeui/kaction.cpp \ | 162 | kdeui/kaction.cpp \ |
166 | kdeui/kactionclasses.cpp \ | 163 | kdeui/kactionclasses.cpp \ |
167 | kdeui/kactioncollection.cpp \ | 164 | kdeui/kactioncollection.cpp \ |
168 | kdeui/kmainwindow.cpp \ | 165 | kdeui/kmainwindow.cpp \ |
169 | kdeui/ktoolbar.cpp \ | 166 | kdeui/ktoolbar.cpp \ |
170 | kdeui/ktoolbarbutton.cpp \ | 167 | kdeui/ktoolbarbutton.cpp \ |
171 | kdeui/ktoolbarhandler.cpp \ | 168 | kdeui/ktoolbarhandler.cpp \ |
172 | kdeui/kstdaction.cpp \ | 169 | kdeui/kstdaction.cpp \ |
173 | kdeui/kxmlguiclient.cpp \ | 170 | kdeui/kxmlguiclient.cpp \ |
174 | kdecore/kprefs.cpp \ | 171 | kdecore/kprefs.cpp \ |
175 | kdecore/klibloader.cpp \ | 172 | kdecore/klibloader.cpp \ |
176 | kidmanager.cpp | 173 | kidmanager.cpp |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index fc80c03..df914ce 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,179 +1,179 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio $(QPEDIR)/include | 3 | INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include |
4 | 4 | ||
5 | DEPENDPATH += $(QPEDIR)/include | 5 | DEPENDPATH += $(QPEDIR)/include |
6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib | 6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib |
7 | 7 | ||
8 | DEFINES += KDE_QT_ONLY | 8 | DEFINES += KDE_QT_ONLY |
9 | 9 | ||
10 | TARGET = microkde | 10 | TARGET = microkde |
11 | OBJECTS_DIR = obj/$(PLATFORM) | 11 | OBJECTS_DIR = obj/$(PLATFORM) |
12 | MOC_DIR = moc/$(PLATFORM) | 12 | MOC_DIR = moc/$(PLATFORM) |
13 | DESTDIR=$(QPEDIR)/lib | 13 | DESTDIR=$(QPEDIR)/lib |
14 | 14 | ||
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | HEADERS = \ | 18 | HEADERS = \ |
19 | qlayoutengine_p.h \ | 19 | qlayoutengine_p.h \ |
20 | KDGanttMinimizeSplitter.h \ | 20 | KDGanttMinimizeSplitter.h \ |
21 | kapplication.h \ | 21 | kapplication.h \ |
22 | kaudioplayer.h \ | 22 | kaudioplayer.h \ |
23 | kcalendarsystem.h \ | 23 | kcalendarsystem.h \ |
24 | kcalendarsystemgregorian.h \ | 24 | kcalendarsystemgregorian.h \ |
25 | kcolorbutton.h \ | 25 | kcolorbutton.h \ |
26 | kcolordialog.h \ | 26 | kcolordialog.h \ |
27 | kcombobox.h \ | 27 | kcombobox.h \ |
28 | kconfig.h \ | 28 | kconfig.h \ |
29 | kdatetbl.h \ | 29 | kdatetbl.h \ |
30 | kdebug.h \ | 30 | kdebug.h \ |
31 | kdialog.h \ | 31 | kdialog.h \ |
32 | kdialogbase.h \ | 32 | kdialogbase.h \ |
33 | keditlistbox.h \ | 33 | keditlistbox.h \ |
34 | kemailsettings.h \ | 34 | kemailsettings.h \ |
35 | kfiledialog.h \ | 35 | kfiledialog.h \ |
36 | kfontdialog.h \ | 36 | kfontdialog.h \ |
37 | kglobal.h \ | 37 | kglobal.h \ |
38 | kglobalsettings.h \ | 38 | kglobalsettings.h \ |
39 | kiconloader.h \ | 39 | kiconloader.h \ |
40 | klineedit.h \ | 40 | klineedit.h \ |
41 | klineeditdlg.h \ | 41 | klineeditdlg.h \ |
42 | kmessagebox.h \ | 42 | kmessagebox.h \ |
43 | knotifyclient.h \ | 43 | knotifyclient.h \ |
44 | kprinter.h \ | 44 | kprinter.h \ |
45 | kprocess.h \ | 45 | kprocess.h \ |
46 | krestrictedline.h \ | 46 | krestrictedline.h \ |
47 | krun.h \ | 47 | krun.h \ |
48 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
49 | kstaticdeleter.h \ | 49 | kstaticdeleter.h \ |
50 | ksystemtray.h \ | 50 | ksystemtray.h \ |
51 | ktempfile.h \ | 51 | ktempfile.h \ |
52 | ktextedit.h \ | 52 | ktextedit.h \ |
53 | kunload.h \ | 53 | kunload.h \ |
54 | kurl.h \ | 54 | kurl.h \ |
55 | ofileselector_p.h \ | 55 | ofileselector_p.h \ |
56 | ofontselector.h \ | 56 | ofontselector.h \ |
57 | oprocctrl.h \ | 57 | oprocctrl.h \ |
58 | oprocess.h \ | 58 | oprocess.h \ |
59 | osmartpointer.h \ | 59 | osmartpointer.h \ |
60 | kdeui/kguiitem.h \ | 60 | kdeui/kguiitem.h \ |
61 | kdeui/kaction.h \ | 61 | kdeui/kaction.h \ |
62 | kdeui/kactionclasses.h \ | 62 | kdeui/kactionclasses.h \ |
63 | kdeui/kactioncollection.h \ | 63 | kdeui/kactioncollection.h \ |
64 | kdeui/kcmodule.h \ | 64 | kdeui/kcmodule.h \ |
65 | kdeui/kstdaction.h \ | 65 | kdeui/kstdaction.h \ |
66 | kdeui/kbuttonbox.h \ | 66 | kdeui/kbuttonbox.h \ |
67 | kdeui/klistbox.h \ | 67 | kdeui/klistbox.h \ |
68 | kdeui/klistview.h \ | 68 | kdeui/klistview.h \ |
69 | kdeui/kjanuswidget.h \ | 69 | kdeui/kjanuswidget.h \ |
70 | kdeui/kseparator.h \ | 70 | kdeui/kseparator.h \ |
71 | kdeui/kmainwindow.h \ | 71 | kdeui/kmainwindow.h \ |
72 | kdeui/knuminput.h \ | 72 | kdeui/knuminput.h \ |
73 | kdeui/knumvalidator.h \ | 73 | kdeui/knumvalidator.h \ |
74 | kdeui/ksqueezedtextlabel.h \ | 74 | kdeui/ksqueezedtextlabel.h \ |
75 | kdeui/ktoolbar.h \ | 75 | kdeui/ktoolbar.h \ |
76 | kdeui/ktoolbarbutton.h \ | 76 | kdeui/ktoolbarbutton.h \ |
77 | kdeui/ktoolbarhandler.h \ | 77 | kdeui/ktoolbarhandler.h \ |
78 | kdeui/kxmlguiclient.h \ | 78 | kdeui/kxmlguiclient.h \ |
79 | kio/job.h \ | 79 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | 80 | kio/kio/kdirwatch.h \ |
81 | kio/kio/kdirwatch_p.h \ | 81 | kio/kio/kdirwatch_p.h \ |
82 | kio/kfile/kurlrequester.h \ | 82 | kio/kfile/kurlrequester.h \ |
83 | kresources/resource.h \ | 83 | kresources/resource.h \ |
84 | kresources/factory.h \ | 84 | kresources/factory.h \ |
85 | kresources/managerimpl.h \ | 85 | kresources/managerimpl.h \ |
86 | kresources/manager.h \ | 86 | kresources/manager.h \ |
87 | kresources/selectdialog.h \ | 87 | kresources/selectdialog.h \ |
88 | kresources/configpage.h \ | 88 | kresources/configpage.h \ |
89 | kresources/configwidget.h \ | 89 | kresources/configwidget.h \ |
90 | kresources/configdialog.h \ | 90 | kresources/configdialog.h \ |
91 | kresources/kcmkresources.h \ | 91 | kresources/kcmkresources.h \ |
92 | kresources/syncwidget.h \ | 92 | kresources/syncwidget.h \ |
93 | kdecore/kmdcodec.h \ | 93 | kdecore/kmdcodec.h \ |
94 | kdecore/kconfigbase.h \ | 94 | kdecore/kconfigbase.h \ |
95 | kdecore/klocale.h \ | 95 | kdecore/klocale.h \ |
96 | kdecore/klibloader.h \ | 96 | kdecore/klibloader.h \ |
97 | kdecore/kcatalogue.h \ | 97 | kdecore/kcatalogue.h \ |
98 | kdecore/kprefs.h \ | 98 | kdecore/kprefs.h \ |
99 | kdecore/ksharedptr.h \ | 99 | kdecore/ksharedptr.h \ |
100 | kdecore/kshell.h \ | 100 | kdecore/kshell.h \ |
101 | kdecore/kstandarddirs.h \ | 101 | kdecore/kstandarddirs.h \ |
102 | kdecore/kstringhandler.h \ | 102 | kdecore/kstringhandler.h \ |
103 | kdecore/kshortcut.h \ | 103 | kdecore/kshortcut.h \ |
104 | kutils/kcmultidialog.h \ | 104 | kutils/kcmultidialog.h \ |
105 | kidmanager.h | 105 | kidmanager.h |
106 | 106 | ||
107 | 107 | ||
108 | 108 | ||
109 | 109 | ||
110 | SOURCES = \ | 110 | SOURCES = \ |
111 | KDGanttMinimizeSplitter.cpp \ | 111 | KDGanttMinimizeSplitter.cpp \ |
112 | kapplication.cpp \ | 112 | kapplication.cpp \ |
113 | kcalendarsystem.cpp \ | 113 | kcalendarsystem.cpp \ |
114 | kcalendarsystemgregorian.cpp \ | 114 | kcalendarsystemgregorian.cpp \ |
115 | kcolorbutton.cpp \ | 115 | kcolorbutton.cpp \ |
116 | kcolordialog.cpp \ | 116 | kcolordialog.cpp \ |
117 | kconfig.cpp \ | 117 | kconfig.cpp \ |
118 | kdatetbl.cpp \ | 118 | kdatetbl.cpp \ |
119 | kdialog.cpp \ | 119 | kdialog.cpp \ |
120 | kdialogbase.cpp \ | 120 | kdialogbase.cpp \ |
121 | keditlistbox.cpp \ | 121 | keditlistbox.cpp \ |
122 | kemailsettings.cpp \ | 122 | kemailsettings.cpp \ |
123 | kfontdialog.cpp \ | 123 | kfontdialog.cpp \ |
124 | kfiledialog.cpp \ | 124 | kfiledialog.cpp \ |
125 | kglobal.cpp \ | 125 | kglobal.cpp \ |
126 | kglobalsettings.cpp \ | 126 | kglobalsettings.cpp \ |
127 | kiconloader.cpp \ | 127 | kiconloader.cpp \ |
128 | kmessagebox.cpp \ | 128 | kmessagebox.cpp \ |
129 | kprocess.cpp \ | 129 | kprocess.cpp \ |
130 | krun.cpp \ | 130 | krun.cpp \ |
131 | ksystemtray.cpp \ | 131 | ksystemtray.cpp \ |
132 | ktempfile.cpp \ | 132 | ktempfile.cpp \ |
133 | kurl.cpp \ | 133 | kurl.cpp \ |
134 | ktextedit.cpp \ | 134 | ktextedit.cpp \ |
135 | ofileselector_p.cpp \ | 135 | ofileselector_p.cpp \ |
136 | ofontselector.cpp \ | 136 | ofontselector.cpp \ |
137 | oprocctrl.cpp \ | 137 | oprocctrl.cpp \ |
138 | oprocess.cpp \ | 138 | oprocess.cpp \ |
139 | kdecore/kcatalogue.cpp \ | 139 | kdecore/kcatalogue.cpp \ |
140 | kdecore/klibloader.cpp \ | 140 | kdecore/klibloader.cpp \ |
141 | kdecore/klocale.cpp \ | 141 | kdecore/klocale.cpp \ |
142 | kdecore/kmdcodec.cpp \ | 142 | kdecore/kmdcodec.cpp \ |
143 | kdecore/kprefs.cpp \ | 143 | kdecore/kprefs.cpp \ |
144 | kdecore/kshell.cpp \ | 144 | kdecore/kshell.cpp \ |
145 | kdecore/kstandarddirs.cpp \ | 145 | kdecore/kstandarddirs.cpp \ |
146 | kdecore/kstringhandler.cpp \ | 146 | kdecore/kstringhandler.cpp \ |
147 | kdeui/kaction.cpp \ | 147 | kdeui/kaction.cpp \ |
148 | kdeui/kactionclasses.cpp \ | 148 | kdeui/kactionclasses.cpp \ |
149 | kdeui/kactioncollection.cpp \ | 149 | kdeui/kactioncollection.cpp \ |
150 | kdeui/kbuttonbox.cpp \ | 150 | kdeui/kbuttonbox.cpp \ |
151 | kdeui/kcmodule.cpp \ | 151 | kdeui/kcmodule.cpp \ |
152 | kdeui/kguiitem.cpp \ | 152 | kdeui/kguiitem.cpp \ |
153 | kdeui/kjanuswidget.cpp \ | 153 | kdeui/kjanuswidget.cpp \ |
154 | kdeui/klistbox.cpp \ | 154 | kdeui/klistbox.cpp \ |
155 | kdeui/klistview.cpp \ | 155 | kdeui/klistview.cpp \ |
156 | kdeui/kmainwindow.cpp \ | 156 | kdeui/kmainwindow.cpp \ |
157 | kdeui/knuminput.cpp \ | 157 | kdeui/knuminput.cpp \ |
158 | kdeui/knumvalidator.cpp \ | 158 | kdeui/knumvalidator.cpp \ |
159 | kdeui/kseparator.cpp \ | 159 | kdeui/kseparator.cpp \ |
160 | kdeui/kstdaction.cpp \ | 160 | kdeui/kstdaction.cpp \ |
161 | kdeui/ksqueezedtextlabel.cpp \ | 161 | kdeui/ksqueezedtextlabel.cpp \ |
162 | kdeui/ktoolbar.cpp \ | 162 | kdeui/ktoolbar.cpp \ |
163 | kdeui/ktoolbarbutton.cpp \ | 163 | kdeui/ktoolbarbutton.cpp \ |
164 | kdeui/ktoolbarhandler.cpp \ | 164 | kdeui/ktoolbarhandler.cpp \ |
165 | kdeui/kxmlguiclient.cpp \ | 165 | kdeui/kxmlguiclient.cpp \ |
166 | kio/kfile/kurlrequester.cpp \ | 166 | kio/kfile/kurlrequester.cpp \ |
167 | kio/kio/kdirwatch.cpp \ | 167 | kio/kio/kdirwatch.cpp \ |
168 | kresources/configpage.cpp \ | 168 | kresources/configpage.cpp \ |
169 | kresources/configdialog.cpp \ | 169 | kresources/configdialog.cpp \ |
170 | kresources/configwidget.cpp \ | 170 | kresources/configwidget.cpp \ |
171 | kresources/factory.cpp \ | 171 | kresources/factory.cpp \ |
172 | kresources/kcmkresources.cpp \ | 172 | kresources/kcmkresources.cpp \ |
173 | kresources/managerimpl.cpp \ | 173 | kresources/managerimpl.cpp \ |
174 | kresources/resource.cpp \ | 174 | kresources/resource.cpp \ |
175 | kresources/selectdialog.cpp \ | 175 | kresources/selectdialog.cpp \ |
176 | kresources/syncwidget.cpp \ | 176 | kresources/syncwidget.cpp \ |
177 | kutils/kcmultidialog.cpp \ | 177 | kutils/kcmultidialog.cpp \ |
178 | kidmanager.cpp | 178 | kidmanager.cpp |
179 | 179 | ||