author | zautrix <zautrix> | 2004-08-08 11:01:52 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-08 11:01:52 (UTC) |
commit | 7c4e0075810cf95ab2b1ecda2d971264e9a9b60c (patch) (unidiff) | |
tree | 2900efa863dd70b7131b3c07ef7f522ac7da845f /kabc | |
parent | 71eba6589af91448b84bfd409439115972203e9e (diff) | |
download | kdepimpi-7c4e0075810cf95ab2b1ecda2d971264e9a9b60c.zip kdepimpi-7c4e0075810cf95ab2b1ecda2d971264e9a9b60c.tar.gz kdepimpi-7c4e0075810cf95ab2b1ecda2d971264e9a9b60c.tar.bz2 |
Made it compileable on desktop
-rw-r--r-- | kabc/kabc.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kabc/kabc.pro b/kabc/kabc.pro index 10b092c..95ebd68 100644 --- a/kabc/kabc.pro +++ b/kabc/kabc.pro | |||
@@ -1,22 +1,22 @@ | |||
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 ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat ../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 |
@@ -38,24 +38,25 @@ HEADERS = \ | |||
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 | timezone.h \ | 51 | timezone.h \ |
51 | tmpaddressbook.h \ | 52 | tmpaddressbook.h \ |
52 | addressee.h \ | 53 | addressee.h \ |
53 | addresseedialog.h \ | 54 | addresseedialog.h \ |
54 | vcardconverter.h \ | 55 | vcardconverter.h \ |
55 | vcard21parser.h \ | 56 | vcard21parser.h \ |
56 | vcardformatimpl.h \ | 57 | vcardformatimpl.h \ |
57 | plugins/file/resourcefile.h \ | 58 | plugins/file/resourcefile.h \ |
58 | plugins/file/resourcefileconfig.h \ | 59 | plugins/file/resourcefileconfig.h \ |
59 | plugins/dir/resourcedir.h \ | 60 | plugins/dir/resourcedir.h \ |
60 | plugins/dir/resourcedirconfig.h \ | 61 | plugins/dir/resourcedirconfig.h \ |
61 | vcardparser/vcardline.h \ | 62 | vcardparser/vcardline.h \ |
@@ -148,24 +149,25 @@ formatfactory.cpp \ | |||
148 | stdaddressbook.cpp \ | 149 | stdaddressbook.cpp \ |
149 | plugin.cpp \ | 150 | plugin.cpp \ |
150 | agent.cpp \ | 151 | agent.cpp \ |
151 | geo.cpp \ | 152 | geo.cpp \ |
152 | key.cpp \ | 153 | key.cpp \ |
153 | field.cpp \ | 154 | field.cpp \ |
154 | address.cpp \ | 155 | address.cpp \ |
155 | phonenumber.cpp \ | 156 | phonenumber.cpp \ |
156 | picture.cpp \ | 157 | picture.cpp \ |
157 | secrecy.cpp \ | 158 | secrecy.cpp \ |
158 | sound.cpp \ | 159 | sound.cpp \ |
159 | addressbook.cpp \ | 160 | addressbook.cpp \ |
161 | syncprefwidget.cpp \ | ||
160 | timezone.cpp \ | 162 | timezone.cpp \ |
161 | tmpaddressbook.cpp \ | 163 | tmpaddressbook.cpp \ |
162 | addressee.cpp \ | 164 | addressee.cpp \ |
163 | addresseelist.cpp \ | 165 | addresseelist.cpp \ |
164 | addresseedialog.cpp \ | 166 | addresseedialog.cpp \ |
165 | vcardconverter.cpp \ | 167 | vcardconverter.cpp \ |
166 | vcard21parser.cpp \ | 168 | vcard21parser.cpp \ |
167 | vcardformatimpl.cpp \ | 169 | vcardformatimpl.cpp \ |
168 | plugins/file/resourcefile.cpp \ | 170 | plugins/file/resourcefile.cpp \ |
169 | plugins/file/resourcefileconfig.cpp \ | 171 | plugins/file/resourcefileconfig.cpp \ |
170 | plugins/dir/resourcedir.cpp \ | 172 | plugins/dir/resourcedir.cpp \ |
171 | plugins/dir/resourcedirconfig.cpp \ | 173 | plugins/dir/resourcedirconfig.cpp \ |