summaryrefslogtreecommitdiffabout
path: root/kaddressbook
Unidiff
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbook.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro
index e73de06..2534835 100644
--- a/kaddressbook/kaddressbook.pro
+++ b/kaddressbook/kaddressbook.pro
@@ -1,177 +1,187 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3 TARGET = kapi 3 TARGET = kapi
4DESTDIR= ../bin 4DESTDIR= ../bin
5 5
6include( ../variables.pri ) 6include( ../variables.pri )
7 7
8 8
9INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces 9INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces
10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION 10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION
11 11
12unix : { 12unix : {
13
14staticlib: {
15LIBS += ../bin/libmicrokdepim.a
16LIBS += ../bin/libmicrokcal.a
17LIBS += ../bin/libmicrokabc.a
18LIBS += ../bin/libmicrokde.a
19LIBS += ../libical/lib/libical.a
20LIBS += ../libical/lib/libicalss.a
21} else {
13LIBS += ../bin/libmicrokdepim.so 22LIBS += ../bin/libmicrokdepim.so
14LIBS += ../bin/libmicrokde.so 23LIBS += ../bin/libmicrokde.so
15LIBS += ../bin/libmicrokabc.so 24LIBS += ../bin/libmicrokabc.so
16LIBS += ../bin/libmicrokcal.so 25LIBS += ../bin/libmicrokcal.so
17#LIBS += -lldap 26#LIBS += -lldap
27}
18OBJECTS_DIR = obj/unix 28OBJECTS_DIR = obj/unix
19MOC_DIR = moc/unix 29MOC_DIR = moc/unix
20} 30}
21win32: { 31win32: {
22RC_FILE = winicons.rc 32RC_FILE = winicons.rc
23DEFINES += _WIN32_ 33DEFINES += _WIN32_
24LIBS += ../bin/microkdepim.lib 34LIBS += ../bin/microkdepim.lib
25LIBS += ../bin/microkcal.lib 35LIBS += ../bin/microkcal.lib
26LIBS += ../bin/microkde.lib 36LIBS += ../bin/microkde.lib
27LIBS += ../bin/microkabc.lib 37LIBS += ../bin/microkabc.lib
28QMAKE_LINK += /NODEFAULTLIB:LIBC 38QMAKE_LINK += /NODEFAULTLIB:LIBC
29OBJECTS_DIR = obj/win 39OBJECTS_DIR = obj/win
30MOC_DIR = moc/win 40MOC_DIR = moc/win
31#olimport section 41#olimport section
32#blabla: { 42#blabla: {
33 43
34LIBS += mfc71u.lib 44LIBS += mfc71u.lib
35DEFINES += _OL_IMPORT_ 45DEFINES += _OL_IMPORT_
36HEADERS = ../outport/msoutl9.h \ 46HEADERS = ../outport/msoutl9.h \
37 kaimportoldialog.h 47 kaimportoldialog.h
38SOURCES = ../outport/msoutl9.cpp \ 48SOURCES = ../outport/msoutl9.cpp \
39 kaimportoldialog.cpp 49 kaimportoldialog.cpp
40#} 50#}
41#olimport section end 51#olimport section end
42} 52}
43 53
44INTERFACES = \ 54INTERFACES = \
45# filteredit_base.ui \ 55# filteredit_base.ui \
46# kofilterview_base.ui \ 56# kofilterview_base.ui \
47 57
48HEADERS += \ 58HEADERS += \
49features/mergewidget.h \ 59features/mergewidget.h \
50features/distributionlistwidget.h \ 60features/distributionlistwidget.h \
51kcmconfigs/addresseewidget.h \ 61kcmconfigs/addresseewidget.h \
52kcmconfigs/extensionconfigdialog.h \ 62kcmconfigs/extensionconfigdialog.h \
53kcmconfigs/kcmkabconfig.h \ 63kcmconfigs/kcmkabconfig.h \
54kcmconfigs/kabconfigwidget.h \ 64kcmconfigs/kabconfigwidget.h \
55addresseeeditordialog.h \ 65addresseeeditordialog.h \
56addresseeeditorwidget.h \ 66addresseeeditorwidget.h \
57addresseditwidget.h \ 67addresseditwidget.h \
58addresseeconfig.h \ 68addresseeconfig.h \
59addresseeutil.h \ 69addresseeutil.h \
60emaileditwidget.h \ 70emaileditwidget.h \
61filtereditdialog.h \ 71filtereditdialog.h \
62kaddressbookmain.h \ 72kaddressbookmain.h \
63kabprefs.h \ 73kabprefs.h \
64kabcore.h \ 74kabcore.h \
65viewmanager.h \ 75viewmanager.h \
66extensionmanager.h \ 76extensionmanager.h \
67extensionwidget.h \ 77extensionwidget.h \
68kaddressbookview.h \ 78kaddressbookview.h \
69geowidget.h \ 79geowidget.h \
70imagewidget.h \ 80imagewidget.h \
71incsearchwidget.h \ 81incsearchwidget.h \
72jumpbuttonbar.h \ 82jumpbuttonbar.h \
73phoneeditwidget.h \ 83phoneeditwidget.h \
74secrecywidget.h \ 84secrecywidget.h \
75keywidget.h \ 85keywidget.h \
76nameeditdialog.h \ 86nameeditdialog.h \
77filter.h \ 87filter.h \
78addviewdialog.h \ 88addviewdialog.h \
79configurewidget.h \ 89configurewidget.h \
80viewconfigurewidget.h \ 90viewconfigurewidget.h \
81viewconfigurefieldspage.h \ 91viewconfigurefieldspage.h \
82viewconfigurefilterpage.h \ 92viewconfigurefilterpage.h \
83typecombo.h \ 93typecombo.h \
84undo.h \ 94undo.h \
85undocmds.h \ 95undocmds.h \
86xxportmanager.h \ 96xxportmanager.h \
87xxportobject.h \ 97xxportobject.h \
88xxportselectdialog.h \ 98xxportselectdialog.h \
89details/detailsviewcontainer.h \ 99details/detailsviewcontainer.h \
90details/look_basic.h \ 100details/look_basic.h \
91details/look_html.h \ 101details/look_html.h \
92views/kaddressbookiconview.h \ 102views/kaddressbookiconview.h \
93views/kaddressbooktableview.h \ 103views/kaddressbooktableview.h \
94views/kaddressbookcardview.h \ 104views/kaddressbookcardview.h \
95views/configuretableviewdialog.h \ 105views/configuretableviewdialog.h \
96views/configurecardviewdialog.h \ 106views/configurecardviewdialog.h \
97views/cardview.h \ 107views/cardview.h \
98views/colorlistbox.h \ 108views/colorlistbox.h \
99views/contactlistview.h \ 109views/contactlistview.h \
100xxport/vcard_xxport.h \ 110xxport/vcard_xxport.h \
101xxport/kde2_xxport.h \ 111xxport/kde2_xxport.h \
102xxport/csv_xxport.h \ 112xxport/csv_xxport.h \
103xxport/csvimportdialog.h \ 113xxport/csvimportdialog.h \
104xxport/opie_xxport.h \ 114xxport/opie_xxport.h \
105xxport/qtopia_xxport.h \ 115xxport/qtopia_xxport.h \
106xxport/sharpdtm_xxport.h \ 116xxport/sharpdtm_xxport.h \
107#details/look_details.h \ 117#details/look_details.h \
108#mainwindoiw.h \ 118#mainwindoiw.h \
109# alarmclient.h \ 119# alarmclient.h \
110# calendarview.h \ 120# calendarview.h \
111# customlistviewitem.h \ 121# customlistviewitem.h \
112# datenavigator.h 122# datenavigator.h
113 123
114SOURCES += \ 124SOURCES += \
115addresseeeditordialog.cpp \ 125addresseeeditordialog.cpp \
116addresseeeditorwidget.cpp \ 126addresseeeditorwidget.cpp \
117addresseditwidget.cpp \ 127addresseditwidget.cpp \
118addresseeconfig.cpp \ 128addresseeconfig.cpp \
119addresseeutil.cpp \ 129addresseeutil.cpp \
120extensionmanager.cpp \ 130extensionmanager.cpp \
121features/mergewidget.cpp \ 131features/mergewidget.cpp \
122features/distributionlistwidget.cpp \ 132features/distributionlistwidget.cpp \
123kcmconfigs/addresseewidget.cpp \ 133kcmconfigs/addresseewidget.cpp \
124kcmconfigs/extensionconfigdialog.cpp \ 134kcmconfigs/extensionconfigdialog.cpp \
125kcmconfigs/kcmkabconfig.cpp \ 135kcmconfigs/kcmkabconfig.cpp \
126kcmconfigs/kabconfigwidget.cpp \ 136kcmconfigs/kabconfigwidget.cpp \
127emaileditwidget.cpp \ 137emaileditwidget.cpp \
128filtereditdialog.cpp \ 138filtereditdialog.cpp \
129mainembedded.cpp \ 139mainembedded.cpp \
130kaddressbookmain.cpp \ 140kaddressbookmain.cpp \
131kabcore.cpp \ 141kabcore.cpp \
132kabprefs.cpp \ 142kabprefs.cpp \
133viewmanager.cpp \ 143viewmanager.cpp \
134kaddressbookview.cpp \ 144kaddressbookview.cpp \
135extensionwidget.cpp \ 145extensionwidget.cpp \
136geowidget.cpp \ 146geowidget.cpp \
137imagewidget.cpp \ 147imagewidget.cpp \
138incsearchwidget.cpp \ 148incsearchwidget.cpp \
139jumpbuttonbar.cpp \ 149jumpbuttonbar.cpp \
140phoneeditwidget.cpp \ 150phoneeditwidget.cpp \
141secrecywidget.cpp \ 151secrecywidget.cpp \
142keywidget.cpp \ 152keywidget.cpp \
143nameeditdialog.cpp \ 153nameeditdialog.cpp \
144filter.cpp \ 154filter.cpp \
145addviewdialog.cpp \ 155addviewdialog.cpp \
146configurewidget.cpp \ 156configurewidget.cpp \
147viewconfigurewidget.cpp \ 157viewconfigurewidget.cpp \
148viewconfigurefieldspage.cpp \ 158viewconfigurefieldspage.cpp \
149viewconfigurefilterpage.cpp \ 159viewconfigurefilterpage.cpp \
150undo.cpp \ 160undo.cpp \
151undocmds.cpp \ 161undocmds.cpp \
152xxportmanager.cpp \ 162xxportmanager.cpp \
153xxportobject.cpp \ 163xxportobject.cpp \
154xxportselectdialog.cpp \ 164xxportselectdialog.cpp \
155details/detailsviewcontainer.cpp \ 165details/detailsviewcontainer.cpp \
156details/look_basic.cpp \ 166details/look_basic.cpp \
157details/look_html.cpp \ 167details/look_html.cpp \
158views/kaddressbookiconview.cpp \ 168views/kaddressbookiconview.cpp \
159views/kaddressbooktableview.cpp \ 169views/kaddressbooktableview.cpp \
160views/kaddressbookcardview.cpp \ 170views/kaddressbookcardview.cpp \
161views/configuretableviewdialog.cpp \ 171views/configuretableviewdialog.cpp \
162views/configurecardviewdialog.cpp \ 172views/configurecardviewdialog.cpp \
163views/cardview.cpp \ 173views/cardview.cpp \
164views/contactlistview.cpp \ 174views/contactlistview.cpp \
165views/colorlistbox.cpp \ 175views/colorlistbox.cpp \
166xxport/vcard_xxport.cpp \ 176xxport/vcard_xxport.cpp \
167xxport/kde2_xxport.cpp \ 177xxport/kde2_xxport.cpp \
168xxport/csv_xxport.cpp \ 178xxport/csv_xxport.cpp \
169xxport/csvimportdialog.cpp \ 179xxport/csvimportdialog.cpp \
170xxport/opie_xxport.cpp \ 180xxport/opie_xxport.cpp \
171xxport/qtopia_xxport.cpp \ 181xxport/qtopia_xxport.cpp \
172xxport/sharpdtm_xxport.cpp \ 182xxport/sharpdtm_xxport.cpp \
173#details/look_details.cpp \ 183#details/look_details.cpp \
174#mainwindow.cpp \ 184#mainwindow.cpp \
175# calendarview.cpp \ 185# calendarview.cpp \
176# timespanview.cpp 186# timespanview.cpp
177 187