-rw-r--r-- | libkcal/libkcal.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro index 33c63c3..1f43b10 100644 --- a/libkcal/libkcal.pro +++ b/libkcal/libkcal.pro | |||
@@ -1,108 +1,112 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkcal | 3 | TARGET = xmicrokcal |
4 | 4 | ||
5 | include( ../variables.pri ) | 5 | include( ../variables.pri ) |
6 | 6 | ||
7 | INCLUDEPATH += ../libkdepim ../microkde versit ../microkde/kdecore | 7 | INCLUDEPATH += ../libkdepim ../microkde versit ../microkde/kdecore |
8 | #../qtcompat | 8 | #../qtcompat |
9 | INCLUDEPATH += ../libical/src/libical | 9 | INCLUDEPATH += ../libical/src/libical |
10 | INCLUDEPATH += ../libical/src/libicalss | 10 | INCLUDEPATH += ../libical/src/libicalss |
11 | DESTDIR = ../bin | 11 | DESTDIR = ../bin |
12 | DEFINES += DESKTOP_VERSION | 12 | DEFINES += DESKTOP_VERSION |
13 | unix: { | 13 | unix: { |
14 | LIBS += ../libical/lib/libical.a | 14 | LIBS += ../libical/lib/libical.a |
15 | LIBS += ../libical/lib/libicalss.a | 15 | LIBS += ../libical/lib/libicalss.a |
16 | OBJECTS_DIR = obj/unix | 16 | OBJECTS_DIR = obj/unix |
17 | MOC_DIR = moc/unix | 17 | MOC_DIR = moc/unix |
18 | } | 18 | } |
19 | win32: { | 19 | win32: { |
20 | DEFINES += _WIN32_ | 20 | DEFINES += _WIN32_ |
21 | 21 | ||
22 | LIBS += ../libical/lib/ical.lib | 22 | LIBS += ../libical/lib/ical.lib |
23 | LIBS += ../libical/lib/icalss.lib | 23 | LIBS += ../libical/lib/icalss.lib |
24 | OBJECTS_DIR = obj/win | 24 | OBJECTS_DIR = obj/win |
25 | MOC_DIR = moc/win | 25 | MOC_DIR = moc/win |
26 | 26 | ||
27 | } | 27 | } |
28 | 28 | ||
29 | INTERFACES = \ | 29 | INTERFACES = \ |
30 | 30 | ||
31 | HEADERS = \ | 31 | HEADERS = \ |
32 | alarm.h \ | 32 | alarm.h \ |
33 | attachment.h \ | 33 | attachment.h \ |
34 | attendee.h \ | 34 | attendee.h \ |
35 | calendar.h \ | 35 | calendar.h \ |
36 | calendarlocal.h \ | 36 | calendarlocal.h \ |
37 | calfilter.h \ | 37 | calfilter.h \ |
38 | calformat.h \ | 38 | calformat.h \ |
39 | calstorage.h \ | 39 | calstorage.h \ |
40 | compat.h \ | 40 | compat.h \ |
41 | customproperties.h \ | 41 | customproperties.h \ |
42 | dummyscheduler.h \ | 42 | dummyscheduler.h \ |
43 | kincidenceformatter.h \ | 43 | kincidenceformatter.h \ |
44 | duration.h \ | 44 | duration.h \ |
45 | event.h \ | 45 | event.h \ |
46 | exceptions.h \ | 46 | exceptions.h \ |
47 | filestorage.h \ | 47 | filestorage.h \ |
48 | freebusy.h \ | 48 | freebusy.h \ |
49 | icaldrag.h \ | 49 | icaldrag.h \ |
50 | icalformat.h \ | 50 | icalformat.h \ |
51 | icalformatimpl.h \ | 51 | icalformatimpl.h \ |
52 | imipscheduler.h \ | 52 | imipscheduler.h \ |
53 | incidence.h \ | 53 | incidence.h \ |
54 | incidencebase.h \ | 54 | incidencebase.h \ |
55 | journal.h \ | 55 | journal.h \ |
56 | period.h \ | 56 | period.h \ |
57 | person.h \ | 57 | person.h \ |
58 | qtopiaformat.h \ | 58 | qtopiaformat.h \ |
59 | recurrence.h \ | 59 | recurrence.h \ |
60 | scheduler.h \ | 60 | scheduler.h \ |
61 | todo.h \ | 61 | todo.h \ |
62 | dndfactory.h \ | 62 | dndfactory.h \ |
63 | vcaldrag.h \ | 63 | vcaldrag.h \ |
64 | vcalformat.h \ | 64 | vcalformat.h \ |
65 | versit/port.h \ | 65 | versit/port.h \ |
66 | versit/vcc.h \ | 66 | versit/vcc.h \ |
67 | versit/vobject.h \ | 67 | versit/vobject.h \ |
68 | phoneformat.h \ | 68 | phoneformat.h \ |
69 | 69 | ||
70 | 70 | ||
71 | 71 | ||
72 | SOURCES = \ | 72 | SOURCES = \ |
73 | alarm.cpp \ | 73 | alarm.cpp \ |
74 | attachment.cpp \ | 74 | attachment.cpp \ |
75 | attendee.cpp \ | 75 | attendee.cpp \ |
76 | calendar.cpp \ | 76 | calendar.cpp \ |
77 | calendarlocal.cpp \ | 77 | calendarlocal.cpp \ |
78 | calfilter.cpp \ | 78 | calfilter.cpp \ |
79 | calformat.cpp \ | 79 | calformat.cpp \ |
80 | compat.cpp \ | 80 | compat.cpp \ |
81 | customproperties.cpp \ | 81 | customproperties.cpp \ |
82 | dummyscheduler.cpp \ | 82 | dummyscheduler.cpp \ |
83 | kincidenceformatter.cpp \ | 83 | kincidenceformatter.cpp \ |
84 | duration.cpp \ | 84 | duration.cpp \ |
85 | event.cpp \ | 85 | event.cpp \ |
86 | exceptions.cpp \ | 86 | exceptions.cpp \ |
87 | filestorage.cpp \ | 87 | filestorage.cpp \ |
88 | freebusy.cpp \ | 88 | freebusy.cpp \ |
89 | icaldrag.cpp \ | 89 | icaldrag.cpp \ |
90 | icalformat.cpp \ | 90 | icalformat.cpp \ |
91 | icalformatimpl.cpp \ | 91 | icalformatimpl.cpp \ |
92 | imipscheduler.cpp \ | 92 | imipscheduler.cpp \ |
93 | incidence.cpp \ | 93 | incidence.cpp \ |
94 | incidencebase.cpp \ | 94 | incidencebase.cpp \ |
95 | journal.cpp \ | 95 | journal.cpp \ |
96 | period.cpp \ | 96 | period.cpp \ |
97 | person.cpp \ | 97 | person.cpp \ |
98 | qtopiaformat.cpp \ | 98 | qtopiaformat.cpp \ |
99 | recurrence.cpp \ | 99 | recurrence.cpp \ |
100 | scheduler.cpp \ | 100 | scheduler.cpp \ |
101 | todo.cpp \ | 101 | todo.cpp \ |
102 | dndfactory.cpp \ | 102 | dndfactory.cpp \ |
103 | vcaldrag.cpp \ | 103 | vcaldrag.cpp \ |
104 | vcalformat.cpp \ | 104 | vcalformat.cpp \ |
105 | versit/vcc.c \ | 105 | versit/vcc.c \ |
106 | versit/vobject.c \ | 106 | versit/vobject.c \ |
107 | phoneformat.cpp \ | 107 | phoneformat.cpp \ |
108 | 108 | ||
109 | #The following line was inserted by qt3to4 | ||
110 | QT += xml qt3support | ||
111 | #The following line was inserted by qt3to4 | ||
112 | QT += | ||