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