summaryrefslogtreecommitdiffabout
path: root/korganizer/korganizer.pro.back
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /korganizer/korganizer.pro.back
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'korganizer/korganizer.pro.back') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/korganizer.pro.back133
1 files changed, 133 insertions, 0 deletions
diff --git a/korganizer/korganizer.pro.back b/korganizer/korganizer.pro.back
new file mode 100644
index 0000000..8d23d66
--- a/dev/null
+++ b/korganizer/korganizer.pro.back
@@ -0,0 +1,133 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 TARGET = korganizer
4OBJECTS_DIR = obj/$(PLATFORM)
5MOC_DIR = moc
6DESTDIR=$(QPEDIR)/bin
7INCLUDEPATH += ../microkde ../qtcompat ../ interfaces
8DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOKABC KORG_NOARCHIVE KORG_NOMAIL
9DEFINES += KORG_NOPRINTER KORG_NOSPLITTER KORG_NODCOP KORG_NOKALARMD
10DEFINES += KORG_NOLVALTERNATION
11LIBS += -lkdepim
12LIBS += -lkcal
13LIBS += -lmicrokde
14LIBS += -lqtcompat
15LIBS += -lqpe
16INTERFACES = \
17 filteredit_base.ui \
18 kofilterview_base.ui \
19
20HEADERS = \
21 alarmclient.h \
22 calendarview.h \
23 customlistviewitem.h \
24 datenavigator.h \
25 docprefs.h \
26 filtereditdialog.h \
27 incomingdialog.h \
28 incomingdialog_base.h \
29 interfaces/korganizer/baseview.h \
30 journalentry.h \
31 kdateedit.h \
32 kdatenavigator.h \
33 koagenda.h \
34 koagendaitem.h \
35 koagendaview.h \
36 kocounterdialog.h \
37 kodaymatrix.h \
38 kodialogmanager.h \
39 koeditordetails.h \
40 koeditorgeneral.h \
41 koeditorgeneralevent.h \
42 koeditorgeneraltodo.h \
43 koeditorrecurrence.h \
44 koeventeditor.h \
45 koeventpopupmenu.h \
46 koeventview.h \
47 koeventviewer.h \
48 koeventviewerdialog.h \
49 kofilterview.h \
50 koglobals.h \
51 koincidenceeditor.h \
52 kojournalview.h \
53 kolistview.h \
54 komonthview.h \
55 koprefs.h \
56 koprefsdialog.h \
57 kotimespanview.h \
58 kotodoeditor.h \
59 kotodoview.h \
60 kotodoviewitem.h \
61 koviewmanager.h \
62 kowhatsnextview.h \
63 ktimeedit.h \
64 lineview.h \
65 mainwindow.h \
66 navigatorbar.h \
67 outgoingdialog.h \
68 outgoingdialog_base.h \
69 publishdialog.h \
70 publishdialog_base.h \
71 savetemplatedialog.h \
72 searchdialog.h \
73 simplealarmclient.h \
74 statusdialog.h \
75 timeline.h \
76 timespanview.h \
77 version.h \
78
79SOURCES = \
80 calendarview.cpp \
81 datenavigator.cpp \
82 docprefs.cpp \
83 filtereditdialog.cpp \
84 incomingdialog.cpp \
85 incomingdialog_base.cpp \
86 journalentry.cpp \
87 kdatenavigator.cpp \
88 koagenda.cpp \
89 koagendaitem.cpp \
90 koagendaview.cpp \
91 kocounterdialog.cpp \
92 kodaymatrix.cpp \
93 kodialogmanager.cpp \
94 koeditordetails.cpp \
95 koeditorgeneral.cpp \
96 koeditorgeneralevent.cpp \
97 koeditorgeneraltodo.cpp \
98 koeditorrecurrence.cpp \
99 koeventeditor.cpp \
100 koeventpopupmenu.cpp \
101 koeventview.cpp \
102 koeventviewer.cpp \
103 koeventviewerdialog.cpp \
104 kofilterview.cpp \
105 koglobals.cpp \
106 koincidenceeditor.cpp \
107 kojournalview.cpp \
108 kolistview.cpp \
109 komonthview.cpp \
110 koprefs.cpp \
111 koprefsdialog.cpp \
112 kotimespanview.cpp \
113 kotodoeditor.cpp \
114 kotodoview.cpp \
115 kotodoviewitem.cpp \
116 koviewmanager.cpp \
117 kowhatsnextview.cpp \
118 ktimeedit.cpp \
119 lineview.cpp \
120 main.cpp \
121 mainwindow.cpp \
122 navigatorbar.cpp \
123 outgoingdialog.cpp \
124 outgoingdialog_base.cpp \
125 publishdialog.cpp \
126 publishdialog_base.cpp \
127 savetemplatedialog.cpp \
128 searchdialog.cpp \
129 simplealarmclient.cpp \
130 statusdialog.cpp \
131 timeline.cpp \
132 timespanview.cpp \
133