author | zautrix <zautrix> | 2005-04-03 19:05:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-03 19:05:24 (UTC) |
commit | 2d83daf3568bb829db2530baa917db5a4cbf0768 (patch) (unidiff) | |
tree | 29e6a92865f7ebf007eb9de1453710a905afaefa /korganizer | |
parent | 2ab1c2cb6c58e719c47390b2f919262b2557f2be (diff) | |
download | kdepimpi-2d83daf3568bb829db2530baa917db5a4cbf0768.zip kdepimpi-2d83daf3568bb829db2530baa917db5a4cbf0768.tar.gz kdepimpi-2d83daf3568bb829db2530baa917db5a4cbf0768.tar.bz2 |
static compile fixes
-rw-r--r-- | korganizer/korganizer.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 546b6e5..59a1a84 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,121 +1,130 @@ | |||
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_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += 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 KORG_NODND | 14 | #KORG_NOPRINTER KORG_NOKABC KORG_NODND |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | staticlib: { | ||
19 | LIBS += ../bin/libmicrokdepim.a | ||
20 | LIBS += ../bin/libmicrokcal.a | ||
21 | LIBS += ../bin/libmicrokabc.a | ||
22 | LIBS += ../bin/libmicrokde.a | ||
23 | LIBS += ../libical/lib/libical.a | ||
24 | LIBS += ../libical/lib/libicalss.a | ||
25 | } else { | ||
18 | LIBS += ../bin/libmicrokdepim.so | 26 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 27 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 28 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 29 | LIBS += ../bin/libmicrokabc.so |
22 | #LIBS += -lbluetooth | 30 | #LIBS += -lbluetooth |
23 | #LIBS += -lsdp | 31 | #LIBS += -lsdp |
24 | 32 | ||
25 | #LIBS += -lldap | 33 | #LIBS += -lldap |
34 | } | ||
26 | OBJECTS_DIR = obj/unix | 35 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 36 | MOC_DIR = moc/unix |
28 | } | 37 | } |
29 | win32: { | 38 | win32: { |
30 | RC_FILE = winicons.rc | 39 | RC_FILE = winicons.rc |
31 | DEFINES += _WIN32_ | 40 | DEFINES += _WIN32_ |
32 | LIBS += ../bin/microkdepim.lib | 41 | LIBS += ../bin/microkdepim.lib |
33 | LIBS += ../bin/microkcal.lib | 42 | LIBS += ../bin/microkcal.lib |
34 | LIBS += ../bin/microkde.lib | 43 | LIBS += ../bin/microkde.lib |
35 | LIBS += ../bin/microkabc.lib | 44 | LIBS += ../bin/microkabc.lib |
36 | LIBS += ../libical/lib/ical.lib | 45 | LIBS += ../libical/lib/ical.lib |
37 | LIBS += ../libical/lib/icalss.lib | 46 | LIBS += ../libical/lib/icalss.lib |
38 | #LIBS += atls.lib | 47 | #LIBS += atls.lib |
39 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 48 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 49 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 50 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
42 | OBJECTS_DIR = obj/win | 51 | OBJECTS_DIR = obj/win |
43 | MOC_DIR = moc/win | 52 | MOC_DIR = moc/win |
44 | #olimport section | 53 | #olimport section |
45 | #blabla: { | 54 | #blabla: { |
46 | LIBS += mfc71u.lib | 55 | LIBS += mfc71u.lib |
47 | DEFINES += _OL_IMPORT_ | 56 | DEFINES += _OL_IMPORT_ |
48 | 57 | ||
49 | HEADERS += ../outport/msoutl9.h \ | 58 | HEADERS += ../outport/msoutl9.h \ |
50 | koimportoldialog.h | 59 | koimportoldialog.h |
51 | SOURCES += ../outport/msoutl9.cpp \ | 60 | SOURCES += ../outport/msoutl9.cpp \ |
52 | koimportoldialog.cpp | 61 | koimportoldialog.cpp |
53 | #} | 62 | #} |
54 | #olimport section end | 63 | #olimport section end |
55 | 64 | ||
56 | } | 65 | } |
57 | 66 | ||
58 | 67 | ||
59 | INTERFACES = kofilterview_base.ui | 68 | INTERFACES = kofilterview_base.ui |
60 | #filteredit_base.ui | 69 | #filteredit_base.ui |
61 | 70 | ||
62 | # kdateedit.h \ | 71 | # kdateedit.h \ |
63 | 72 | ||
64 | HEADERS += datenavigatorcontainer.h \ | 73 | HEADERS += datenavigatorcontainer.h \ |
65 | filteredit_base.h \ | 74 | filteredit_base.h \ |
66 | alarmclient.h \ | 75 | alarmclient.h \ |
67 | calendarview.h \ | 76 | calendarview.h \ |
68 | customlistviewitem.h \ | 77 | customlistviewitem.h \ |
69 | datenavigator.h \ | 78 | datenavigator.h \ |
70 | docprefs.h \ | 79 | docprefs.h \ |
71 | filtereditdialog.h \ | 80 | filtereditdialog.h \ |
72 | incomingdialog.h \ | 81 | incomingdialog.h \ |
73 | incomingdialog_base.h \ | 82 | incomingdialog_base.h \ |
74 | interfaces/korganizer/baseview.h \ | 83 | interfaces/korganizer/baseview.h \ |
75 | interfaces/korganizer/calendarviewbase.h \ | 84 | interfaces/korganizer/calendarviewbase.h \ |
76 | journalentry.h \ | 85 | journalentry.h \ |
77 | kdatenavigator.h \ | 86 | kdatenavigator.h \ |
78 | koagenda.h \ | 87 | koagenda.h \ |
79 | koagendaitem.h \ | 88 | koagendaitem.h \ |
80 | koagendaview.h \ | 89 | koagendaview.h \ |
81 | kocounterdialog.h \ | 90 | kocounterdialog.h \ |
82 | kodaymatrix.h \ | 91 | kodaymatrix.h \ |
83 | kodialogmanager.h \ | 92 | kodialogmanager.h \ |
84 | koeditordetails.h \ | 93 | koeditordetails.h \ |
85 | koeditorgeneral.h \ | 94 | koeditorgeneral.h \ |
86 | koeditorgeneralevent.h \ | 95 | koeditorgeneralevent.h \ |
87 | koeditorgeneraltodo.h \ | 96 | koeditorgeneraltodo.h \ |
88 | koeditorrecurrence.h \ | 97 | koeditorrecurrence.h \ |
89 | koeventeditor.h \ | 98 | koeventeditor.h \ |
90 | koeventpopupmenu.h \ | 99 | koeventpopupmenu.h \ |
91 | koeventview.h \ | 100 | koeventview.h \ |
92 | koeventviewer.h \ | 101 | koeventviewer.h \ |
93 | koeventviewerdialog.h \ | 102 | koeventviewerdialog.h \ |
94 | kofilterview.h \ | 103 | kofilterview.h \ |
95 | koglobals.h \ | 104 | koglobals.h \ |
96 | koincidenceeditor.h \ | 105 | koincidenceeditor.h \ |
97 | kojournalview.h \ | 106 | kojournalview.h \ |
98 | kolistview.h \ | 107 | kolistview.h \ |
99 | kolocationbox.h \ | 108 | kolocationbox.h \ |
100 | komonthview.h \ | 109 | komonthview.h \ |
101 | koprefs.h \ | 110 | koprefs.h \ |
102 | koprefsdialog.h \ | 111 | koprefsdialog.h \ |
103 | kotimespanview.h \ | 112 | kotimespanview.h \ |
104 | kotodoeditor.h \ | 113 | kotodoeditor.h \ |
105 | kotodoview.h \ | 114 | kotodoview.h \ |
106 | kotodoviewitem.h \ | 115 | kotodoviewitem.h \ |
107 | koviewmanager.h \ | 116 | koviewmanager.h \ |
108 | kowhatsnextview.h \ | 117 | kowhatsnextview.h \ |
109 | ktimeedit.h \ | 118 | ktimeedit.h \ |
110 | lineview.h \ | 119 | lineview.h \ |
111 | mainwindow.h \ | 120 | mainwindow.h \ |
112 | navigatorbar.h \ | 121 | navigatorbar.h \ |
113 | outgoingdialog.h \ | 122 | outgoingdialog.h \ |
114 | outgoingdialog_base.h \ | 123 | outgoingdialog_base.h \ |
115 | publishdialog.h \ | 124 | publishdialog.h \ |
116 | publishdialog_base.h \ | 125 | publishdialog_base.h \ |
117 | savetemplatedialog.h \ | 126 | savetemplatedialog.h \ |
118 | searchdialog.h \ | 127 | searchdialog.h \ |
119 | simplealarmclient.h \ | 128 | simplealarmclient.h \ |
120 | statusdialog.h \ | 129 | statusdialog.h \ |
121 | timeline.h \ | 130 | timeline.h \ |