-rw-r--r-- | libkdepim/libkdepimE.pro | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro new file mode 100644 index 0000000..05abaa5 --- a/dev/null +++ b/libkdepim/libkdepimE.pro @@ -0,0 +1,43 @@ +TEMPLATE = lib +CONFIG += qt warn_on +TARGET = microkdepim +INCLUDEPATH += ../microkde ../qtcompat ../libkabcwrap ../microkde/kdecore +INCLUDEPATH += . .. +LIBS += -lmicrokde +OBJECTS_DIR = obj/$(PLATFORM) +MOC_DIR = moc/$(PLATFORM) +DESTDIR=$(QPEDIR)/lib + + +INTERFACES = \ + +HEADERS = \ + categoryeditdialog.h \ + categoryeditdialog_base.h \ + categoryselectdialog.h \ + categoryselectdialog_base.h \ + kdateedit.h \ + kdatepicker.h \ + kinputdialog.h \ + kincidenceformatter.h \ + kpimprefs.h \ + kprefs.h \ + kprefsdialog.h \ + addresseeview.h \ + ksyncprofile.h + + +SOURCES = \ + categoryeditdialog.cpp \ + categoryeditdialog_base.cpp \ + categoryselectdialog.cpp \ + categoryselectdialog_base.cpp \ + kdateedit.cpp \ + kinputdialog.cpp \ + kdatepicker.cpp \ + kincidenceformatter.cpp \ + kpimprefs.cpp \ + kprefs.cpp \ + kprefsdialog.cpp \ + addresseeview.cpp \ + ksyncprofile.cpp |