summaryrefslogtreecommitdiffabout
path: root/libkcal/libkcal.pro
Unidiff
Diffstat (limited to 'libkcal/libkcal.pro') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/libkcal.pro6
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,51 +1,51 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 TARGET = microkcal 3 TARGET = xmicrokcal
4 4
5include( ../variables.pri ) 5include( ../variables.pri )
6 6
7INCLUDEPATH += ../libkdepim ../microkde versit ../microkde/kdecore 7INCLUDEPATH += ../libkdepim ../microkde versit ../microkde/kdecore
8#../qtcompat 8#../qtcompat
9INCLUDEPATH += ../libical/src/libical 9INCLUDEPATH += ../libical/src/libical
10INCLUDEPATH += ../libical/src/libicalss 10INCLUDEPATH += ../libical/src/libicalss
11DESTDIR = ../bin 11DESTDIR = ../bin
12DEFINES += DESKTOP_VERSION 12DEFINES += DESKTOP_VERSION
13unix: { 13unix: {
14LIBS += ../libical/lib/libical.a 14LIBS += ../libical/lib/libical.a
15LIBS += ../libical/lib/libicalss.a 15LIBS += ../libical/lib/libicalss.a
16OBJECTS_DIR = obj/unix 16OBJECTS_DIR = obj/unix
17MOC_DIR = moc/unix 17MOC_DIR = moc/unix
18} 18}
19win32: { 19win32: {
20DEFINES += _WIN32_ 20DEFINES += _WIN32_
21 21
22LIBS += ../libical/lib/ical.lib 22LIBS += ../libical/lib/ical.lib
23LIBS += ../libical/lib/icalss.lib 23LIBS += ../libical/lib/icalss.lib
24OBJECTS_DIR = obj/win 24OBJECTS_DIR = obj/win
25MOC_DIR = moc/win 25MOC_DIR = moc/win
26 26
27} 27}
28 28
29INTERFACES = \ 29INTERFACES = \
30 30
31HEADERS = \ 31HEADERS = \
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 \
43kincidenceformatter.h \ 43kincidenceformatter.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 \
@@ -61,48 +61,52 @@ kincidenceformatter.h \
61 todo.h \ 61 todo.h \
62dndfactory.h \ 62dndfactory.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
72SOURCES = \ 72SOURCES = \
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 \
102dndfactory.cpp \ 102dndfactory.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
110QT += xml qt3support
111#The following line was inserted by qt3to4
112QT +=