author | zautrix <zautrix> | 2005-08-18 05:32:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 05:32:46 (UTC) |
commit | 075fe8e7470f5b9db7553889271880e476a6015a (patch) (unidiff) | |
tree | bdc4f7117a7189eccaf8fe2c36edc27bc6bf79f7 /kaddressbook/kaddressbook.pro | |
parent | 9de953866db87933c9773b98502f07ac408c8ef7 (diff) | |
download | kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.zip kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.tar.gz kdepimpi-075fe8e7470f5b9db7553889271880e476a6015a.tar.bz2 |
pro fix
Diffstat (limited to 'kaddressbook/kaddressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/kaddressbook.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 3386ffe..233839f 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -7,16 +7,17 @@ include( ../variables.pri ) | |||
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces | 9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces |
10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | 10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION |
11 | 11 | ||
12 | unix : { | 12 | unix : { |
13 | 13 | ||
14 | staticlib: { | 14 | staticlib: { |
15 | TARGET = kapi_linux | ||
15 | LIBS += ../bin/libmicrokabc_qtopia.a | 16 | LIBS += ../bin/libmicrokabc_qtopia.a |
16 | LIBS += ../bin/libmicrokabc_file.a | 17 | LIBS += ../bin/libmicrokabc_file.a |
17 | LIBS += ../bin/libmicrokabc_dir.a | 18 | LIBS += ../bin/libmicrokabc_dir.a |
18 | LIBS += ../bin/libmicrokdepim.a | 19 | LIBS += ../bin/libmicrokdepim.a |
19 | LIBS += ../bin/libmicrokcal.a | 20 | LIBS += ../bin/libmicrokcal.a |
20 | LIBS += ../bin/libmicrokabc.a | 21 | LIBS += ../bin/libmicrokabc.a |
21 | LIBS += ../bin/libmicrokde.a | 22 | LIBS += ../bin/libmicrokde.a |
22 | LIBS += ../bin/libmicrokabc_qtopia.a | 23 | LIBS += ../bin/libmicrokabc_qtopia.a |
@@ -57,18 +58,20 @@ LIBS += mfc71ud.lib | |||
57 | release: { | 58 | release: { |
58 | LIBS += mfc71u.lib | 59 | LIBS += mfc71u.lib |
59 | } | 60 | } |
60 | DEFINES += _OL_IMPORT_ | 61 | DEFINES += _OL_IMPORT_ |
61 | HEADERS = ../outport/msoutl9.h \ | 62 | HEADERS = ../outport/msoutl9.h \ |
62 | kaimportoldialog.h | 63 | kaimportoldialog.h |
63 | SOURCES = ../outport/msoutl9.cpp \ | 64 | SOURCES = ../outport/msoutl9.cpp \ |
64 | kaimportoldialog.cpp | 65 | kaimportoldialog.cpp |
65 | } | ||
66 | #olimport section end | 66 | #olimport section end |
67 | } else { | ||
68 | TARGET = kapi_me | ||
69 | } | ||
67 | } | 70 | } |
68 | 71 | ||
69 | INTERFACES = \ | 72 | INTERFACES = \ |
70 | # filteredit_base.ui \ | 73 | # filteredit_base.ui \ |
71 | # kofilterview_base.ui \ | 74 | # kofilterview_base.ui \ |
72 | 75 | ||
73 | HEADERS += \ | 76 | HEADERS += \ |
74 | features/mergewidget.h \ | 77 | features/mergewidget.h \ |