Diffstat (limited to 'kaddressbook/kaddressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/kaddressbook.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 761c3e7..bc14e68 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -22,16 +22,17 @@ win32: { | |||
22 | DEFINES += _WIN32_ | 22 | DEFINES += _WIN32_ |
23 | LIBS += ../bin/microkdepim.lib | 23 | LIBS += ../bin/microkdepim.lib |
24 | LIBS += ../bin/microkcal.lib | 24 | LIBS += ../bin/microkcal.lib |
25 | LIBS += ../bin/microkde.lib | 25 | LIBS += ../bin/microkde.lib |
26 | LIBS += ../bin/microkabc.lib | 26 | LIBS += ../bin/microkabc.lib |
27 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 27 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
28 | OBJECTS_DIR = obj/win | 28 | OBJECTS_DIR = obj/win |
29 | MOC_DIR = moc/win | 29 | MOC_DIR = moc/win |
30 | LIBS += mfc71u.lib | ||
30 | } | 31 | } |
31 | 32 | ||
32 | 33 | ||
33 | 34 | ||
34 | 35 | ||
35 | 36 | ||
36 | 37 | ||
37 | 38 | ||
@@ -159,8 +160,18 @@ xxport/vcard_xxport.cpp \ | |||
159 | xxport/kde2_xxport.cpp \ | 160 | xxport/kde2_xxport.cpp \ |
160 | xxport/csv_xxport.cpp \ | 161 | xxport/csv_xxport.cpp \ |
161 | xxport/csvimportdialog.cpp \ | 162 | xxport/csvimportdialog.cpp \ |
162 | #details/look_details.cpp \ | 163 | #details/look_details.cpp \ |
163 | #mainwindow.cpp \ | 164 | #mainwindow.cpp \ |
164 | # calendarview.cpp \ | 165 | # calendarview.cpp \ |
165 | # timespanview.cpp | 166 | # timespanview.cpp |
166 | 167 | ||
168 | |||
169 | |||
170 | win32: { | ||
171 | HEADERS += ../outport/msoutl9.h \ | ||
172 | kaimportoldialog.h | ||
173 | |||
174 | SOURCES += ../outport/msoutl9.cpp \ | ||
175 | kaimportoldialog.cpp | ||
176 | } | ||
177 | |||