author | zautrix <zautrix> | 2004-10-24 13:35:47 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-24 13:35:47 (UTC) |
commit | 42f22a904fb6440a7b4071b2f4f148bee5f71cc0 (patch) (unidiff) | |
tree | 547a887b3f9136995c686763ccd30cfbb9f731c2 /korganizer | |
parent | a04e4d7e6495e985879390e24cc0174d8f867dbf (diff) | |
download | kdepimpi-42f22a904fb6440a7b4071b2f4f148bee5f71cc0.zip kdepimpi-42f22a904fb6440a7b4071b2f4f148bee5f71cc0.tar.gz kdepimpi-42f22a904fb6440a7b4071b2f4f148bee5f71cc0.tar.bz2 |
desktop changes
-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 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 |
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_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 += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | #LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | LIBS += -lldap | 25 | #LIBS += -lldap |
26 | OBJECTS_DIR = obj/unix | 26 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 27 | MOC_DIR = moc/unix |
28 | } | 28 | } |
29 | win32: { | 29 | win32: { |
30 | DEFINES += _WIN32_ | 30 | DEFINES += _WIN32_ |
31 | LIBS += ../bin/microkdepim.lib | 31 | LIBS += ../bin/microkdepim.lib |
32 | LIBS += ../bin/microkcal.lib | 32 | LIBS += ../bin/microkcal.lib |
33 | LIBS += ../bin/microkde.lib | 33 | LIBS += ../bin/microkde.lib |
34 | LIBS += ../bin/microkabc.lib | 34 | LIBS += ../bin/microkabc.lib |
35 | LIBS += ../libical/lib/ical.lib | 35 | LIBS += ../libical/lib/ical.lib |
36 | LIBS += ../libical/lib/icalss.lib | 36 | LIBS += ../libical/lib/icalss.lib |
37 | #LIBS += atls.lib | 37 | #LIBS += atls.lib |
38 | LIBS += mfc71u.lib | 38 | LIBS += mfc71u.lib |
39 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 39 | QMAKE_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 |
42 | OBJECTS_DIR = obj/win | 42 | OBJECTS_DIR = obj/win |
43 | MOC_DIR = moc/win | 43 | MOC_DIR = moc/win |
44 | } | 44 | } |
45 | 45 | ||
46 | 46 | ||
47 | INTERFACES = kofilterview_base.ui | 47 | INTERFACES = kofilterview_base.ui |
48 | # filteredit_base.ui | 48 | # filteredit_base.ui |
49 | 49 | ||
50 | # kdateedit.h \ | 50 | # kdateedit.h \ |
51 | 51 | ||
52 | HEADERS = \ | 52 | HEADERS = \ |
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 | ||
115 | SOURCES = \ | 115 | SOURCES = \ |
116 | filteredit_base.cpp \ | 116 | filteredit_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 | ||
173 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 173 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
174 | INTERFACES += calprintdayconfig_base.ui \ | 174 | INTERFACES += 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 |
178 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 178 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
179 | 179 | ||
180 | 180 | ||
181 | 181 | ||
182 | win32: { | 182 | win32: { |
183 | HEADERS += ../outport/msoutl9.h \ | 183 | HEADERS += ../outport/msoutl9.h \ |
184 | koimportoldialog.h | 184 | koimportoldialog.h |
185 | 185 | ||
186 | 186 | ||
187 | SOURCES += ../outport/msoutl9.cpp \ | 187 | SOURCES += ../outport/msoutl9.cpp \ |
188 | koimportoldialog.cpp | 188 | koimportoldialog.cpp |
189 | 189 | ||
190 | 190 | ||
191 | } | 191 | } |
192 | 192 | ||