author | ulf69 <ulf69> | 2004-07-01 01:39:45 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-01 01:39:45 (UTC) |
commit | 94a34390c1c3f6554e171760aa250186e6c8cfc9 (patch) (unidiff) | |
tree | 766098e98b4c9073bd865d7f87e4e62496de48ce | |
parent | c381e615f02b1bc0241719701725a65be46b6326 (diff) | |
download | kdepimpi-94a34390c1c3f6554e171760aa250186e6c8cfc9.zip kdepimpi-94a34390c1c3f6554e171760aa250186e6c8cfc9.tar.gz kdepimpi-94a34390c1c3f6554e171760aa250186e6c8cfc9.tar.bz2 |
adding export-dynamic flag to allow relinkage by the opie export lib
-rw-r--r-- | kaddressbook/kaddressbookE.pro | 5 |
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,153 +1,156 @@ | |||
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 |
6 | OBJECTS_DIR = obj/$(PLATFORM) | 6 | OBJECTS_DIR = obj/$(PLATFORM) |
7 | MOC_DIR = moc/$(PLATFORM) | 7 | MOC_DIR = moc/$(PLATFORM) |
8 | DESTDIR=$(QPEDIR)/bin | 8 | DESTDIR=$(QPEDIR)/bin |
9 | 9 | ||
10 | #LFLAGS += -Wl,-export-dynamic | ||
11 | |||
10 | 12 | ||
11 | INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kdeui ../kabc ../qtcompat ../ interfaces $(QPEDIR)/include | 13 | INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kdeui ../kabc ../qtcompat ../ interfaces $(QPEDIR)/include |
12 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER | 14 | DEFINES += 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 |
16 | LIBS += -lmicrokdepim | 18 | LIBS += -lmicrokdepim |
17 | #LIBS += -lmicrokcal | 19 | #LIBS += -lmicrokcal |
18 | LIBS += -lmicrokde | 20 | LIBS += -lmicrokde |
19 | LIBS += -lmicrokcal | 21 | LIBS += -lmicrokcal |
20 | LIBS += -lmicroqtcompat | 22 | LIBS += -lmicroqtcompat |
21 | LIBS += -lmicrokabc | 23 | LIBS += -lmicrokabc |
22 | LIBS += -lqpe | 24 | LIBS += -lqpe |
23 | LIBS += -ljpeg | 25 | LIBS += -ljpeg |
24 | LIBS += $(QTOPIALIB) | 26 | #LIBS += $(QTOPIALIB) |
25 | LIBS += -L$(QPEDIR)/lib | 27 | LIBS += -L$(QPEDIR)/lib |
28 | LIBS += -Wl,-export-dynamic | ||
26 | 29 | ||
27 | INTERFACES = \ | 30 | INTERFACES = \ |
28 | # filteredit_base.ui \ | 31 | # filteredit_base.ui \ |
29 | # kofilterview_base.ui \ | 32 | # kofilterview_base.ui \ |
30 | 33 | ||
31 | HEADERS = \ | 34 | HEADERS = \ |
32 | features/mergewidget.h \ | 35 | features/mergewidget.h \ |
33 | features/distributionlistwidget.h \ | 36 | features/distributionlistwidget.h \ |
34 | kcmconfigs/addresseewidget.h \ | 37 | kcmconfigs/addresseewidget.h \ |
35 | kcmconfigs/extensionconfigdialog.h \ | 38 | kcmconfigs/extensionconfigdialog.h \ |
36 | kcmconfigs/kcmkabconfig.h \ | 39 | kcmconfigs/kcmkabconfig.h \ |
37 | kcmconfigs/kabconfigwidget.h \ | 40 | kcmconfigs/kabconfigwidget.h \ |
38 | addresseeeditordialog.h \ | 41 | addresseeeditordialog.h \ |
39 | addresseeeditorwidget.h \ | 42 | addresseeeditorwidget.h \ |
40 | addresseditwidget.h \ | 43 | addresseditwidget.h \ |
41 | addresseeconfig.h \ | 44 | addresseeconfig.h \ |
42 | addresseeutil.h \ | 45 | addresseeutil.h \ |
43 | emaileditwidget.h \ | 46 | emaileditwidget.h \ |
44 | filtereditdialog.h \ | 47 | filtereditdialog.h \ |
45 | kaddressbookmain.h \ | 48 | kaddressbookmain.h \ |
46 | kabprefs.h \ | 49 | kabprefs.h \ |
47 | kabcore.h \ | 50 | kabcore.h \ |
48 | viewmanager.h \ | 51 | viewmanager.h \ |
49 | extensionmanager.h \ | 52 | extensionmanager.h \ |
50 | extensionwidget.h \ | 53 | extensionwidget.h \ |
51 | kaddressbookview.h \ | 54 | kaddressbookview.h \ |
52 | geowidget.h \ | 55 | geowidget.h \ |
53 | imagewidget.h \ | 56 | imagewidget.h \ |
54 | incsearchwidget.h \ | 57 | incsearchwidget.h \ |
55 | jumpbuttonbar.h \ | 58 | jumpbuttonbar.h \ |
56 | phoneeditwidget.h \ | 59 | phoneeditwidget.h \ |
57 | secrecywidget.h \ | 60 | secrecywidget.h \ |
58 | keywidget.h \ | 61 | keywidget.h \ |
59 | nameeditdialog.h \ | 62 | nameeditdialog.h \ |
60 | filter.h \ | 63 | filter.h \ |
61 | addviewdialog.h \ | 64 | addviewdialog.h \ |
62 | configurewidget.h \ | 65 | configurewidget.h \ |
63 | viewconfigurewidget.h \ | 66 | viewconfigurewidget.h \ |
64 | viewconfigurefieldspage.h \ | 67 | viewconfigurefieldspage.h \ |
65 | viewconfigurefilterpage.h \ | 68 | viewconfigurefilterpage.h \ |
66 | typecombo.h \ | 69 | typecombo.h \ |
67 | undo.h \ | 70 | undo.h \ |
68 | undocmds.h \ | 71 | undocmds.h \ |
69 | xxportmanager.h \ | 72 | xxportmanager.h \ |
70 | xxportobject.h \ | 73 | xxportobject.h \ |
71 | xxportselectdialog.h \ | 74 | xxportselectdialog.h \ |
72 | details/detailsviewcontainer.h \ | 75 | details/detailsviewcontainer.h \ |
73 | details/look_basic.h \ | 76 | details/look_basic.h \ |
74 | details/look_html.h \ | 77 | details/look_html.h \ |
75 | views/kaddressbookiconview.h \ | 78 | views/kaddressbookiconview.h \ |
76 | views/kaddressbooktableview.h \ | 79 | views/kaddressbooktableview.h \ |
77 | views/kaddressbookcardview.h \ | 80 | views/kaddressbookcardview.h \ |
78 | views/configuretableviewdialog.h \ | 81 | views/configuretableviewdialog.h \ |
79 | views/configurecardviewdialog.h \ | 82 | views/configurecardviewdialog.h \ |
80 | views/cardview.h \ | 83 | views/cardview.h \ |
81 | views/colorlistbox.h \ | 84 | views/colorlistbox.h \ |
82 | views/contactlistview.h \ | 85 | views/contactlistview.h \ |
83 | xxport/vcard_xxport.h \ | 86 | xxport/vcard_xxport.h \ |
84 | xxport/kde2_xxport.h \ | 87 | xxport/kde2_xxport.h \ |
85 | xxport/csv_xxport.h \ | 88 | xxport/csv_xxport.h \ |
86 | xxport/csvimportdialog.h \ | 89 | xxport/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 | ||
94 | SOURCES = \ | 97 | SOURCES = \ |
95 | addresseeeditordialog.cpp \ | 98 | addresseeeditordialog.cpp \ |
96 | addresseeeditorwidget.cpp \ | 99 | addresseeeditorwidget.cpp \ |
97 | addresseditwidget.cpp \ | 100 | addresseditwidget.cpp \ |
98 | addresseeconfig.cpp \ | 101 | addresseeconfig.cpp \ |
99 | addresseeutil.cpp \ | 102 | addresseeutil.cpp \ |
100 | extensionmanager.cpp \ | 103 | extensionmanager.cpp \ |
101 | features/mergewidget.cpp \ | 104 | features/mergewidget.cpp \ |
102 | features/distributionlistwidget.cpp \ | 105 | features/distributionlistwidget.cpp \ |
103 | kcmconfigs/addresseewidget.cpp \ | 106 | kcmconfigs/addresseewidget.cpp \ |
104 | kcmconfigs/extensionconfigdialog.cpp \ | 107 | kcmconfigs/extensionconfigdialog.cpp \ |
105 | kcmconfigs/kcmkabconfig.cpp \ | 108 | kcmconfigs/kcmkabconfig.cpp \ |
106 | kcmconfigs/kabconfigwidget.cpp \ | 109 | kcmconfigs/kabconfigwidget.cpp \ |
107 | emaileditwidget.cpp \ | 110 | emaileditwidget.cpp \ |
108 | filtereditdialog.cpp \ | 111 | filtereditdialog.cpp \ |
109 | mainembedded.cpp \ | 112 | mainembedded.cpp \ |
110 | kaddressbookmain.cpp \ | 113 | kaddressbookmain.cpp \ |
111 | kabcore.cpp \ | 114 | kabcore.cpp \ |
112 | kabprefs.cpp \ | 115 | kabprefs.cpp \ |
113 | viewmanager.cpp \ | 116 | viewmanager.cpp \ |
114 | kaddressbookview.cpp \ | 117 | kaddressbookview.cpp \ |
115 | extensionwidget.cpp \ | 118 | extensionwidget.cpp \ |
116 | geowidget.cpp \ | 119 | geowidget.cpp \ |
117 | imagewidget.cpp \ | 120 | imagewidget.cpp \ |
118 | incsearchwidget.cpp \ | 121 | incsearchwidget.cpp \ |
119 | jumpbuttonbar.cpp \ | 122 | jumpbuttonbar.cpp \ |
120 | phoneeditwidget.cpp \ | 123 | phoneeditwidget.cpp \ |
121 | secrecywidget.cpp \ | 124 | secrecywidget.cpp \ |
122 | keywidget.cpp \ | 125 | keywidget.cpp \ |
123 | nameeditdialog.cpp \ | 126 | nameeditdialog.cpp \ |
124 | filter.cpp \ | 127 | filter.cpp \ |
125 | addviewdialog.cpp \ | 128 | addviewdialog.cpp \ |
126 | configurewidget.cpp \ | 129 | configurewidget.cpp \ |
127 | viewconfigurewidget.cpp \ | 130 | viewconfigurewidget.cpp \ |
128 | viewconfigurefieldspage.cpp \ | 131 | viewconfigurefieldspage.cpp \ |
129 | viewconfigurefilterpage.cpp \ | 132 | viewconfigurefilterpage.cpp \ |
130 | undo.cpp \ | 133 | undo.cpp \ |
131 | undocmds.cpp \ | 134 | undocmds.cpp \ |
132 | xxportmanager.cpp \ | 135 | xxportmanager.cpp \ |
133 | xxportobject.cpp \ | 136 | xxportobject.cpp \ |
134 | xxportselectdialog.cpp \ | 137 | xxportselectdialog.cpp \ |
135 | details/detailsviewcontainer.cpp \ | 138 | details/detailsviewcontainer.cpp \ |
136 | details/look_basic.cpp \ | 139 | details/look_basic.cpp \ |
137 | details/look_html.cpp \ | 140 | details/look_html.cpp \ |
138 | views/kaddressbookiconview.cpp \ | 141 | views/kaddressbookiconview.cpp \ |
139 | views/kaddressbooktableview.cpp \ | 142 | views/kaddressbooktableview.cpp \ |
140 | views/kaddressbookcardview.cpp \ | 143 | views/kaddressbookcardview.cpp \ |
141 | views/configuretableviewdialog.cpp \ | 144 | views/configuretableviewdialog.cpp \ |
142 | views/configurecardviewdialog.cpp \ | 145 | views/configurecardviewdialog.cpp \ |
143 | views/cardview.cpp \ | 146 | views/cardview.cpp \ |
144 | views/contactlistview.cpp \ | 147 | views/contactlistview.cpp \ |
145 | views/colorlistbox.cpp \ | 148 | views/colorlistbox.cpp \ |
146 | xxport/vcard_xxport.cpp \ | 149 | xxport/vcard_xxport.cpp \ |
147 | xxport/kde2_xxport.cpp \ | 150 | xxport/kde2_xxport.cpp \ |
148 | xxport/csv_xxport.cpp \ | 151 | xxport/csv_xxport.cpp \ |
149 | xxport/csvimportdialog.cpp \ | 152 | xxport/csvimportdialog.cpp \ |
150 | #details/look_details.cpp \ | 153 | #details/look_details.cpp \ |
151 | #mainwindow.cpp \ | 154 | #mainwindow.cpp \ |
152 | # calendarview.cpp \ | 155 | # calendarview.cpp \ |
153 | # timespanview.cpp | 156 | # timespanview.cpp |