author | zautrix <zautrix> | 2005-08-18 05:41:57 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 05:41:57 (UTC) |
commit | 20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2 (patch) (unidiff) | |
tree | 8a297ef21341c2c9711730bb2c495556d25a75d5 /kaddressbook/kaddressbook.pro | |
parent | 075fe8e7470f5b9db7553889271880e476a6015a (diff) | |
download | kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.zip kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.tar.gz kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.tar.bz2 |
pro fix
Diffstat (limited to 'kaddressbook/kaddressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 |
1 files changed, 1 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 | |||
@@ -43,48 +43,49 @@ MOC_DIR = moc/unix | |||
43 | win32: { | 43 | win32: { |
44 | RC_FILE = winicons.rc | 44 | RC_FILE = winicons.rc |
45 | DEFINES += _WIN32_ | 45 | DEFINES += _WIN32_ |
46 | LIBS += ../bin/microkdepim.lib | 46 | LIBS += ../bin/microkdepim.lib |
47 | LIBS += ../bin/microkcal.lib | 47 | LIBS += ../bin/microkcal.lib |
48 | LIBS += ../bin/microkde.lib | 48 | LIBS += ../bin/microkde.lib |
49 | LIBS += ../bin/microkabc.lib | 49 | LIBS += ../bin/microkabc.lib |
50 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 50 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
51 | OBJECTS_DIR = obj/win | 51 | OBJECTS_DIR = obj/win |
52 | MOC_DIR = moc/win | 52 | MOC_DIR = moc/win |
53 | #olimport section | 53 | #olimport section |
54 | importol { | 54 | 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 \ |
79 | kcmconfigs/addresseewidget.h \ | 80 | kcmconfigs/addresseewidget.h \ |
80 | kcmconfigs/extensionconfigdialog.h \ | 81 | kcmconfigs/extensionconfigdialog.h \ |
81 | kcmconfigs/kcmkabconfig.h \ | 82 | kcmconfigs/kcmkabconfig.h \ |
82 | kcmconfigs/kabconfigwidget.h \ | 83 | kcmconfigs/kabconfigwidget.h \ |
83 | addresseeeditordialog.h \ | 84 | addresseeeditordialog.h \ |
84 | addresseeeditorwidget.h \ | 85 | addresseeeditorwidget.h \ |
85 | addresseditwidget.h \ | 86 | addresseditwidget.h \ |
86 | addresseeconfig.h \ | 87 | addresseeconfig.h \ |
87 | addresseeutil.h \ | 88 | addresseeutil.h \ |
88 | emaileditwidget.h \ | 89 | emaileditwidget.h \ |
89 | filtereditdialog.h \ | 90 | filtereditdialog.h \ |
90 | kaddressbookmain.h \ | 91 | kaddressbookmain.h \ |