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