summaryrefslogtreecommitdiffabout
path: root/libkcal/libkcal.pro
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (side-by-side diff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /libkcal/libkcal.pro
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'libkcal/libkcal.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/libkcal.pro100
1 files changed, 100 insertions, 0 deletions
diff --git a/libkcal/libkcal.pro b/libkcal/libkcal.pro
new file mode 100644
index 0000000..49aa24b
--- a/dev/null
+++ b/libkcal/libkcal.pro
@@ -0,0 +1,100 @@
+TEMPLATE = lib
+CONFIG += qt warn_on
+TARGET = microkcal
+
+include( ../variables.pri )
+
+INCLUDEPATH += ../microkde versit ../microkde/kdecore
+#../qtcompat
+INCLUDEPATH += ../libical/src/libical
+INCLUDEPATH += ../libical/src/libicalss
+DESTDIR = ../bin
+DEFINES += DESKTOP_VERSION
+unix: {
+LIBS += ../libical/lib/libical.a
+LIBS += ../libical/lib/libicalss.a
+OBJECTS_DIR = obj/unix
+MOC_DIR = moc/unix
+}
+win32: {
+DEFINES += _WIN32_
+
+LIBS += ../libical/lib/ical.lib
+LIBS += ../libical/lib/icalss.lib
+OBJECTS_DIR = obj/win
+MOC_DIR = moc/win
+
+}
+
+INTERFACES = \
+
+HEADERS = \
+ alarm.h \
+ attachment.h \
+ attendee.h \
+ calendar.h \
+ calendarlocal.h \
+ calfilter.h \
+ calformat.h \
+ calstorage.h \
+ compat.h \
+ customproperties.h \
+ dummyscheduler.h \
+ duration.h \
+ event.h \
+ exceptions.h \
+ filestorage.h \
+ freebusy.h \
+ icaldrag.h \
+ icalformat.h \
+ icalformatimpl.h \
+ imipscheduler.h \
+ incidence.h \
+ incidencebase.h \
+ journal.h \
+ period.h \
+ person.h \
+ qtopiaformat.h \
+ recurrence.h \
+ scheduler.h \
+ todo.h \
+ vcaldrag.h \
+ vcalformat.h \
+ versit/port.h \
+ versit/vcc.h \
+ versit/vobject.h \
+
+SOURCES = \
+ alarm.cpp \
+ attachment.cpp \
+ attendee.cpp \
+ calendar.cpp \
+ calendarlocal.cpp \
+ calfilter.cpp \
+ calformat.cpp \
+ compat.cpp \
+ customproperties.cpp \
+ dummyscheduler.cpp \
+ duration.cpp \
+ event.cpp \
+ exceptions.cpp \
+ filestorage.cpp \
+ freebusy.cpp \
+ icaldrag.cpp \
+ icalformat.cpp \
+ icalformatimpl.cpp \
+ imipscheduler.cpp \
+ incidence.cpp \
+ incidencebase.cpp \
+ journal.cpp \
+ period.cpp \
+ person.cpp \
+ qtopiaformat.cpp \
+ recurrence.cpp \
+ scheduler.cpp \
+ todo.cpp \
+ vcaldrag.cpp \
+ vcalformat.cpp \
+ versit/vcc.c \
+ versit/vobject.c \
+