author | zautrix <zautrix> | 2004-09-22 08:06:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-22 08:06:46 (UTC) |
commit | d60d7cd9836ba0bb2950dc4ec908ee77c1adfad9 (patch) (side-by-side diff) | |
tree | 065c0a0cf894741d3611423bd8f9eb811f45371e /libkcal | |
parent | 3c3efa7edac3ca76f7b06d9dc905c8370a398907 (diff) | |
download | kdepimpi-d60d7cd9836ba0bb2950dc4ec908ee77c1adfad9.zip kdepimpi-d60d7cd9836ba0bb2950dc4ec908ee77c1adfad9.tar.gz kdepimpi-d60d7cd9836ba0bb2950dc4ec908ee77c1adfad9.tar.bz2 |
changed package building and some lib names
-rw-r--r-- | libkcal/libkcalE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro index 1f5ef78..e379b95 100644 --- a/libkcal/libkcalE.pro +++ b/libkcal/libkcalE.pro @@ -1,67 +1,67 @@ TEMPLATE = lib CONFIG += qt warn_on -TARGET = microkcal +TARGET = komicrokcal INCLUDEPATH += ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include INCLUDEPATH += ../libical/src/libical INCLUDEPATH += ../libical/src/libicalss OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) DESTDIR = $(QPEDIR)/lib LIBS += ../libical/lib/$(PLATFORM)/libical.a LIBS += ../libical/lib/$(PLATFORM)/libicalss.a 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 \ kincidenceformatter.h \ journal.h \ period.h \ person.h \ qtopiaformat.h \ sharpformat.h \ phoneformat.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 \ |