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