-rw-r--r-- | korganizer/korganizer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index ca69e14..e501d88 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,106 +1,106 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += $(KDEPIMDIR) $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/microkde interfaces $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | LIBS += ../bin/libmicrogammu.so | 22 | LIBS += ../bin/libmicrogammu.so |
23 | LIBS += -lbluetooth | 23 | LIBS += -lbluetooth |
24 | LIBS += -lsdp | 24 | LIBS += -lsdp |
25 | 25 | ||
26 | LIBS += -lldap | 26 | LIBS += -lldap |
27 | OBJECTS_DIR = obj/unix | 27 | OBJECTS_DIR = obj/unix |
28 | MOC_DIR = moc/unix | 28 | MOC_DIR = moc/unix |
29 | } | 29 | } |
30 | win32: { | 30 | win32: { |
31 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
32 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
33 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
34 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
35 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
36 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
37 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
38 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
39 | LIBS += mfc71u.lib | 39 | LIBS += mfc71u.lib |
40 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 40 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
43 | OBJECTS_DIR = obj/win | 43 | OBJECTS_DIR = obj/win |
44 | MOC_DIR = moc/win | 44 | MOC_DIR = moc/win |
45 | } | 45 | } |
46 | 46 | ||
47 | 47 | ||
48 | INTERFACES = kofilterview_base.ui | 48 | INTERFACES = kofilterview_base.ui |
49 | # filteredit_base.ui | 49 | # filteredit_base.ui |
50 | 50 | ||
51 | # kdateedit.h \ | 51 | # kdateedit.h \ |
52 | 52 | ||
53 | HEADERS = \ | 53 | HEADERS = \ |
54 | filteredit_base.h \ | 54 | filteredit_base.h \ |
55 | alarmclient.h \ | 55 | alarmclient.h \ |
56 | calendarview.h \ | 56 | calendarview.h \ |
57 | customlistviewitem.h \ | 57 | customlistviewitem.h \ |
58 | datenavigator.h \ | 58 | datenavigator.h \ |
59 | docprefs.h \ | 59 | docprefs.h \ |
60 | filtereditdialog.h \ | 60 | filtereditdialog.h \ |
61 | incomingdialog.h \ | 61 | incomingdialog.h \ |
62 | incomingdialog_base.h \ | 62 | incomingdialog_base.h \ |
63 | interfaces/korganizer/baseview.h \ | 63 | interfaces/korganizer/baseview.h \ |
64 | interfaces/korganizer/calendarviewbase.h \ | 64 | interfaces/korganizer/calendarviewbase.h \ |
65 | journalentry.h \ | 65 | journalentry.h \ |
66 | kdatenavigator.h \ | 66 | kdatenavigator.h \ |
67 | koagenda.h \ | 67 | koagenda.h \ |
68 | koagendaitem.h \ | 68 | koagendaitem.h \ |
69 | koagendaview.h \ | 69 | koagendaview.h \ |
70 | kocounterdialog.h \ | 70 | kocounterdialog.h \ |
71 | kodaymatrix.h \ | 71 | kodaymatrix.h \ |
72 | kodialogmanager.h \ | 72 | kodialogmanager.h \ |
73 | koeditordetails.h \ | 73 | koeditordetails.h \ |
74 | koeditorgeneral.h \ | 74 | koeditorgeneral.h \ |
75 | koeditorgeneralevent.h \ | 75 | koeditorgeneralevent.h \ |
76 | koeditorgeneraltodo.h \ | 76 | koeditorgeneraltodo.h \ |
77 | koeditorrecurrence.h \ | 77 | koeditorrecurrence.h \ |
78 | koeventeditor.h \ | 78 | koeventeditor.h \ |
79 | koeventpopupmenu.h \ | 79 | koeventpopupmenu.h \ |
80 | koeventview.h \ | 80 | koeventview.h \ |
81 | koeventviewer.h \ | 81 | koeventviewer.h \ |
82 | koeventviewerdialog.h \ | 82 | koeventviewerdialog.h \ |
83 | kofilterview.h \ | 83 | kofilterview.h \ |
84 | koglobals.h \ | 84 | koglobals.h \ |
85 | koincidenceeditor.h \ | 85 | koincidenceeditor.h \ |
86 | kojournalview.h \ | 86 | kojournalview.h \ |
87 | kolistview.h \ | 87 | kolistview.h \ |
88 | kolocationbox.h \ | 88 | kolocationbox.h \ |
89 | komonthview.h \ | 89 | komonthview.h \ |
90 | koprefs.h \ | 90 | koprefs.h \ |
91 | koprefsdialog.h \ | 91 | koprefsdialog.h \ |
92 | kotimespanview.h \ | 92 | kotimespanview.h \ |
93 | kotodoeditor.h \ | 93 | kotodoeditor.h \ |
94 | kotodoview.h \ | 94 | kotodoview.h \ |
95 | kotodoviewitem.h \ | 95 | kotodoviewitem.h \ |
96 | koviewmanager.h \ | 96 | koviewmanager.h \ |
97 | kowhatsnextview.h \ | 97 | kowhatsnextview.h \ |
98 | ktimeedit.h \ | 98 | ktimeedit.h \ |
99 | lineview.h \ | 99 | lineview.h \ |
100 | mainwindow.h \ | 100 | mainwindow.h \ |
101 | navigatorbar.h \ | 101 | navigatorbar.h \ |
102 | outgoingdialog.h \ | 102 | outgoingdialog.h \ |
103 | outgoingdialog_base.h \ | 103 | outgoingdialog_base.h \ |
104 | publishdialog.h \ | 104 | publishdialog.h \ |
105 | publishdialog_base.h \ | 105 | publishdialog_base.h \ |
106 | savetemplatedialog.h \ | 106 | savetemplatedialog.h \ |