-rw-r--r-- | korganizer/korganizer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 50443ef..df8f8d7 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,217 +1,218 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC KORG_NODND | 14 | #KORG_NOPRINTER KORG_NOKABC KORG_NODND |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | staticlib: { | 18 | staticlib: { |
19 | TARGET = kopi_linux | 19 | TARGET = kopi_linux |
20 | LIBS += ../bin/libmicrokabc_qtopia.a | 20 | LIBS += ../bin/libmicrokabc_qtopia.a |
21 | LIBS += ../bin/libmicrokabc_file.a | 21 | LIBS += ../bin/libmicrokabc_file.a |
22 | LIBS += ../bin/libmicrokabc_dir.a | 22 | LIBS += ../bin/libmicrokabc_dir.a |
23 | LIBS += ../bin/libmicrokdepim.a | 23 | LIBS += ../bin/libmicrokdepim.a |
24 | LIBS += ../bin/libmicrokcal.a | 24 | LIBS += ../bin/libmicrokcal.a |
25 | LIBS += ../bin/libmicrokabc.a | 25 | LIBS += ../bin/libmicrokabc.a |
26 | LIBS += ../bin/libmicrokde.a | 26 | LIBS += ../bin/libmicrokde.a |
27 | LIBS += ../bin/libmicrokabc_qtopia.a | 27 | LIBS += ../bin/libmicrokabc_qtopia.a |
28 | LIBS += ../bin/libmicrokabc_file.a | 28 | LIBS += ../bin/libmicrokabc_file.a |
29 | LIBS += ../bin/libmicrokabc_dir.a | 29 | LIBS += ../bin/libmicrokabc_dir.a |
30 | LIBS += ../bin/libmicrokdepim.a | 30 | LIBS += ../bin/libmicrokdepim.a |
31 | LIBS += ../bin/libmicrokcal.a | 31 | LIBS += ../bin/libmicrokcal.a |
32 | LIBS += ../bin/libmicrokabc.a | 32 | LIBS += ../bin/libmicrokabc.a |
33 | LIBS += ../bin/libmicrokde.a | 33 | LIBS += ../bin/libmicrokde.a |
34 | LIBS += ../libical/lib/libical.a | 34 | LIBS += ../libical/lib/libical.a |
35 | LIBS += ../libical/lib/libicalss.a | 35 | LIBS += ../libical/lib/libicalss.a |
36 | } else { | 36 | } else { |
37 | LIBS += ../bin/libmicrokdepim.so | 37 | LIBS += ../bin/libmicrokdepim.so |
38 | LIBS += ../bin/libmicrokcal.so | 38 | LIBS += ../bin/libmicrokcal.so |
39 | LIBS += ../bin/libmicrokde.so | 39 | LIBS += ../bin/libmicrokde.so |
40 | LIBS += ../bin/libmicrokabc.so | 40 | LIBS += ../bin/libmicrokabc.so |
41 | #LIBS += -lbluetooth | 41 | #LIBS += -lbluetooth |
42 | #LIBS += -lsdp | 42 | #LIBS += -lsdp |
43 | 43 | ||
44 | #LIBS += -lldap | 44 | #LIBS += -lldap |
45 | } | 45 | } |
46 | OBJECTS_DIR = obj/unix | 46 | OBJECTS_DIR = obj/unix |
47 | MOC_DIR = moc/unix | 47 | MOC_DIR = moc/unix |
48 | } | 48 | } |
49 | win32: { | 49 | win32: { |
50 | RC_FILE = winicons.rc | 50 | RC_FILE = winicons.rc |
51 | DEFINES += _WIN32_ | 51 | DEFINES += _WIN32_ |
52 | LIBS += ../bin/microkdepim.lib | 52 | LIBS += ../bin/microkdepim.lib |
53 | LIBS += ../bin/microkcal.lib | 53 | LIBS += ../bin/microkcal.lib |
54 | LIBS += ../bin/microkde.lib | 54 | LIBS += ../bin/microkde.lib |
55 | LIBS += ../bin/microkabc.lib | 55 | LIBS += ../bin/microkabc.lib |
56 | LIBS += ../libical/lib/ical.lib | 56 | LIBS += ../libical/lib/ical.lib |
57 | LIBS += ../libical/lib/icalss.lib | 57 | LIBS += ../libical/lib/icalss.lib |
58 | #LIBS += atls.lib | 58 | #LIBS += atls.lib |
59 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 59 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
60 | OBJECTS_DIR = obj/win | 60 | OBJECTS_DIR = obj/win |
61 | MOC_DIR = moc/win | 61 | MOC_DIR = moc/win |
62 | #olimport section | 62 | #olimport section |
63 | importol: { | 63 | importol: { |
64 | debug: { | 64 | debug: { |
65 | LIBS += mfc71ud.lib | 65 | LIBS += mfc71ud.lib |
66 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 66 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
67 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 67 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
68 | } | 68 | } |
69 | release: { | 69 | release: { |
70 | LIBS += mfc71u.lib | 70 | LIBS += mfc71u.lib |
71 | } | 71 | } |
72 | DEFINES += _OL_IMPORT_ | 72 | DEFINES += _OL_IMPORT_ |
73 | 73 | ||
74 | HEADERS += ../outport/msoutl9.h \ | 74 | HEADERS += ../outport/msoutl9.h \ |
75 | koimportoldialog.h | 75 | koimportoldialog.h |
76 | 76 | ||
77 | SOURCES += ../outport/msoutl9.cpp \ | 77 | SOURCES += ../outport/msoutl9.cpp \ |
78 | koimportoldialog.cpp | 78 | koimportoldialog.cpp |
79 | #olimport section end | 79 | #olimport section end |
80 | TARGET = kopi_xp | ||
80 | } else { | 81 | } else { |
81 | TARGET = kopi_me | 82 | TARGET = kopi_me |
82 | } | 83 | } |
83 | 84 | ||
84 | } | 85 | } |
85 | 86 | ||
86 | 87 | ||
87 | INTERFACES = kofilterview_base.ui | 88 | INTERFACES = kofilterview_base.ui |
88 | #filteredit_base.ui | 89 | #filteredit_base.ui |
89 | 90 | ||
90 | # kdateedit.h \ | 91 | # kdateedit.h \ |
91 | 92 | ||
92 | HEADERS += datenavigatorcontainer.h \ | 93 | HEADERS += datenavigatorcontainer.h \ |
93 | filteredit_base.h \ | 94 | filteredit_base.h \ |
94 | alarmclient.h \ | 95 | alarmclient.h \ |
95 | calendarview.h \ | 96 | calendarview.h \ |
96 | customlistviewitem.h \ | 97 | customlistviewitem.h \ |
97 | datenavigator.h \ | 98 | datenavigator.h \ |
98 | docprefs.h \ | 99 | docprefs.h \ |
99 | filtereditdialog.h \ | 100 | filtereditdialog.h \ |
100 | incomingdialog.h \ | 101 | incomingdialog.h \ |
101 | incomingdialog_base.h \ | 102 | incomingdialog_base.h \ |
102 | interfaces/korganizer/baseview.h \ | 103 | interfaces/korganizer/baseview.h \ |
103 | interfaces/korganizer/calendarviewbase.h \ | 104 | interfaces/korganizer/calendarviewbase.h \ |
104 | journalentry.h \ | 105 | journalentry.h \ |
105 | kdatenavigator.h \ | 106 | kdatenavigator.h \ |
106 | koagenda.h \ | 107 | koagenda.h \ |
107 | koagendaitem.h \ | 108 | koagendaitem.h \ |
108 | koagendaview.h \ | 109 | koagendaview.h \ |
109 | kocounterdialog.h \ | 110 | kocounterdialog.h \ |
110 | kodaymatrix.h \ | 111 | kodaymatrix.h \ |
111 | kodialogmanager.h \ | 112 | kodialogmanager.h \ |
112 | koeditordetails.h \ | 113 | koeditordetails.h \ |
113 | koeditorgeneral.h \ | 114 | koeditorgeneral.h \ |
114 | koeditorgeneralevent.h \ | 115 | koeditorgeneralevent.h \ |
115 | koeditorgeneraltodo.h \ | 116 | koeditorgeneraltodo.h \ |
116 | koeditorrecurrence.h \ | 117 | koeditorrecurrence.h \ |
117 | koeventeditor.h \ | 118 | koeventeditor.h \ |
118 | koeventpopupmenu.h \ | 119 | koeventpopupmenu.h \ |
119 | koeventview.h \ | 120 | koeventview.h \ |
120 | koeventviewer.h \ | 121 | koeventviewer.h \ |
121 | koeventviewerdialog.h \ | 122 | koeventviewerdialog.h \ |
122 | kofilterview.h \ | 123 | kofilterview.h \ |
123 | koglobals.h \ | 124 | koglobals.h \ |
124 | koincidenceeditor.h \ | 125 | koincidenceeditor.h \ |
125 | kojournalview.h \ | 126 | kojournalview.h \ |
126 | kolistview.h \ | 127 | kolistview.h \ |
127 | kolocationbox.h \ | 128 | kolocationbox.h \ |
128 | komonthview.h \ | 129 | komonthview.h \ |
129 | koprefs.h \ | 130 | koprefs.h \ |
130 | koprefsdialog.h \ | 131 | koprefsdialog.h \ |
131 | kotimespanview.h \ | 132 | kotimespanview.h \ |
132 | kotodoeditor.h \ | 133 | kotodoeditor.h \ |
133 | kotodoview.h \ | 134 | kotodoview.h \ |
134 | kotodoviewitem.h \ | 135 | kotodoviewitem.h \ |
135 | koviewmanager.h \ | 136 | koviewmanager.h \ |
136 | kowhatsnextview.h \ | 137 | kowhatsnextview.h \ |
137 | ktimeedit.h \ | 138 | ktimeedit.h \ |
138 | lineview.h \ | 139 | lineview.h \ |
139 | mainwindow.h \ | 140 | mainwindow.h \ |
140 | navigatorbar.h \ | 141 | navigatorbar.h \ |
141 | outgoingdialog.h \ | 142 | outgoingdialog.h \ |
142 | outgoingdialog_base.h \ | 143 | outgoingdialog_base.h \ |
143 | publishdialog.h \ | 144 | publishdialog.h \ |
144 | publishdialog_base.h \ | 145 | publishdialog_base.h \ |
145 | savetemplatedialog.h \ | 146 | savetemplatedialog.h \ |
146 | searchdialog.h \ | 147 | searchdialog.h \ |
147 | statusdialog.h \ | 148 | statusdialog.h \ |
148 | timeline.h \ | 149 | timeline.h \ |
149 | timespanview.h \ | 150 | timespanview.h \ |
150 | version.h \ | 151 | version.h \ |
151 | ../kalarmd/alarmdialog.h \ | 152 | ../kalarmd/alarmdialog.h \ |
152 | 153 | ||
153 | 154 | ||
154 | SOURCES += datenavigatorcontainer.cpp \ | 155 | SOURCES += datenavigatorcontainer.cpp \ |
155 | filteredit_base.cpp \ | 156 | filteredit_base.cpp \ |
156 | calendarview.cpp \ | 157 | calendarview.cpp \ |
157 | datenavigator.cpp \ | 158 | datenavigator.cpp \ |
158 | docprefs.cpp \ | 159 | docprefs.cpp \ |
159 | filtereditdialog.cpp \ | 160 | filtereditdialog.cpp \ |
160 | incomingdialog.cpp \ | 161 | incomingdialog.cpp \ |
161 | incomingdialog_base.cpp \ | 162 | incomingdialog_base.cpp \ |
162 | journalentry.cpp \ | 163 | journalentry.cpp \ |
163 | kdatenavigator.cpp \ | 164 | kdatenavigator.cpp \ |
164 | koagenda.cpp \ | 165 | koagenda.cpp \ |
165 | koagendaitem.cpp \ | 166 | koagendaitem.cpp \ |
166 | koagendaview.cpp \ | 167 | koagendaview.cpp \ |
167 | kocounterdialog.cpp \ | 168 | kocounterdialog.cpp \ |
168 | kodaymatrix.cpp \ | 169 | kodaymatrix.cpp \ |
169 | kodialogmanager.cpp \ | 170 | kodialogmanager.cpp \ |
170 | koeditordetails.cpp \ | 171 | koeditordetails.cpp \ |
171 | koeditorgeneral.cpp \ | 172 | koeditorgeneral.cpp \ |
172 | koeditorgeneralevent.cpp \ | 173 | koeditorgeneralevent.cpp \ |
173 | koeditorgeneraltodo.cpp \ | 174 | koeditorgeneraltodo.cpp \ |
174 | koeditorrecurrence.cpp \ | 175 | koeditorrecurrence.cpp \ |
175 | koeventeditor.cpp \ | 176 | koeventeditor.cpp \ |
176 | koeventpopupmenu.cpp \ | 177 | koeventpopupmenu.cpp \ |
177 | koeventview.cpp \ | 178 | koeventview.cpp \ |
178 | koeventviewer.cpp \ | 179 | koeventviewer.cpp \ |
179 | koeventviewerdialog.cpp \ | 180 | koeventviewerdialog.cpp \ |
180 | kofilterview.cpp \ | 181 | kofilterview.cpp \ |
181 | koglobals.cpp \ | 182 | koglobals.cpp \ |
182 | koincidenceeditor.cpp \ | 183 | koincidenceeditor.cpp \ |
183 | kojournalview.cpp \ | 184 | kojournalview.cpp \ |
184 | kolistview.cpp \ | 185 | kolistview.cpp \ |
185 | kolocationbox.cpp \ | 186 | kolocationbox.cpp \ |
186 | komonthview.cpp \ | 187 | komonthview.cpp \ |
187 | koprefs.cpp \ | 188 | koprefs.cpp \ |
188 | koprefsdialog.cpp \ | 189 | koprefsdialog.cpp \ |
189 | kotimespanview.cpp \ | 190 | kotimespanview.cpp \ |
190 | kotodoeditor.cpp \ | 191 | kotodoeditor.cpp \ |
191 | kotodoview.cpp \ | 192 | kotodoview.cpp \ |
192 | kotodoviewitem.cpp \ | 193 | kotodoviewitem.cpp \ |
193 | koviewmanager.cpp \ | 194 | koviewmanager.cpp \ |
194 | kowhatsnextview.cpp \ | 195 | kowhatsnextview.cpp \ |
195 | ktimeedit.cpp \ | 196 | ktimeedit.cpp \ |
196 | lineview.cpp \ | 197 | lineview.cpp \ |
197 | main.cpp \ | 198 | main.cpp \ |
198 | mainwindow.cpp \ | 199 | mainwindow.cpp \ |
199 | navigatorbar.cpp \ | 200 | navigatorbar.cpp \ |
200 | outgoingdialog.cpp \ | 201 | outgoingdialog.cpp \ |
201 | outgoingdialog_base.cpp \ | 202 | outgoingdialog_base.cpp \ |
202 | publishdialog.cpp \ | 203 | publishdialog.cpp \ |
203 | publishdialog_base.cpp \ | 204 | publishdialog_base.cpp \ |
204 | savetemplatedialog.cpp \ | 205 | savetemplatedialog.cpp \ |
205 | searchdialog.cpp \ | 206 | searchdialog.cpp \ |
206 | statusdialog.cpp \ | 207 | statusdialog.cpp \ |
207 | timeline.cpp \ | 208 | timeline.cpp \ |
208 | timespanview.cpp \ | 209 | timespanview.cpp \ |
209 | ../kalarmd/alarmdialog.cpp | 210 | ../kalarmd/alarmdialog.cpp |
210 | 211 | ||
211 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 212 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
212 | INTERFACES += calprintdayconfig_base.ui \ | 213 | INTERFACES += calprintdayconfig_base.ui \ |
213 | calprintmonthconfig_base.ui \ | 214 | calprintmonthconfig_base.ui \ |
214 | calprinttodoconfig_base.ui \ | 215 | calprinttodoconfig_base.ui \ |
215 | calprintweekconfig_base.ui | 216 | calprintweekconfig_base.ui |
216 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 217 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
217 | 218 | ||