-rw-r--r-- | korganizer/korganizer.pro | 4 | ||||
-rw-r--r-- | korganizer/korganizerE.pro | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 543db86..75caa9c 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,87 +1,87 @@ | |||
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 += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim |
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 += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | LIBS += -lldap | 25 | LIBS += -lldap |
26 | OBJECTS_DIR = obj/unix | 26 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 27 | MOC_DIR = moc/unix |
28 | } | 28 | } |
29 | win32: { | 29 | win32: { |
30 | DEFINES += _WIN32_ | 30 | DEFINES += _WIN32_ |
31 | LIBS += ../bin/microkdepim.lib | 31 | LIBS += ../bin/microkdepim.lib |
32 | LIBS += ../bin/microkcal.lib | 32 | LIBS += ../bin/microkcal.lib |
33 | LIBS += ../bin/microkde.lib | 33 | LIBS += ../bin/microkde.lib |
34 | LIBS += ../bin/microkabc.lib | 34 | LIBS += ../bin/microkabc.lib |
35 | LIBS += ../libical/lib/ical.lib | 35 | LIBS += ../libical/lib/ical.lib |
36 | LIBS += ../libical/lib/icalss.lib | 36 | LIBS += ../libical/lib/icalss.lib |
37 | #LIBS += atls.lib | 37 | #LIBS += atls.lib |
38 | LIBS += mfc71u.lib | 38 | LIBS += mfc71u.lib |
39 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 39 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
42 | OBJECTS_DIR = obj/win | 42 | OBJECTS_DIR = obj/win |
43 | MOC_DIR = moc/win | 43 | MOC_DIR = moc/win |
44 | } | 44 | } |
45 | 45 | ||
46 | 46 | ||
47 | INTERFACES = kofilterview_base.ui | 47 | INTERFACES = kofilterview_base.ui |
48 | # filteredit_base.ui | 48 | # filteredit_base.ui |
49 | 49 | ||
50 | # kdateedit.h \ | 50 | # kdateedit.h \ |
51 | 51 | ||
52 | HEADERS = \ | 52 | HEADERS = \ |
53 | filteredit_base.h \ | 53 | filteredit_base.h \ |
54 | alarmclient.h \ | 54 | alarmclient.h \ |
55 | calendarview.h \ | 55 | calendarview.h \ |
56 | customlistviewitem.h \ | 56 | customlistviewitem.h \ |
57 | datenavigator.h \ | 57 | datenavigator.h \ |
58 | docprefs.h \ | 58 | docprefs.h \ |
59 | filtereditdialog.h \ | 59 | filtereditdialog.h \ |
60 | incomingdialog.h \ | 60 | incomingdialog.h \ |
61 | incomingdialog_base.h \ | 61 | incomingdialog_base.h \ |
62 | interfaces/korganizer/baseview.h \ | 62 | interfaces/korganizer/baseview.h \ |
63 | interfaces/korganizer/calendarviewbase.h \ | 63 | interfaces/korganizer/calendarviewbase.h \ |
64 | journalentry.h \ | 64 | journalentry.h \ |
65 | kdatenavigator.h \ | 65 | kdatenavigator.h \ |
66 | koagenda.h \ | 66 | koagenda.h \ |
67 | koagendaitem.h \ | 67 | koagendaitem.h \ |
68 | koagendaview.h \ | 68 | koagendaview.h \ |
69 | kocounterdialog.h \ | 69 | kocounterdialog.h \ |
70 | kodaymatrix.h \ | 70 | kodaymatrix.h \ |
71 | kodialogmanager.h \ | 71 | kodialogmanager.h \ |
72 | koeditordetails.h \ | 72 | koeditordetails.h \ |
73 | koeditorgeneral.h \ | 73 | koeditorgeneral.h \ |
74 | koeditorgeneralevent.h \ | 74 | koeditorgeneralevent.h \ |
75 | koeditorgeneraltodo.h \ | 75 | koeditorgeneraltodo.h \ |
76 | koeditorrecurrence.h \ | 76 | koeditorrecurrence.h \ |
77 | koeventeditor.h \ | 77 | koeventeditor.h \ |
78 | koeventpopupmenu.h \ | 78 | koeventpopupmenu.h \ |
79 | koeventview.h \ | 79 | koeventview.h \ |
80 | koeventviewer.h \ | 80 | koeventviewer.h \ |
81 | koeventviewerdialog.h \ | 81 | koeventviewerdialog.h \ |
82 | kofilterview.h \ | 82 | kofilterview.h \ |
83 | koglobals.h \ | 83 | koglobals.h \ |
84 | koincidenceeditor.h \ | 84 | koincidenceeditor.h \ |
85 | kojournalview.h \ | 85 | kojournalview.h \ |
86 | kolistview.h \ | 86 | kolistview.h \ |
87 | kolocationbox.h \ | 87 | kolocationbox.h \ |
diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro index 16c27d1..4247838 100644 --- a/korganizer/korganizerE.pro +++ b/korganizer/korganizerE.pro | |||
@@ -1,87 +1,87 @@ | |||
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/$(PLATFORM) | 4 | OBJECTS_DIR = obj/$(PLATFORM) |
5 | MOC_DIR = moc/$(PLATFORM) | 5 | MOC_DIR = moc/$(PLATFORM) |
6 | DESTDIR=$(QPEDIR)/bin | 6 | DESTDIR=$(QPEDIR)/bin |
7 | 7 | ||
8 | INCLUDEPATH += $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/libkdepim interfaces $(KDEPIMDIR)/kabc $(QPEDIR)/include | 8 | INCLUDEPATH += $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/libkdepim interfaces $(KDEPIMDIR)/kabc $(QPEDIR)/include |
9 | 9 | ||
10 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 10 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
11 | DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 11 | DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
12 | DEFINES += KORG_NOLVALTERNATION | 12 | DEFINES += KORG_NOLVALTERNATION |
13 | #KORG_NOKABC | 13 | #KORG_NOKABC |
14 | LIBS += -lmicrokdepim | 14 | LIBS += -lmicrokdepim |
15 | LIBS += -lmicrokcal | 15 | LIBS += -lmicrokcal |
16 | LIBS += -lmicrokde | 16 | LIBS += -lmicrokde |
17 | LIBS += -lmicroqtcompat | 17 | LIBS += -lmicroqtcompat |
18 | LIBS += -lmicrokabc | 18 | LIBS += -lmicrokabc |
19 | 19 | ||
20 | #LIBS += $(QPEDIR)/lib/gammu | 20 | #LIBS += $(QPEDIR)/lib/gammu |
21 | LIBS += -lmicrogammu | 21 | #LIBS += -lmicrogammu |
22 | LIBS += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | 25 | ||
26 | LIBS += -lqpe | 26 | LIBS += -lqpe |
27 | LIBS += -ljpeg | 27 | LIBS += -ljpeg |
28 | LIBS += $(QTOPIALIB) | 28 | LIBS += $(QTOPIALIB) |
29 | LIBS += -L$(QPEDIR)/lib | 29 | LIBS += -L$(QPEDIR)/lib |
30 | 30 | ||
31 | INTERFACES = kofilterview_base.ui | 31 | INTERFACES = kofilterview_base.ui |
32 | #filteredit_base.ui | 32 | #filteredit_base.ui |
33 | 33 | ||
34 | HEADERS = \ | 34 | HEADERS = \ |
35 | wordsgerman.h \ | 35 | wordsgerman.h \ |
36 | filteredit_base.h \ | 36 | filteredit_base.h \ |
37 | alarmclient.h \ | 37 | alarmclient.h \ |
38 | calendarview.h \ | 38 | calendarview.h \ |
39 | customlistviewitem.h \ | 39 | customlistviewitem.h \ |
40 | datenavigator.h \ | 40 | datenavigator.h \ |
41 | docprefs.h \ | 41 | docprefs.h \ |
42 | filtereditdialog.h \ | 42 | filtereditdialog.h \ |
43 | incomingdialog.h \ | 43 | incomingdialog.h \ |
44 | incomingdialog_base.h \ | 44 | incomingdialog_base.h \ |
45 | interfaces/korganizer/baseview.h \ | 45 | interfaces/korganizer/baseview.h \ |
46 | interfaces/korganizer/calendarviewbase.h \ | 46 | interfaces/korganizer/calendarviewbase.h \ |
47 | journalentry.h \ | 47 | journalentry.h \ |
48 | kdateedit.h \ | 48 | kdateedit.h \ |
49 | kdatenavigator.h \ | 49 | kdatenavigator.h \ |
50 | koagenda.h \ | 50 | koagenda.h \ |
51 | koagendaitem.h \ | 51 | koagendaitem.h \ |
52 | koagendaview.h \ | 52 | koagendaview.h \ |
53 | kocounterdialog.h \ | 53 | kocounterdialog.h \ |
54 | kodaymatrix.h \ | 54 | kodaymatrix.h \ |
55 | kodialogmanager.h \ | 55 | kodialogmanager.h \ |
56 | koeditordetails.h \ | 56 | koeditordetails.h \ |
57 | koeditorgeneral.h \ | 57 | koeditorgeneral.h \ |
58 | koeditorgeneralevent.h \ | 58 | koeditorgeneralevent.h \ |
59 | koeditorgeneraltodo.h \ | 59 | koeditorgeneraltodo.h \ |
60 | koeditorrecurrence.h \ | 60 | koeditorrecurrence.h \ |
61 | koeventeditor.h \ | 61 | koeventeditor.h \ |
62 | koeventpopupmenu.h \ | 62 | koeventpopupmenu.h \ |
63 | koeventview.h \ | 63 | koeventview.h \ |
64 | koeventviewer.h \ | 64 | koeventviewer.h \ |
65 | koeventviewerdialog.h \ | 65 | koeventviewerdialog.h \ |
66 | kofilterview.h \ | 66 | kofilterview.h \ |
67 | koglobals.h \ | 67 | koglobals.h \ |
68 | koincidenceeditor.h \ | 68 | koincidenceeditor.h \ |
69 | kojournalview.h \ | 69 | kojournalview.h \ |
70 | kolistview.h \ | 70 | kolistview.h \ |
71 | kolocationbox.h \ | 71 | kolocationbox.h \ |
72 | komonthview.h \ | 72 | komonthview.h \ |
73 | koprefs.h \ | 73 | koprefs.h \ |
74 | koprefsdialog.h \ | 74 | koprefsdialog.h \ |
75 | kotimespanview.h \ | 75 | kotimespanview.h \ |
76 | kotodoeditor.h \ | 76 | kotodoeditor.h \ |
77 | kotodoview.h \ | 77 | kotodoview.h \ |
78 | kotodoviewitem.h \ | 78 | kotodoviewitem.h \ |
79 | koviewmanager.h \ | 79 | koviewmanager.h \ |
80 | kowhatsnextview.h \ | 80 | kowhatsnextview.h \ |
81 | ktimeedit.h \ | 81 | ktimeedit.h \ |
82 | lineview.h \ | 82 | lineview.h \ |
83 | mainwindow.h \ | 83 | mainwindow.h \ |
84 | navigatorbar.h \ | 84 | navigatorbar.h \ |
85 | outgoingdialog.h \ | 85 | outgoingdialog.h \ |
86 | outgoingdialog_base.h \ | 86 | outgoingdialog_base.h \ |
87 | publishdialog.h \ | 87 | publishdialog.h \ |