-rw-r--r-- | kabc/kabc.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kabc/kabc.pro b/kabc/kabc.pro index 17ebff8..846ed8a 100644 --- a/kabc/kabc.pro +++ b/kabc/kabc.pro | |||
@@ -1,36 +1,36 @@ | |||
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 = xmicrokabc |
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 ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat ../microkde/kdeui .. |
11 | 11 | ||
12 | #LIBS += -lmicrokde -lldap | 12 | #LIBS += -lxmicrokde -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 \ |
@@ -195,24 +195,28 @@ 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 \ |
219 | #The following line was inserted by qt3to4 | ||
220 | QT += xml qt3support | ||
221 | #The following line was inserted by qt3to4 | ||
222 | QT += | ||