author | zautrix <zautrix> | 2005-08-18 05:41:57 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 05:41:57 (UTC) |
commit | 20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2 (patch) (unidiff) | |
tree | 8a297ef21341c2c9711730bb2c495556d25a75d5 | |
parent | 075fe8e7470f5b9db7553889271880e476a6015a (diff) | |
download | kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.zip kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.tar.gz kdepimpi-20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2.tar.bz2 |
pro fix
-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 233839f..cd38e5f 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -19,96 +19,97 @@ LIBS += ../bin/libmicrokabc_dir.a | |||
19 | LIBS += ../bin/libmicrokdepim.a | 19 | LIBS += ../bin/libmicrokdepim.a |
20 | LIBS += ../bin/libmicrokcal.a | 20 | LIBS += ../bin/libmicrokcal.a |
21 | LIBS += ../bin/libmicrokabc.a | 21 | LIBS += ../bin/libmicrokabc.a |
22 | LIBS += ../bin/libmicrokde.a | 22 | LIBS += ../bin/libmicrokde.a |
23 | LIBS += ../bin/libmicrokabc_qtopia.a | 23 | LIBS += ../bin/libmicrokabc_qtopia.a |
24 | LIBS += ../bin/libmicrokabc_file.a | 24 | LIBS += ../bin/libmicrokabc_file.a |
25 | LIBS += ../bin/libmicrokabc_dir.a | 25 | LIBS += ../bin/libmicrokabc_dir.a |
26 | LIBS += ../bin/libmicrokdepim.a | 26 | LIBS += ../bin/libmicrokdepim.a |
27 | LIBS += ../bin/libmicrokcal.a | 27 | LIBS += ../bin/libmicrokcal.a |
28 | LIBS += ../bin/libmicrokabc.a | 28 | LIBS += ../bin/libmicrokabc.a |
29 | LIBS += ../bin/libmicrokde.a | 29 | LIBS += ../bin/libmicrokde.a |
30 | LIBS += ../libical/lib/libical.a | 30 | LIBS += ../libical/lib/libical.a |
31 | LIBS += ../libical/lib/libicalss.a | 31 | LIBS += ../libical/lib/libicalss.a |
32 | 32 | ||
33 | } else { | 33 | } else { |
34 | LIBS += ../bin/libmicrokdepim.so | 34 | LIBS += ../bin/libmicrokdepim.so |
35 | LIBS += ../bin/libmicrokde.so | 35 | LIBS += ../bin/libmicrokde.so |
36 | LIBS += ../bin/libmicrokabc.so | 36 | LIBS += ../bin/libmicrokabc.so |
37 | LIBS += ../bin/libmicrokcal.so | 37 | LIBS += ../bin/libmicrokcal.so |
38 | #LIBS += -lldap | 38 | #LIBS += -lldap |
39 | } | 39 | } |
40 | OBJECTS_DIR = obj/unix | 40 | OBJECTS_DIR = obj/unix |
41 | MOC_DIR = moc/unix | 41 | MOC_DIR = moc/unix |
42 | } | 42 | } |
43 | win32: { | 43 | win32: { |
44 | RC_FILE = winicons.rc | 44 | RC_FILE = winicons.rc |
45 | DEFINES += _WIN32_ | 45 | DEFINES += _WIN32_ |
46 | LIBS += ../bin/microkdepim.lib | 46 | LIBS += ../bin/microkdepim.lib |
47 | LIBS += ../bin/microkcal.lib | 47 | LIBS += ../bin/microkcal.lib |
48 | LIBS += ../bin/microkde.lib | 48 | LIBS += ../bin/microkde.lib |
49 | LIBS += ../bin/microkabc.lib | 49 | LIBS += ../bin/microkabc.lib |
50 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 50 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
51 | OBJECTS_DIR = obj/win | 51 | OBJECTS_DIR = obj/win |
52 | MOC_DIR = moc/win | 52 | MOC_DIR = moc/win |
53 | #olimport section | 53 | #olimport section |
54 | importol { | 54 | importol { |
55 | debug: { | 55 | debug: { |
56 | LIBS += mfc71ud.lib | 56 | LIBS += mfc71ud.lib |
57 | } | 57 | } |
58 | release: { | 58 | release: { |
59 | LIBS += mfc71u.lib | 59 | LIBS += mfc71u.lib |
60 | } | 60 | } |
61 | DEFINES += _OL_IMPORT_ | 61 | DEFINES += _OL_IMPORT_ |
62 | HEADERS = ../outport/msoutl9.h \ | 62 | HEADERS = ../outport/msoutl9.h \ |
63 | kaimportoldialog.h | 63 | kaimportoldialog.h |
64 | SOURCES = ../outport/msoutl9.cpp \ | 64 | SOURCES = ../outport/msoutl9.cpp \ |
65 | kaimportoldialog.cpp | 65 | kaimportoldialog.cpp |
66 | #olimport section end | 66 | #olimport section end |
67 | TARGET = kapi_xp | ||
67 | } else { | 68 | } else { |
68 | TARGET = kapi_me | 69 | TARGET = kapi_me |
69 | } | 70 | } |
70 | } | 71 | } |
71 | 72 | ||
72 | INTERFACES = \ | 73 | INTERFACES = \ |
73 | # filteredit_base.ui \ | 74 | # filteredit_base.ui \ |
74 | # kofilterview_base.ui \ | 75 | # kofilterview_base.ui \ |
75 | 76 | ||
76 | HEADERS += \ | 77 | HEADERS += \ |
77 | features/mergewidget.h \ | 78 | features/mergewidget.h \ |
78 | features/distributionlistwidget.h \ | 79 | features/distributionlistwidget.h \ |
79 | kcmconfigs/addresseewidget.h \ | 80 | kcmconfigs/addresseewidget.h \ |
80 | kcmconfigs/extensionconfigdialog.h \ | 81 | kcmconfigs/extensionconfigdialog.h \ |
81 | kcmconfigs/kcmkabconfig.h \ | 82 | kcmconfigs/kcmkabconfig.h \ |
82 | kcmconfigs/kabconfigwidget.h \ | 83 | kcmconfigs/kabconfigwidget.h \ |
83 | addresseeeditordialog.h \ | 84 | addresseeeditordialog.h \ |
84 | addresseeeditorwidget.h \ | 85 | addresseeeditorwidget.h \ |
85 | addresseditwidget.h \ | 86 | addresseditwidget.h \ |
86 | addresseeconfig.h \ | 87 | addresseeconfig.h \ |
87 | addresseeutil.h \ | 88 | addresseeutil.h \ |
88 | emaileditwidget.h \ | 89 | emaileditwidget.h \ |
89 | filtereditdialog.h \ | 90 | filtereditdialog.h \ |
90 | kaddressbookmain.h \ | 91 | kaddressbookmain.h \ |
91 | kabprefs.h \ | 92 | kabprefs.h \ |
92 | kabcore.h \ | 93 | kabcore.h \ |
93 | viewmanager.h \ | 94 | viewmanager.h \ |
94 | extensionmanager.h \ | 95 | extensionmanager.h \ |
95 | extensionwidget.h \ | 96 | extensionwidget.h \ |
96 | kaddressbookview.h \ | 97 | kaddressbookview.h \ |
97 | geowidget.h \ | 98 | geowidget.h \ |
98 | imagewidget.h \ | 99 | imagewidget.h \ |
99 | incsearchwidget.h \ | 100 | incsearchwidget.h \ |
100 | jumpbuttonbar.h \ | 101 | jumpbuttonbar.h \ |
101 | phoneeditwidget.h \ | 102 | phoneeditwidget.h \ |
102 | secrecywidget.h \ | 103 | secrecywidget.h \ |
103 | keywidget.h \ | 104 | keywidget.h \ |
104 | nameeditdialog.h \ | 105 | nameeditdialog.h \ |
105 | filter.h \ | 106 | filter.h \ |
106 | addviewdialog.h \ | 107 | addviewdialog.h \ |
107 | configurewidget.h \ | 108 | configurewidget.h \ |
108 | viewconfigurewidget.h \ | 109 | viewconfigurewidget.h \ |
109 | viewconfigurefieldspage.h \ | 110 | viewconfigurefieldspage.h \ |
110 | viewconfigurefilterpage.h \ | 111 | viewconfigurefilterpage.h \ |
111 | typecombo.h \ | 112 | typecombo.h \ |
112 | undo.h \ | 113 | undo.h \ |
113 | undocmds.h \ | 114 | undocmds.h \ |
114 | xxportmanager.h \ | 115 | xxportmanager.h \ |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 50443ef..df8f8d7 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -32,96 +32,97 @@ LIBS += ../bin/libmicrokcal.a | |||
32 | LIBS += ../bin/libmicrokabc.a | 32 | LIBS += ../bin/libmicrokabc.a |
33 | LIBS += ../bin/libmicrokde.a | 33 | LIBS += ../bin/libmicrokde.a |
34 | LIBS += ../libical/lib/libical.a | 34 | LIBS += ../libical/lib/libical.a |
35 | LIBS += ../libical/lib/libicalss.a | 35 | LIBS += ../libical/lib/libicalss.a |
36 | } else { | 36 | } else { |
37 | LIBS += ../bin/libmicrokdepim.so | 37 | LIBS += ../bin/libmicrokdepim.so |
38 | LIBS += ../bin/libmicrokcal.so | 38 | LIBS += ../bin/libmicrokcal.so |
39 | LIBS += ../bin/libmicrokde.so | 39 | LIBS += ../bin/libmicrokde.so |
40 | LIBS += ../bin/libmicrokabc.so | 40 | LIBS += ../bin/libmicrokabc.so |
41 | #LIBS += -lbluetooth | 41 | #LIBS += -lbluetooth |
42 | #LIBS += -lsdp | 42 | #LIBS += -lsdp |
43 | 43 | ||
44 | #LIBS += -lldap | 44 | #LIBS += -lldap |
45 | } | 45 | } |
46 | OBJECTS_DIR = obj/unix | 46 | OBJECTS_DIR = obj/unix |
47 | MOC_DIR = moc/unix | 47 | MOC_DIR = moc/unix |
48 | } | 48 | } |
49 | win32: { | 49 | win32: { |
50 | RC_FILE = winicons.rc | 50 | RC_FILE = winicons.rc |
51 | DEFINES += _WIN32_ | 51 | DEFINES += _WIN32_ |
52 | LIBS += ../bin/microkdepim.lib | 52 | LIBS += ../bin/microkdepim.lib |
53 | LIBS += ../bin/microkcal.lib | 53 | LIBS += ../bin/microkcal.lib |
54 | LIBS += ../bin/microkde.lib | 54 | LIBS += ../bin/microkde.lib |
55 | LIBS += ../bin/microkabc.lib | 55 | LIBS += ../bin/microkabc.lib |
56 | LIBS += ../libical/lib/ical.lib | 56 | LIBS += ../libical/lib/ical.lib |
57 | LIBS += ../libical/lib/icalss.lib | 57 | LIBS += ../libical/lib/icalss.lib |
58 | #LIBS += atls.lib | 58 | #LIBS += atls.lib |
59 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 59 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
60 | OBJECTS_DIR = obj/win | 60 | OBJECTS_DIR = obj/win |
61 | MOC_DIR = moc/win | 61 | MOC_DIR = moc/win |
62 | #olimport section | 62 | #olimport section |
63 | importol: { | 63 | importol: { |
64 | debug: { | 64 | debug: { |
65 | LIBS += mfc71ud.lib | 65 | LIBS += mfc71ud.lib |
66 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 66 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
67 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 67 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
68 | } | 68 | } |
69 | release: { | 69 | release: { |
70 | LIBS += mfc71u.lib | 70 | LIBS += mfc71u.lib |
71 | } | 71 | } |
72 | DEFINES += _OL_IMPORT_ | 72 | DEFINES += _OL_IMPORT_ |
73 | 73 | ||
74 | HEADERS += ../outport/msoutl9.h \ | 74 | HEADERS += ../outport/msoutl9.h \ |
75 | koimportoldialog.h | 75 | koimportoldialog.h |
76 | 76 | ||
77 | SOURCES += ../outport/msoutl9.cpp \ | 77 | SOURCES += ../outport/msoutl9.cpp \ |
78 | koimportoldialog.cpp | 78 | koimportoldialog.cpp |
79 | #olimport section end | 79 | #olimport section end |
80 | TARGET = kopi_xp | ||
80 | } else { | 81 | } else { |
81 | TARGET = kopi_me | 82 | TARGET = kopi_me |
82 | } | 83 | } |
83 | 84 | ||
84 | } | 85 | } |
85 | 86 | ||
86 | 87 | ||
87 | INTERFACES = kofilterview_base.ui | 88 | INTERFACES = kofilterview_base.ui |
88 | #filteredit_base.ui | 89 | #filteredit_base.ui |
89 | 90 | ||
90 | # kdateedit.h \ | 91 | # kdateedit.h \ |
91 | 92 | ||
92 | HEADERS += datenavigatorcontainer.h \ | 93 | HEADERS += datenavigatorcontainer.h \ |
93 | filteredit_base.h \ | 94 | filteredit_base.h \ |
94 | alarmclient.h \ | 95 | alarmclient.h \ |
95 | calendarview.h \ | 96 | calendarview.h \ |
96 | customlistviewitem.h \ | 97 | customlistviewitem.h \ |
97 | datenavigator.h \ | 98 | datenavigator.h \ |
98 | docprefs.h \ | 99 | docprefs.h \ |
99 | filtereditdialog.h \ | 100 | filtereditdialog.h \ |
100 | incomingdialog.h \ | 101 | incomingdialog.h \ |
101 | incomingdialog_base.h \ | 102 | incomingdialog_base.h \ |
102 | interfaces/korganizer/baseview.h \ | 103 | interfaces/korganizer/baseview.h \ |
103 | interfaces/korganizer/calendarviewbase.h \ | 104 | interfaces/korganizer/calendarviewbase.h \ |
104 | journalentry.h \ | 105 | journalentry.h \ |
105 | kdatenavigator.h \ | 106 | kdatenavigator.h \ |
106 | koagenda.h \ | 107 | koagenda.h \ |
107 | koagendaitem.h \ | 108 | koagendaitem.h \ |
108 | koagendaview.h \ | 109 | koagendaview.h \ |
109 | kocounterdialog.h \ | 110 | kocounterdialog.h \ |
110 | kodaymatrix.h \ | 111 | kodaymatrix.h \ |
111 | kodialogmanager.h \ | 112 | kodialogmanager.h \ |
112 | koeditordetails.h \ | 113 | koeditordetails.h \ |
113 | koeditorgeneral.h \ | 114 | koeditorgeneral.h \ |
114 | koeditorgeneralevent.h \ | 115 | koeditorgeneralevent.h \ |
115 | koeditorgeneraltodo.h \ | 116 | koeditorgeneraltodo.h \ |
116 | koeditorrecurrence.h \ | 117 | koeditorrecurrence.h \ |
117 | koeventeditor.h \ | 118 | koeventeditor.h \ |
118 | koeventpopupmenu.h \ | 119 | koeventpopupmenu.h \ |
119 | koeventview.h \ | 120 | koeventview.h \ |
120 | koeventviewer.h \ | 121 | koeventviewer.h \ |
121 | koeventviewerdialog.h \ | 122 | koeventviewerdialog.h \ |
122 | kofilterview.h \ | 123 | kofilterview.h \ |
123 | koglobals.h \ | 124 | koglobals.h \ |
124 | koincidenceeditor.h \ | 125 | koincidenceeditor.h \ |
125 | kojournalview.h \ | 126 | kojournalview.h \ |
126 | kolistview.h \ | 127 | kolistview.h \ |
127 | kolocationbox.h \ | 128 | kolocationbox.h \ |