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