author | ulf69 <ulf69> | 2004-07-19 22:22:11 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-19 22:22:11 (UTC) |
commit | 43c7ee98c326979a9d78783dd574bcde3fa06e52 (patch) (unidiff) | |
tree | b38426f23afc708e75c2f448e71ed96368e16d6d | |
parent | 4aa77b41b68be47609223370a73d3da81d8da9d9 (diff) | |
download | kdepimpi-43c7ee98c326979a9d78783dd574bcde3fa06e52.zip kdepimpi-43c7ee98c326979a9d78783dd574bcde3fa06e52.tar.gz kdepimpi-43c7ee98c326979a9d78783dd574bcde3fa06e52.tar.bz2 |
kdirwatch is now available in microkde/kio/kio
-rw-r--r-- | korganizer/korganizer.pro | 2 |
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 |
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 | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND 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 | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | LIBS += -lldap | 22 | LIBS += -lldap |
23 | OBJECTS_DIR = obj/unix | 23 | OBJECTS_DIR = obj/unix |
24 | MOC_DIR = moc/unix | 24 | MOC_DIR = moc/unix |
25 | } | 25 | } |
26 | win32: { | 26 | win32: { |
27 | DEFINES += _WIN32_ | 27 | DEFINES += _WIN32_ |
28 | LIBS += ../bin/microkdepim.lib | 28 | LIBS += ../bin/microkdepim.lib |
29 | LIBS += ../bin/microkcal.lib | 29 | LIBS += ../bin/microkcal.lib |
30 | LIBS += ../bin/microkde.lib | 30 | LIBS += ../bin/microkde.lib |
31 | LIBS += ../bin/microkabc.lib | 31 | LIBS += ../bin/microkabc.lib |
32 | LIBS += ../libical/lib/ical.lib | 32 | LIBS += ../libical/lib/ical.lib |
33 | LIBS += ../libical/lib/icalss.lib | 33 | LIBS += ../libical/lib/icalss.lib |
34 | #LIBS += atls.lib | 34 | #LIBS += atls.lib |
35 | LIBS += mfc71u.lib | 35 | LIBS += mfc71u.lib |
36 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 36 | QMAKE_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 |
39 | OBJECTS_DIR = obj/win | 39 | OBJECTS_DIR = obj/win |
40 | MOC_DIR = moc/win | 40 | MOC_DIR = moc/win |
41 | } | 41 | } |
42 | 42 | ||
43 | 43 | ||
44 | INTERFACES = kofilterview_base.ui | 44 | INTERFACES = kofilterview_base.ui |
45 | # filteredit_base.ui | 45 | # filteredit_base.ui |
46 | 46 | ||
47 | # kdateedit.h \ | 47 | # kdateedit.h \ |
48 | 48 | ||
49 | HEADERS = \ | 49 | HEADERS = \ |
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 | ||
113 | SOURCES = \ | 113 | SOURCES = \ |
114 | filteredit_base.cpp \ | 114 | filteredit_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 | ||
172 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 172 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
173 | INTERFACES += calprintdayconfig_base.ui \ | 173 | INTERFACES += 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 |
177 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 177 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
178 | 178 | ||
179 | 179 | ||
180 | 180 | ||
181 | win32: { | 181 | win32: { |
182 | HEADERS += ../outport/msoutl9.h \ | 182 | HEADERS += ../outport/msoutl9.h \ |
183 | koimportoldialog.h | 183 | koimportoldialog.h |
184 | 184 | ||
185 | 185 | ||
186 | SOURCES += ../outport/msoutl9.cpp \ | 186 | SOURCES += ../outport/msoutl9.cpp \ |
187 | koimportoldialog.cpp | 187 | koimportoldialog.cpp |
188 | 188 | ||
189 | 189 | ||
190 | } | 190 | } |
191 | 191 | ||