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