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