author | ulf69 <ulf69> | 2004-08-02 18:28:27 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-08-02 18:28:27 (UTC) |
commit | 983127ce46c9ff6663d08dedd450da3fe7dd549b (patch) (unidiff) | |
tree | b6c5bf6bffbddb80ef405a6fc322bfa8bfe13d98 /kaddressbook/kaddressbook.pro | |
parent | 09fe5a5325105b5051d22feb8dae6bb1f9875ff3 (diff) | |
download | kdepimpi-983127ce46c9ff6663d08dedd450da3fe7dd549b.zip kdepimpi-983127ce46c9ff6663d08dedd450da3fe7dd549b.tar.gz kdepimpi-983127ce46c9ff6663d08dedd450da3fe7dd549b.tar.bz2 |
implemented the exportclasses for opie, qtopia and sharp as part of kaddressbook and not as additional libraries.
Diffstat (limited to 'kaddressbook/kaddressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/kaddressbook.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 77fce1b..0da5842 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,33 +1,33 @@ | |||
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 ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../kabc ../ interfaces | 9 | INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../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 | LIBS += ../bin/libmicrokdepim.so | 13 | LIBS += ../bin/libmicrokdepim.so |
14 | LIBS += ../bin/libmicrokde.so | 14 | LIBS += ../bin/libmicrokde.so |
15 | LIBS += ../bin/libmicrokabc.so | 15 | LIBS += ../bin/libmicrokabc.so |
16 | LIBS += ../bin/libmicrokcal.so | 16 | LIBS += ../bin/libmicrokcal.so |
17 | LIBS += -lldap | 17 | LIBS += -lldap |
18 | OBJECTS_DIR = obj/unix | 18 | OBJECTS_DIR = obj/unix |
19 | MOC_DIR = moc/unix | 19 | MOC_DIR = moc/unix |
20 | } | 20 | } |
21 | win32: { | 21 | win32: { |
22 | DEFINES += _WIN32_ | 22 | DEFINES += _WIN32_ |
23 | LIBS += ../bin/microkdepim.lib | 23 | LIBS += ../bin/microkdepim.lib |
24 | LIBS += ../bin/microkcal.lib | 24 | LIBS += ../bin/microkcal.lib |
25 | LIBS += ../bin/microkde.lib | 25 | LIBS += ../bin/microkde.lib |
26 | LIBS += ../bin/microkabc.lib | 26 | LIBS += ../bin/microkabc.lib |
27 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 27 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
28 | OBJECTS_DIR = obj/win | 28 | OBJECTS_DIR = obj/win |
29 | MOC_DIR = moc/win | 29 | MOC_DIR = moc/win |
30 | LIBS += mfc71u.lib | 30 | LIBS += mfc71u.lib |
31 | } | 31 | } |
32 | 32 | ||
33 | 33 | ||
@@ -76,48 +76,51 @@ configurewidget.h \ | |||
76 | viewconfigurewidget.h \ | 76 | viewconfigurewidget.h \ |
77 | viewconfigurefieldspage.h \ | 77 | viewconfigurefieldspage.h \ |
78 | viewconfigurefilterpage.h \ | 78 | viewconfigurefilterpage.h \ |
79 | typecombo.h \ | 79 | typecombo.h \ |
80 | undo.h \ | 80 | undo.h \ |
81 | undocmds.h \ | 81 | undocmds.h \ |
82 | xxportmanager.h \ | 82 | xxportmanager.h \ |
83 | xxportobject.h \ | 83 | xxportobject.h \ |
84 | xxportselectdialog.h \ | 84 | xxportselectdialog.h \ |
85 | details/detailsviewcontainer.h \ | 85 | details/detailsviewcontainer.h \ |
86 | details/look_basic.h \ | 86 | details/look_basic.h \ |
87 | details/look_html.h \ | 87 | details/look_html.h \ |
88 | views/kaddressbookiconview.h \ | 88 | views/kaddressbookiconview.h \ |
89 | views/kaddressbooktableview.h \ | 89 | views/kaddressbooktableview.h \ |
90 | views/kaddressbookcardview.h \ | 90 | views/kaddressbookcardview.h \ |
91 | views/configuretableviewdialog.h \ | 91 | views/configuretableviewdialog.h \ |
92 | views/configurecardviewdialog.h \ | 92 | views/configurecardviewdialog.h \ |
93 | views/cardview.h \ | 93 | views/cardview.h \ |
94 | views/colorlistbox.h \ | 94 | views/colorlistbox.h \ |
95 | views/contactlistview.h \ | 95 | views/contactlistview.h \ |
96 | xxport/vcard_xxport.h \ | 96 | xxport/vcard_xxport.h \ |
97 | xxport/kde2_xxport.h \ | 97 | xxport/kde2_xxport.h \ |
98 | xxport/csv_xxport.h \ | 98 | xxport/csv_xxport.h \ |
99 | xxport/csvimportdialog.h \ | 99 | xxport/csvimportdialog.h \ |
100 | xxport/opie_xxport.h \ | ||
101 | xxport/qtopia_xxport.h \ | ||
102 | xxport/sharpdtm_xxport.h \ | ||
100 | #details/look_details.h \ | 103 | #details/look_details.h \ |
101 | #mainwindoiw.h \ | 104 | #mainwindoiw.h \ |
102 | # alarmclient.h \ | 105 | # alarmclient.h \ |
103 | # calendarview.h \ | 106 | # calendarview.h \ |
104 | # customlistviewitem.h \ | 107 | # customlistviewitem.h \ |
105 | # datenavigator.h | 108 | # datenavigator.h |
106 | 109 | ||
107 | SOURCES = \ | 110 | SOURCES = \ |
108 | addresseeeditordialog.cpp \ | 111 | addresseeeditordialog.cpp \ |
109 | addresseeeditorwidget.cpp \ | 112 | addresseeeditorwidget.cpp \ |
110 | addresseditwidget.cpp \ | 113 | addresseditwidget.cpp \ |
111 | addresseeconfig.cpp \ | 114 | addresseeconfig.cpp \ |
112 | addresseeutil.cpp \ | 115 | addresseeutil.cpp \ |
113 | extensionmanager.cpp \ | 116 | extensionmanager.cpp \ |
114 | features/mergewidget.cpp \ | 117 | features/mergewidget.cpp \ |
115 | features/distributionlistwidget.cpp \ | 118 | features/distributionlistwidget.cpp \ |
116 | kcmconfigs/addresseewidget.cpp \ | 119 | kcmconfigs/addresseewidget.cpp \ |
117 | kcmconfigs/extensionconfigdialog.cpp \ | 120 | kcmconfigs/extensionconfigdialog.cpp \ |
118 | kcmconfigs/kcmkabconfig.cpp \ | 121 | kcmconfigs/kcmkabconfig.cpp \ |
119 | kcmconfigs/kabconfigwidget.cpp \ | 122 | kcmconfigs/kabconfigwidget.cpp \ |
120 | emaileditwidget.cpp \ | 123 | emaileditwidget.cpp \ |
121 | filtereditdialog.cpp \ | 124 | filtereditdialog.cpp \ |
122 | mainembedded.cpp \ | 125 | mainembedded.cpp \ |
123 | kaddressbookmain.cpp \ | 126 | kaddressbookmain.cpp \ |
@@ -139,39 +142,42 @@ addviewdialog.cpp \ | |||
139 | configurewidget.cpp \ | 142 | configurewidget.cpp \ |
140 | viewconfigurewidget.cpp \ | 143 | viewconfigurewidget.cpp \ |
141 | viewconfigurefieldspage.cpp \ | 144 | viewconfigurefieldspage.cpp \ |
142 | viewconfigurefilterpage.cpp \ | 145 | viewconfigurefilterpage.cpp \ |
143 | undo.cpp \ | 146 | undo.cpp \ |
144 | undocmds.cpp \ | 147 | undocmds.cpp \ |
145 | xxportmanager.cpp \ | 148 | xxportmanager.cpp \ |
146 | xxportobject.cpp \ | 149 | xxportobject.cpp \ |
147 | xxportselectdialog.cpp \ | 150 | xxportselectdialog.cpp \ |
148 | details/detailsviewcontainer.cpp \ | 151 | details/detailsviewcontainer.cpp \ |
149 | details/look_basic.cpp \ | 152 | details/look_basic.cpp \ |
150 | details/look_html.cpp \ | 153 | details/look_html.cpp \ |
151 | views/kaddressbookiconview.cpp \ | 154 | views/kaddressbookiconview.cpp \ |
152 | views/kaddressbooktableview.cpp \ | 155 | views/kaddressbooktableview.cpp \ |
153 | views/kaddressbookcardview.cpp \ | 156 | views/kaddressbookcardview.cpp \ |
154 | views/configuretableviewdialog.cpp \ | 157 | views/configuretableviewdialog.cpp \ |
155 | views/configurecardviewdialog.cpp \ | 158 | views/configurecardviewdialog.cpp \ |
156 | views/cardview.cpp \ | 159 | views/cardview.cpp \ |
157 | views/contactlistview.cpp \ | 160 | views/contactlistview.cpp \ |
158 | views/colorlistbox.cpp \ | 161 | views/colorlistbox.cpp \ |
159 | xxport/vcard_xxport.cpp \ | 162 | xxport/vcard_xxport.cpp \ |
160 | xxport/kde2_xxport.cpp \ | 163 | xxport/kde2_xxport.cpp \ |
161 | xxport/csv_xxport.cpp \ | 164 | xxport/csv_xxport.cpp \ |
162 | xxport/csvimportdialog.cpp \ | 165 | xxport/csvimportdialog.cpp \ |
166 | xxport/opie_xxport.cpp \ | ||
167 | xxport/qtopia_xxport.cpp \ | ||
168 | xxport/sharpdtm_xxport.cpp \ | ||
163 | #details/look_details.cpp \ | 169 | #details/look_details.cpp \ |
164 | #mainwindow.cpp \ | 170 | #mainwindow.cpp \ |
165 | # calendarview.cpp \ | 171 | # calendarview.cpp \ |
166 | # timespanview.cpp | 172 | # timespanview.cpp |
167 | 173 | ||
168 | 174 | ||
169 | 175 | ||
170 | win32: { | 176 | win32: { |
171 | HEADERS += ../outport/msoutl9.h \ | 177 | HEADERS += ../outport/msoutl9.h \ |
172 | kaimportoldialog.h | 178 | kaimportoldialog.h |
173 | 179 | ||
174 | SOURCES += ../outport/msoutl9.cpp \ | 180 | SOURCES += ../outport/msoutl9.cpp \ |
175 | kaimportoldialog.cpp | 181 | kaimportoldialog.cpp |
176 | } | 182 | } |
177 | 183 | ||