author | zautrix <zautrix> | 2005-05-25 07:40:34 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-05-25 07:40:34 (UTC) |
commit | 10381b24675874222d27ce2cafe707daa052e9e0 (patch) (unidiff) | |
tree | 0c7fc1ad25ec14fdf577313457fc8f5bd17d10dc /korganizer | |
parent | c0ca8beceaa7a366a2d74a82504cad19f4ccd642 (diff) | |
download | kdepimpi-10381b24675874222d27ce2cafe707daa052e9e0.zip kdepimpi-10381b24675874222d27ce2cafe707daa052e9e0.tar.gz kdepimpi-10381b24675874222d27ce2cafe707daa052e9e0.tar.bz2 |
fix
-rw-r--r-- | korganizer/korganizer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 32ad10a..bb5f29e 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -43,40 +43,40 @@ LIBS += ../bin/libmicrokabc.so | |||
43 | #LIBS += -lldap | 43 | #LIBS += -lldap |
44 | } | 44 | } |
45 | OBJECTS_DIR = obj/unix | 45 | OBJECTS_DIR = obj/unix |
46 | MOC_DIR = moc/unix | 46 | MOC_DIR = moc/unix |
47 | } | 47 | } |
48 | win32: { | 48 | win32: { |
49 | RC_FILE = winicons.rc | 49 | RC_FILE = winicons.rc |
50 | DEFINES += _WIN32_ | 50 | DEFINES += _WIN32_ |
51 | LIBS += ../bin/microkdepim.lib | 51 | LIBS += ../bin/microkdepim.lib |
52 | LIBS += ../bin/microkcal.lib | 52 | LIBS += ../bin/microkcal.lib |
53 | LIBS += ../bin/microkde.lib | 53 | LIBS += ../bin/microkde.lib |
54 | LIBS += ../bin/microkabc.lib | 54 | LIBS += ../bin/microkabc.lib |
55 | LIBS += ../libical/lib/ical.lib | 55 | LIBS += ../libical/lib/ical.lib |
56 | LIBS += ../libical/lib/icalss.lib | 56 | LIBS += ../libical/lib/icalss.lib |
57 | #LIBS += atls.lib | 57 | #LIBS += atls.lib |
58 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 58 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
59 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | ||
60 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | ||
61 | OBJECTS_DIR = obj/win | 59 | OBJECTS_DIR = obj/win |
62 | MOC_DIR = moc/win | 60 | MOC_DIR = moc/win |
63 | #olimport section | 61 | #olimport section |
64 | #blabla: { | 62 | #blabla: { |
65 | debug: { | 63 | debug: { |
66 | LIBS += mfc71ud.lib | 64 | LIBS += mfc71ud.lib |
65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | ||
66 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | ||
67 | } | 67 | } |
68 | release: { | 68 | release: { |
69 | LIBS += mfc71u.lib | 69 | LIBS += mfc71u.lib |
70 | } | 70 | } |
71 | DEFINES += _OL_IMPORT_ | 71 | DEFINES += _OL_IMPORT_ |
72 | 72 | ||
73 | HEADERS += ../outport/msoutl9.h \ | 73 | HEADERS += ../outport/msoutl9.h \ |
74 | koimportoldialog.h | 74 | koimportoldialog.h |
75 | 75 | ||
76 | SOURCES += ../outport/msoutl9.cpp \ | 76 | SOURCES += ../outport/msoutl9.cpp \ |
77 | koimportoldialog.cpp | 77 | koimportoldialog.cpp |
78 | #} | 78 | #} |
79 | #olimport section end | 79 | #olimport section end |
80 | 80 | ||
81 | } | 81 | } |
82 | 82 | ||