-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 | |||
@@ -1,114 +1,117 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kapi | 3 | TARGET = kapi |
4 | DESTDIR= ../bin | 4 | DESTDIR= ../bin |
5 | 5 | ||
6 | include( ../variables.pri ) | 6 | 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 |
23 | LIBS += ../bin/libmicrokabc_file.a | 24 | LIBS += ../bin/libmicrokabc_file.a |
24 | LIBS += ../bin/libmicrokabc_dir.a | 25 | LIBS += ../bin/libmicrokabc_dir.a |
25 | LIBS += ../bin/libmicrokdepim.a | 26 | LIBS += ../bin/libmicrokdepim.a |
26 | LIBS += ../bin/libmicrokcal.a | 27 | LIBS += ../bin/libmicrokcal.a |
27 | LIBS += ../bin/libmicrokabc.a | 28 | LIBS += ../bin/libmicrokabc.a |
28 | LIBS += ../bin/libmicrokde.a | 29 | LIBS += ../bin/libmicrokde.a |
29 | LIBS += ../libical/lib/libical.a | 30 | LIBS += ../libical/lib/libical.a |
30 | LIBS += ../libical/lib/libicalss.a | 31 | LIBS += ../libical/lib/libicalss.a |
31 | 32 | ||
32 | } else { | 33 | } else { |
33 | LIBS += ../bin/libmicrokdepim.so | 34 | LIBS += ../bin/libmicrokdepim.so |
34 | LIBS += ../bin/libmicrokde.so | 35 | LIBS += ../bin/libmicrokde.so |
35 | LIBS += ../bin/libmicrokabc.so | 36 | LIBS += ../bin/libmicrokabc.so |
36 | LIBS += ../bin/libmicrokcal.so | 37 | LIBS += ../bin/libmicrokcal.so |
37 | #LIBS += -lldap | 38 | #LIBS += -lldap |
38 | } | 39 | } |
39 | OBJECTS_DIR = obj/unix | 40 | OBJECTS_DIR = obj/unix |
40 | MOC_DIR = moc/unix | 41 | MOC_DIR = moc/unix |
41 | } | 42 | } |
42 | win32: { | 43 | win32: { |
43 | RC_FILE = winicons.rc | 44 | RC_FILE = winicons.rc |
44 | DEFINES += _WIN32_ | 45 | DEFINES += _WIN32_ |
45 | LIBS += ../bin/microkdepim.lib | 46 | LIBS += ../bin/microkdepim.lib |
46 | LIBS += ../bin/microkcal.lib | 47 | LIBS += ../bin/microkcal.lib |
47 | LIBS += ../bin/microkde.lib | 48 | LIBS += ../bin/microkde.lib |
48 | LIBS += ../bin/microkabc.lib | 49 | LIBS += ../bin/microkabc.lib |
49 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 50 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
50 | OBJECTS_DIR = obj/win | 51 | OBJECTS_DIR = obj/win |
51 | MOC_DIR = moc/win | 52 | MOC_DIR = moc/win |
52 | #olimport section | 53 | #olimport section |
53 | importol { | 54 | importol { |
54 | debug: { | 55 | debug: { |
55 | LIBS += mfc71ud.lib | 56 | LIBS += mfc71ud.lib |
56 | } | 57 | } |
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 \ |
75 | features/distributionlistwidget.h \ | 78 | features/distributionlistwidget.h \ |
76 | kcmconfigs/addresseewidget.h \ | 79 | kcmconfigs/addresseewidget.h \ |
77 | kcmconfigs/extensionconfigdialog.h \ | 80 | kcmconfigs/extensionconfigdialog.h \ |
78 | kcmconfigs/kcmkabconfig.h \ | 81 | kcmconfigs/kcmkabconfig.h \ |
79 | kcmconfigs/kabconfigwidget.h \ | 82 | kcmconfigs/kabconfigwidget.h \ |
80 | addresseeeditordialog.h \ | 83 | addresseeeditordialog.h \ |
81 | addresseeeditorwidget.h \ | 84 | addresseeeditorwidget.h \ |
82 | addresseditwidget.h \ | 85 | addresseditwidget.h \ |
83 | addresseeconfig.h \ | 86 | addresseeconfig.h \ |
84 | addresseeutil.h \ | 87 | addresseeutil.h \ |
85 | emaileditwidget.h \ | 88 | emaileditwidget.h \ |
86 | filtereditdialog.h \ | 89 | filtereditdialog.h \ |
87 | kaddressbookmain.h \ | 90 | kaddressbookmain.h \ |
88 | kabprefs.h \ | 91 | kabprefs.h \ |
89 | kabcore.h \ | 92 | kabcore.h \ |
90 | viewmanager.h \ | 93 | viewmanager.h \ |
91 | extensionmanager.h \ | 94 | extensionmanager.h \ |
92 | extensionwidget.h \ | 95 | extensionwidget.h \ |
93 | kaddressbookview.h \ | 96 | kaddressbookview.h \ |
94 | geowidget.h \ | 97 | geowidget.h \ |
95 | imagewidget.h \ | 98 | imagewidget.h \ |
96 | incsearchwidget.h \ | 99 | incsearchwidget.h \ |
97 | jumpbuttonbar.h \ | 100 | jumpbuttonbar.h \ |
98 | phoneeditwidget.h \ | 101 | phoneeditwidget.h \ |
99 | secrecywidget.h \ | 102 | secrecywidget.h \ |
100 | keywidget.h \ | 103 | keywidget.h \ |
101 | nameeditdialog.h \ | 104 | nameeditdialog.h \ |
102 | filter.h \ | 105 | filter.h \ |
103 | addviewdialog.h \ | 106 | addviewdialog.h \ |
104 | configurewidget.h \ | 107 | configurewidget.h \ |
105 | viewconfigurewidget.h \ | 108 | viewconfigurewidget.h \ |
106 | viewconfigurefieldspage.h \ | 109 | viewconfigurefieldspage.h \ |
107 | viewconfigurefilterpage.h \ | 110 | viewconfigurefilterpage.h \ |
108 | typecombo.h \ | 111 | typecombo.h \ |
109 | undo.h \ | 112 | undo.h \ |
110 | undocmds.h \ | 113 | undocmds.h \ |
111 | xxportmanager.h \ | 114 | xxportmanager.h \ |
112 | xxportobject.h \ | 115 | xxportobject.h \ |
113 | xxportselectdialog.h \ | 116 | xxportselectdialog.h \ |
114 | details/detailsviewcontainer.h \ | 117 | details/detailsviewcontainer.h \ |