summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbookE.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/kaddressbook/kaddressbookE.pro b/kaddressbook/kaddressbookE.pro
index 577dbf9..3e1a3d4 100644
--- a/kaddressbook/kaddressbookE.pro
+++ b/kaddressbook/kaddressbookE.pro
@@ -1,121 +1,124 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 3
4 4
5 TARGET = kapi 5 TARGET = kapi
6OBJECTS_DIR = obj/$(PLATFORM) 6OBJECTS_DIR = obj/$(PLATFORM)
7MOC_DIR = moc/$(PLATFORM) 7MOC_DIR = moc/$(PLATFORM)
8DESTDIR=$(QPEDIR)/bin 8DESTDIR=$(QPEDIR)/bin
9 9
10#LFLAGS += -Wl,-export-dynamic
11
10 12
11INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kdeui ../kabc ../qtcompat ../ interfaces $(QPEDIR)/include 13INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kdeui ../kabc ../qtcompat ../ interfaces $(QPEDIR)/include
12DEFINES += KAB_EMBEDDED KAB_NOSPLITTER 14DEFINES += KAB_EMBEDDED KAB_NOSPLITTER
13#DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOKABC KORG_NOARCHIVE KORG_NOMAIL 15#DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOKABC KORG_NOARCHIVE KORG_NOMAIL
14#DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER 16#DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER
15#DEFINES += KORG_NOLVALTERNATION 17#DEFINES += KORG_NOLVALTERNATION
16LIBS += -lmicrokdepim 18LIBS += -lmicrokdepim
17#LIBS += -lmicrokcal 19#LIBS += -lmicrokcal
18LIBS += -lmicrokde 20LIBS += -lmicrokde
19LIBS += -lmicrokcal 21LIBS += -lmicrokcal
20LIBS += -lmicroqtcompat 22LIBS += -lmicroqtcompat
21LIBS += -lmicrokabc 23LIBS += -lmicrokabc
22LIBS += -lqpe 24LIBS += -lqpe
23LIBS += -ljpeg 25LIBS += -ljpeg
24LIBS += $(QTOPIALIB) 26#LIBS += $(QTOPIALIB)
25LIBS += -L$(QPEDIR)/lib 27LIBS += -L$(QPEDIR)/lib
28LIBS += -Wl,-export-dynamic
26 29
27INTERFACES = \ 30INTERFACES = \
28# filteredit_base.ui \ 31# filteredit_base.ui \
29# kofilterview_base.ui \ 32# kofilterview_base.ui \
30 33
31HEADERS = \ 34HEADERS = \
32features/mergewidget.h \ 35features/mergewidget.h \
33features/distributionlistwidget.h \ 36features/distributionlistwidget.h \
34kcmconfigs/addresseewidget.h \ 37kcmconfigs/addresseewidget.h \
35kcmconfigs/extensionconfigdialog.h \ 38kcmconfigs/extensionconfigdialog.h \
36kcmconfigs/kcmkabconfig.h \ 39kcmconfigs/kcmkabconfig.h \
37kcmconfigs/kabconfigwidget.h \ 40kcmconfigs/kabconfigwidget.h \
38addresseeeditordialog.h \ 41addresseeeditordialog.h \
39addresseeeditorwidget.h \ 42addresseeeditorwidget.h \
40addresseditwidget.h \ 43addresseditwidget.h \
41addresseeconfig.h \ 44addresseeconfig.h \
42addresseeutil.h \ 45addresseeutil.h \
43emaileditwidget.h \ 46emaileditwidget.h \
44filtereditdialog.h \ 47filtereditdialog.h \
45kaddressbookmain.h \ 48kaddressbookmain.h \
46kabprefs.h \ 49kabprefs.h \
47kabcore.h \ 50kabcore.h \
48viewmanager.h \ 51viewmanager.h \
49extensionmanager.h \ 52extensionmanager.h \
50extensionwidget.h \ 53extensionwidget.h \
51kaddressbookview.h \ 54kaddressbookview.h \
52geowidget.h \ 55geowidget.h \
53imagewidget.h \ 56imagewidget.h \
54incsearchwidget.h \ 57incsearchwidget.h \
55jumpbuttonbar.h \ 58jumpbuttonbar.h \
56phoneeditwidget.h \ 59phoneeditwidget.h \
57secrecywidget.h \ 60secrecywidget.h \
58keywidget.h \ 61keywidget.h \
59nameeditdialog.h \ 62nameeditdialog.h \
60filter.h \ 63filter.h \
61addviewdialog.h \ 64addviewdialog.h \
62configurewidget.h \ 65configurewidget.h \
63viewconfigurewidget.h \ 66viewconfigurewidget.h \
64viewconfigurefieldspage.h \ 67viewconfigurefieldspage.h \
65viewconfigurefilterpage.h \ 68viewconfigurefilterpage.h \
66typecombo.h \ 69typecombo.h \
67undo.h \ 70undo.h \
68undocmds.h \ 71undocmds.h \
69xxportmanager.h \ 72xxportmanager.h \
70xxportobject.h \ 73xxportobject.h \
71xxportselectdialog.h \ 74xxportselectdialog.h \
72details/detailsviewcontainer.h \ 75details/detailsviewcontainer.h \
73details/look_basic.h \ 76details/look_basic.h \
74details/look_html.h \ 77details/look_html.h \
75views/kaddressbookiconview.h \ 78views/kaddressbookiconview.h \
76views/kaddressbooktableview.h \ 79views/kaddressbooktableview.h \
77views/kaddressbookcardview.h \ 80views/kaddressbookcardview.h \
78views/configuretableviewdialog.h \ 81views/configuretableviewdialog.h \
79views/configurecardviewdialog.h \ 82views/configurecardviewdialog.h \
80views/cardview.h \ 83views/cardview.h \
81views/colorlistbox.h \ 84views/colorlistbox.h \
82views/contactlistview.h \ 85views/contactlistview.h \
83xxport/vcard_xxport.h \ 86xxport/vcard_xxport.h \
84xxport/kde2_xxport.h \ 87xxport/kde2_xxport.h \
85xxport/csv_xxport.h \ 88xxport/csv_xxport.h \
86xxport/csvimportdialog.h \ 89xxport/csvimportdialog.h \
87#details/look_details.h \ 90#details/look_details.h \
88#mainwindoiw.h \ 91#mainwindoiw.h \
89# alarmclient.h \ 92# alarmclient.h \
90# calendarview.h \ 93# calendarview.h \
91# customlistviewitem.h \ 94# customlistviewitem.h \
92# datenavigator.h 95# datenavigator.h
93 96
94SOURCES = \ 97SOURCES = \
95addresseeeditordialog.cpp \ 98addresseeeditordialog.cpp \
96addresseeeditorwidget.cpp \ 99addresseeeditorwidget.cpp \
97addresseditwidget.cpp \ 100addresseditwidget.cpp \
98addresseeconfig.cpp \ 101addresseeconfig.cpp \
99addresseeutil.cpp \ 102addresseeutil.cpp \
100extensionmanager.cpp \ 103extensionmanager.cpp \
101features/mergewidget.cpp \ 104features/mergewidget.cpp \
102features/distributionlistwidget.cpp \ 105features/distributionlistwidget.cpp \
103kcmconfigs/addresseewidget.cpp \ 106kcmconfigs/addresseewidget.cpp \
104kcmconfigs/extensionconfigdialog.cpp \ 107kcmconfigs/extensionconfigdialog.cpp \
105kcmconfigs/kcmkabconfig.cpp \ 108kcmconfigs/kcmkabconfig.cpp \
106kcmconfigs/kabconfigwidget.cpp \ 109kcmconfigs/kabconfigwidget.cpp \
107emaileditwidget.cpp \ 110emaileditwidget.cpp \
108filtereditdialog.cpp \ 111filtereditdialog.cpp \
109mainembedded.cpp \ 112mainembedded.cpp \
110kaddressbookmain.cpp \ 113kaddressbookmain.cpp \
111kabcore.cpp \ 114kabcore.cpp \
112kabprefs.cpp \ 115kabprefs.cpp \
113viewmanager.cpp \ 116viewmanager.cpp \
114kaddressbookview.cpp \ 117kaddressbookview.cpp \
115extensionwidget.cpp \ 118extensionwidget.cpp \
116geowidget.cpp \ 119geowidget.cpp \
117imagewidget.cpp \ 120imagewidget.cpp \
118incsearchwidget.cpp \ 121incsearchwidget.cpp \
119jumpbuttonbar.cpp \ 122jumpbuttonbar.cpp \
120phoneeditwidget.cpp \ 123phoneeditwidget.cpp \
121secrecywidget.cpp \ 124secrecywidget.cpp \