summaryrefslogtreecommitdiffabout
path: root/korganizer/korganizerE.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 /korganizer/korganizerE.pro
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'korganizer/korganizerE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/korganizerE.pro151
1 files changed, 151 insertions, 0 deletions
diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro
new file mode 100644
index 0000000..c379fac
--- a/dev/null
+++ b/korganizer/korganizerE.pro
@@ -0,0 +1,151 @@
+TEMPLATE = app
+CONFIG += qt warn_on
+TARGET = kopi
+OBJECTS_DIR = obj/$(PLATFORM)
+MOC_DIR = moc/$(PLATFORM)
+DESTDIR=$(QPEDIR)/bin
+
+INCLUDEPATH += ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kdeui ../qtcompat ../ interfaces ../kabc $(QPEDIR)/include
+#../libkabcwrap
+DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL
+DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER
+DEFINES += KORG_NOLVALTERNATION
+#KORG_NOKABC
+LIBS += -lmicrokdepim
+LIBS += -lmicrokcal
+LIBS += -lmicrokde
+LIBS += -lmicroqtcompat
+LIBS += -lmicrokabc
+#LIBS += -lmicrokabcwrap
+LIBS += -lqpe
+LIBS += -ljpeg
+LIBS += $(QTOPIALIB)
+
+
+INTERFACES = kofilterview_base.ui
+#filteredit_base.ui
+
+HEADERS = \
+ wordsgerman.h \
+ filteredit_base.h \
+ alarmclient.h \
+ calendarview.h \
+ customlistviewitem.h \
+ datenavigator.h \
+ docprefs.h \
+ filtereditdialog.h \
+ incomingdialog.h \
+ incomingdialog_base.h \
+ interfaces/korganizer/baseview.h \
+ interfaces/korganizer/calendarviewbase.h \
+ journalentry.h \
+ kdateedit.h \
+ kdatenavigator.h \
+ koagenda.h \
+ koagendaitem.h \
+ koagendaview.h \
+ kocounterdialog.h \
+ kodaymatrix.h \
+ kodialogmanager.h \
+ koeditordetails.h \
+ koeditorgeneral.h \
+ koeditorgeneralevent.h \
+ koeditorgeneraltodo.h \
+ koeditorrecurrence.h \
+ koeventeditor.h \
+ koeventpopupmenu.h \
+ koeventview.h \
+ koeventviewer.h \
+ koeventviewerdialog.h \
+ kofilterview.h \
+ koglobals.h \
+ koincidenceeditor.h \
+ kojournalview.h \
+ kolistview.h \
+ kolocationbox.h \
+ komonthview.h \
+ koprefs.h \
+ koprefsdialog.h \
+ kosyncprefsdialog.h \
+ kotimespanview.h \
+ kotodoeditor.h \
+ kotodoview.h \
+ kotodoviewitem.h \
+ koviewmanager.h \
+ kowhatsnextview.h \
+ ktimeedit.h \
+ lineview.h \
+ mainwindow.h \
+ navigatorbar.h \
+ outgoingdialog.h \
+ outgoingdialog_base.h \
+ publishdialog.h \
+ publishdialog_base.h \
+ savetemplatedialog.h \
+ searchdialog.h \
+ simplealarmclient.h \
+ statusdialog.h \
+ timeline.h \
+ timespanview.h \
+ version.h \
+ ../kalarmd/alarmdialog.h
+
+SOURCES = \
+ filteredit_base.cpp \
+ calendarview.cpp \
+ datenavigator.cpp \
+ docprefs.cpp \
+ filtereditdialog.cpp \
+ incomingdialog.cpp \
+ incomingdialog_base.cpp \
+ journalentry.cpp \
+ kdatenavigator.cpp \
+ koagenda.cpp \
+ koagendaitem.cpp \
+ koagendaview.cpp \
+ kocounterdialog.cpp \
+ kodaymatrix.cpp \
+ kodialogmanager.cpp \
+ koeditordetails.cpp \
+ koeditorgeneral.cpp \
+ koeditorgeneralevent.cpp \
+ koeditorgeneraltodo.cpp \
+ koeditorrecurrence.cpp \
+ koeventeditor.cpp \
+ koeventpopupmenu.cpp \
+ koeventview.cpp \
+ koeventviewer.cpp \
+ koeventviewerdialog.cpp \
+ kofilterview.cpp \
+ koglobals.cpp \
+ koincidenceeditor.cpp \
+ kojournalview.cpp \
+ kolistview.cpp \
+ kolocationbox.cpp \
+ komonthview.cpp \
+ koprefs.cpp \
+ koprefsdialog.cpp \
+ kosyncprefsdialog.cpp \
+ kotimespanview.cpp \
+ kotodoeditor.cpp \
+ kotodoview.cpp \
+ kotodoviewitem.cpp \
+ koviewmanager.cpp \
+ kowhatsnextview.cpp \
+ ktimeedit.cpp \
+ lineview.cpp \
+ main.cpp \
+ mainwindow.cpp \
+ navigatorbar.cpp \
+ outgoingdialog.cpp \
+ outgoingdialog_base.cpp \
+ publishdialog.cpp \
+ publishdialog_base.cpp \
+ savetemplatedialog.cpp \
+ searchdialog.cpp \
+ simplealarmclient.cpp \
+ statusdialog.cpp \
+ timeline.cpp \
+ timespanview.cpp \
+ ../kalarmd/alarmdialog.cpp
+