summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbook.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro
index fec2341..b57317f 100644
--- a/kaddressbook/kaddressbook.pro
+++ b/kaddressbook/kaddressbook.pro
@@ -1,147 +1,144 @@
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 : {
13LIBS += ../bin/libmicrokdepim.so 13LIBS += ../bin/libmicrokdepim.so
14LIBS += ../bin/libmicrokde.so 14LIBS += ../bin/libmicrokde.so
15LIBS += ../bin/libmicrokabc.so 15LIBS += ../bin/libmicrokabc.so
16LIBS += ../bin/libmicrokcal.so 16LIBS += ../bin/libmicrokcal.so
17LIBS += ../bin/libmicrogammu.so
18LIBS += -lbluetooth
19LIBS += -lsdp
20LIBS += -lldap 17LIBS += -lldap
21OBJECTS_DIR = obj/unix 18OBJECTS_DIR = obj/unix
22MOC_DIR = moc/unix 19MOC_DIR = moc/unix
23} 20}
24win32: { 21win32: {
25DEFINES += _WIN32_ 22DEFINES += _WIN32_
26LIBS += ../bin/microkdepim.lib 23LIBS += ../bin/microkdepim.lib
27LIBS += ../bin/microkcal.lib 24LIBS += ../bin/microkcal.lib
28LIBS += ../bin/microkde.lib 25LIBS += ../bin/microkde.lib
29LIBS += ../bin/microkabc.lib 26LIBS += ../bin/microkabc.lib
30QMAKE_LINK += /NODEFAULTLIB:LIBC 27QMAKE_LINK += /NODEFAULTLIB:LIBC
31OBJECTS_DIR = obj/win 28OBJECTS_DIR = obj/win
32MOC_DIR = moc/win 29MOC_DIR = moc/win
33LIBS += mfc71u.lib 30LIBS += mfc71u.lib
34} 31}
35 32
36 33
37 34
38 35
39 36
40 37
41 38
42 39
43INTERFACES = \ 40INTERFACES = \
44# filteredit_base.ui \ 41# filteredit_base.ui \
45# kofilterview_base.ui \ 42# kofilterview_base.ui \
46 43
47HEADERS = \ 44HEADERS = \
48features/mergewidget.h \ 45features/mergewidget.h \
49features/distributionlistwidget.h \ 46features/distributionlistwidget.h \
50kcmconfigs/addresseewidget.h \ 47kcmconfigs/addresseewidget.h \
51kcmconfigs/extensionconfigdialog.h \ 48kcmconfigs/extensionconfigdialog.h \
52kcmconfigs/kcmkabconfig.h \ 49kcmconfigs/kcmkabconfig.h \
53kcmconfigs/kabconfigwidget.h \ 50kcmconfigs/kabconfigwidget.h \
54addresseeeditordialog.h \ 51addresseeeditordialog.h \
55addresseeeditorwidget.h \ 52addresseeeditorwidget.h \
56addresseditwidget.h \ 53addresseditwidget.h \
57addresseeconfig.h \ 54addresseeconfig.h \
58addresseeutil.h \ 55addresseeutil.h \
59emaileditwidget.h \ 56emaileditwidget.h \
60filtereditdialog.h \ 57filtereditdialog.h \
61kaddressbookmain.h \ 58kaddressbookmain.h \
62kabprefs.h \ 59kabprefs.h \
63kabcore.h \ 60kabcore.h \
64viewmanager.h \ 61viewmanager.h \
65extensionmanager.h \ 62extensionmanager.h \
66extensionwidget.h \ 63extensionwidget.h \
67kaddressbookview.h \ 64kaddressbookview.h \
68geowidget.h \ 65geowidget.h \
69imagewidget.h \ 66imagewidget.h \
70incsearchwidget.h \ 67incsearchwidget.h \
71jumpbuttonbar.h \ 68jumpbuttonbar.h \
72phoneeditwidget.h \ 69phoneeditwidget.h \
73secrecywidget.h \ 70secrecywidget.h \
74keywidget.h \ 71keywidget.h \
75nameeditdialog.h \ 72nameeditdialog.h \
76filter.h \ 73filter.h \
77addviewdialog.h \ 74addviewdialog.h \
78configurewidget.h \ 75configurewidget.h \
79viewconfigurewidget.h \ 76viewconfigurewidget.h \
80viewconfigurefieldspage.h \ 77viewconfigurefieldspage.h \
81viewconfigurefilterpage.h \ 78viewconfigurefilterpage.h \
82typecombo.h \ 79typecombo.h \
83undo.h \ 80undo.h \
84undocmds.h \ 81undocmds.h \
85xxportmanager.h \ 82xxportmanager.h \
86xxportobject.h \ 83xxportobject.h \
87xxportselectdialog.h \ 84xxportselectdialog.h \
88details/detailsviewcontainer.h \ 85details/detailsviewcontainer.h \
89details/look_basic.h \ 86details/look_basic.h \
90details/look_html.h \ 87details/look_html.h \
91views/kaddressbookiconview.h \ 88views/kaddressbookiconview.h \
92views/kaddressbooktableview.h \ 89views/kaddressbooktableview.h \
93views/kaddressbookcardview.h \ 90views/kaddressbookcardview.h \
94views/configuretableviewdialog.h \ 91views/configuretableviewdialog.h \
95views/configurecardviewdialog.h \ 92views/configurecardviewdialog.h \
96views/cardview.h \ 93views/cardview.h \
97views/colorlistbox.h \ 94views/colorlistbox.h \
98views/contactlistview.h \ 95views/contactlistview.h \
99xxport/vcard_xxport.h \ 96xxport/vcard_xxport.h \
100xxport/kde2_xxport.h \ 97xxport/kde2_xxport.h \
101xxport/csv_xxport.h \ 98xxport/csv_xxport.h \
102xxport/csvimportdialog.h \ 99xxport/csvimportdialog.h \
103xxport/opie_xxport.h \ 100xxport/opie_xxport.h \
104xxport/qtopia_xxport.h \ 101xxport/qtopia_xxport.h \
105xxport/sharpdtm_xxport.h \ 102xxport/sharpdtm_xxport.h \
106#details/look_details.h \ 103#details/look_details.h \
107#mainwindoiw.h \ 104#mainwindoiw.h \
108# alarmclient.h \ 105# alarmclient.h \
109# calendarview.h \ 106# calendarview.h \
110# customlistviewitem.h \ 107# customlistviewitem.h \
111# datenavigator.h 108# datenavigator.h
112 109
113SOURCES = \ 110SOURCES = \
114addresseeeditordialog.cpp \ 111addresseeeditordialog.cpp \
115addresseeeditorwidget.cpp \ 112addresseeeditorwidget.cpp \
116addresseditwidget.cpp \ 113addresseditwidget.cpp \
117addresseeconfig.cpp \ 114addresseeconfig.cpp \
118addresseeutil.cpp \ 115addresseeutil.cpp \
119extensionmanager.cpp \ 116extensionmanager.cpp \
120features/mergewidget.cpp \ 117features/mergewidget.cpp \
121features/distributionlistwidget.cpp \ 118features/distributionlistwidget.cpp \
122kcmconfigs/addresseewidget.cpp \ 119kcmconfigs/addresseewidget.cpp \
123kcmconfigs/extensionconfigdialog.cpp \ 120kcmconfigs/extensionconfigdialog.cpp \
124kcmconfigs/kcmkabconfig.cpp \ 121kcmconfigs/kcmkabconfig.cpp \
125kcmconfigs/kabconfigwidget.cpp \ 122kcmconfigs/kabconfigwidget.cpp \
126emaileditwidget.cpp \ 123emaileditwidget.cpp \
127filtereditdialog.cpp \ 124filtereditdialog.cpp \
128mainembedded.cpp \ 125mainembedded.cpp \
129kaddressbookmain.cpp \ 126kaddressbookmain.cpp \
130kabcore.cpp \ 127kabcore.cpp \
131kabprefs.cpp \ 128kabprefs.cpp \
132viewmanager.cpp \ 129viewmanager.cpp \
133kaddressbookview.cpp \ 130kaddressbookview.cpp \
134extensionwidget.cpp \ 131extensionwidget.cpp \
135geowidget.cpp \ 132geowidget.cpp \
136imagewidget.cpp \ 133imagewidget.cpp \
137incsearchwidget.cpp \ 134incsearchwidget.cpp \
138jumpbuttonbar.cpp \ 135jumpbuttonbar.cpp \
139phoneeditwidget.cpp \ 136phoneeditwidget.cpp \
140secrecywidget.cpp \ 137secrecywidget.cpp \
141keywidget.cpp \ 138keywidget.cpp \
142nameeditdialog.cpp \ 139nameeditdialog.cpp \
143filter.cpp \ 140filter.cpp \
144addviewdialog.cpp \ 141addviewdialog.cpp \
145configurewidget.cpp \ 142configurewidget.cpp \
146viewconfigurewidget.cpp \ 143viewconfigurewidget.cpp \
147viewconfigurefieldspage.cpp \ 144viewconfigurefieldspage.cpp \