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