-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 233839f..cd38e5f 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -55,24 +55,25 @@ importol { | |||
55 | debug: { | 55 | debug: { |
56 | LIBS += mfc71ud.lib | 56 | LIBS += mfc71ud.lib |
57 | } | 57 | } |
58 | release: { | 58 | release: { |
59 | LIBS += mfc71u.lib | 59 | LIBS += mfc71u.lib |
60 | } | 60 | } |
61 | DEFINES += _OL_IMPORT_ | 61 | DEFINES += _OL_IMPORT_ |
62 | HEADERS = ../outport/msoutl9.h \ | 62 | HEADERS = ../outport/msoutl9.h \ |
63 | kaimportoldialog.h | 63 | kaimportoldialog.h |
64 | SOURCES = ../outport/msoutl9.cpp \ | 64 | SOURCES = ../outport/msoutl9.cpp \ |
65 | kaimportoldialog.cpp | 65 | kaimportoldialog.cpp |
66 | #olimport section end | 66 | #olimport section end |
67 | TARGET = kapi_xp | ||
67 | } else { | 68 | } else { |
68 | TARGET = kapi_me | 69 | TARGET = kapi_me |
69 | } | 70 | } |
70 | } | 71 | } |
71 | 72 | ||
72 | INTERFACES = \ | 73 | INTERFACES = \ |
73 | # filteredit_base.ui \ | 74 | # filteredit_base.ui \ |
74 | # kofilterview_base.ui \ | 75 | # kofilterview_base.ui \ |
75 | 76 | ||
76 | HEADERS += \ | 77 | HEADERS += \ |
77 | features/mergewidget.h \ | 78 | features/mergewidget.h \ |
78 | features/distributionlistwidget.h \ | 79 | features/distributionlistwidget.h \ |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 50443ef..df8f8d7 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -68,24 +68,25 @@ QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | |||
68 | } | 68 | } |
69 | release: { | 69 | release: { |
70 | LIBS += mfc71u.lib | 70 | LIBS += mfc71u.lib |
71 | } | 71 | } |
72 | DEFINES += _OL_IMPORT_ | 72 | DEFINES += _OL_IMPORT_ |
73 | 73 | ||
74 | HEADERS += ../outport/msoutl9.h \ | 74 | HEADERS += ../outport/msoutl9.h \ |
75 | koimportoldialog.h | 75 | koimportoldialog.h |
76 | 76 | ||
77 | SOURCES += ../outport/msoutl9.cpp \ | 77 | SOURCES += ../outport/msoutl9.cpp \ |
78 | koimportoldialog.cpp | 78 | koimportoldialog.cpp |
79 | #olimport section end | 79 | #olimport section end |
80 | TARGET = kopi_xp | ||
80 | } else { | 81 | } else { |
81 | TARGET = kopi_me | 82 | TARGET = kopi_me |
82 | } | 83 | } |
83 | 84 | ||
84 | } | 85 | } |
85 | 86 | ||
86 | 87 | ||
87 | INTERFACES = kofilterview_base.ui | 88 | INTERFACES = kofilterview_base.ui |
88 | #filteredit_base.ui | 89 | #filteredit_base.ui |
89 | 90 | ||
90 | # kdateedit.h \ | 91 | # kdateedit.h \ |
91 | 92 | ||