-rw-r--r-- | kaddressbook/kaddressbook.pro | 4 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 4 | ||||
-rw-r--r-- | variables.pri | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index f9d22d5..3386ffe 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,161 +1,161 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kapi | 3 | TARGET = kapi |
4 | DESTDIR= ../bin | 4 | DESTDIR= ../bin |
5 | 5 | ||
6 | include( ../variables.pri ) | 6 | include( ../variables.pri ) |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces | 9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces |
10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | 10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION |
11 | 11 | ||
12 | unix : { | 12 | unix : { |
13 | 13 | ||
14 | staticlib: { | 14 | staticlib: { |
15 | LIBS += ../bin/libmicrokabc_qtopia.a | 15 | LIBS += ../bin/libmicrokabc_qtopia.a |
16 | LIBS += ../bin/libmicrokabc_file.a | 16 | LIBS += ../bin/libmicrokabc_file.a |
17 | LIBS += ../bin/libmicrokabc_dir.a | 17 | LIBS += ../bin/libmicrokabc_dir.a |
18 | LIBS += ../bin/libmicrokdepim.a | 18 | LIBS += ../bin/libmicrokdepim.a |
19 | LIBS += ../bin/libmicrokcal.a | 19 | LIBS += ../bin/libmicrokcal.a |
20 | LIBS += ../bin/libmicrokabc.a | 20 | LIBS += ../bin/libmicrokabc.a |
21 | LIBS += ../bin/libmicrokde.a | 21 | LIBS += ../bin/libmicrokde.a |
22 | LIBS += ../bin/libmicrokabc_qtopia.a | 22 | LIBS += ../bin/libmicrokabc_qtopia.a |
23 | LIBS += ../bin/libmicrokabc_file.a | 23 | LIBS += ../bin/libmicrokabc_file.a |
24 | LIBS += ../bin/libmicrokabc_dir.a | 24 | LIBS += ../bin/libmicrokabc_dir.a |
25 | LIBS += ../bin/libmicrokdepim.a | 25 | LIBS += ../bin/libmicrokdepim.a |
26 | LIBS += ../bin/libmicrokcal.a | 26 | LIBS += ../bin/libmicrokcal.a |
27 | LIBS += ../bin/libmicrokabc.a | 27 | LIBS += ../bin/libmicrokabc.a |
28 | LIBS += ../bin/libmicrokde.a | 28 | LIBS += ../bin/libmicrokde.a |
29 | LIBS += ../libical/lib/libical.a | 29 | LIBS += ../libical/lib/libical.a |
30 | LIBS += ../libical/lib/libicalss.a | 30 | LIBS += ../libical/lib/libicalss.a |
31 | 31 | ||
32 | } else { | 32 | } else { |
33 | LIBS += ../bin/libmicrokdepim.so | 33 | LIBS += ../bin/libmicrokdepim.so |
34 | LIBS += ../bin/libmicrokde.so | 34 | LIBS += ../bin/libmicrokde.so |
35 | LIBS += ../bin/libmicrokabc.so | 35 | LIBS += ../bin/libmicrokabc.so |
36 | LIBS += ../bin/libmicrokcal.so | 36 | LIBS += ../bin/libmicrokcal.so |
37 | #LIBS += -lldap | 37 | #LIBS += -lldap |
38 | } | 38 | } |
39 | OBJECTS_DIR = obj/unix | 39 | OBJECTS_DIR = obj/unix |
40 | MOC_DIR = moc/unix | 40 | MOC_DIR = moc/unix |
41 | } | 41 | } |
42 | win32: { | 42 | win32: { |
43 | RC_FILE = winicons.rc | 43 | RC_FILE = winicons.rc |
44 | DEFINES += _WIN32_ | 44 | DEFINES += _WIN32_ |
45 | LIBS += ../bin/microkdepim.lib | 45 | LIBS += ../bin/microkdepim.lib |
46 | LIBS += ../bin/microkcal.lib | 46 | LIBS += ../bin/microkcal.lib |
47 | LIBS += ../bin/microkde.lib | 47 | LIBS += ../bin/microkde.lib |
48 | LIBS += ../bin/microkabc.lib | 48 | LIBS += ../bin/microkabc.lib |
49 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 49 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
50 | OBJECTS_DIR = obj/win | 50 | OBJECTS_DIR = obj/win |
51 | MOC_DIR = moc/win | 51 | MOC_DIR = moc/win |
52 | #olimport section | 52 | #olimport section |
53 | #blabla: { | 53 | importol { |
54 | debug: { | 54 | debug: { |
55 | LIBS += mfc71ud.lib | 55 | LIBS += mfc71ud.lib |
56 | } | 56 | } |
57 | release: { | 57 | release: { |
58 | LIBS += mfc71u.lib | 58 | LIBS += mfc71u.lib |
59 | } | 59 | } |
60 | DEFINES += _OL_IMPORT_ | 60 | DEFINES += _OL_IMPORT_ |
61 | HEADERS = ../outport/msoutl9.h \ | 61 | HEADERS = ../outport/msoutl9.h \ |
62 | kaimportoldialog.h | 62 | kaimportoldialog.h |
63 | SOURCES = ../outport/msoutl9.cpp \ | 63 | SOURCES = ../outport/msoutl9.cpp \ |
64 | kaimportoldialog.cpp | 64 | kaimportoldialog.cpp |
65 | #} | 65 | } |
66 | #olimport section end | 66 | #olimport section end |
67 | } | 67 | } |
68 | 68 | ||
69 | INTERFACES = \ | 69 | INTERFACES = \ |
70 | # filteredit_base.ui \ | 70 | # filteredit_base.ui \ |
71 | # kofilterview_base.ui \ | 71 | # kofilterview_base.ui \ |
72 | 72 | ||
73 | HEADERS += \ | 73 | HEADERS += \ |
74 | features/mergewidget.h \ | 74 | features/mergewidget.h \ |
75 | features/distributionlistwidget.h \ | 75 | features/distributionlistwidget.h \ |
76 | kcmconfigs/addresseewidget.h \ | 76 | kcmconfigs/addresseewidget.h \ |
77 | kcmconfigs/extensionconfigdialog.h \ | 77 | kcmconfigs/extensionconfigdialog.h \ |
78 | kcmconfigs/kcmkabconfig.h \ | 78 | kcmconfigs/kcmkabconfig.h \ |
79 | kcmconfigs/kabconfigwidget.h \ | 79 | kcmconfigs/kabconfigwidget.h \ |
80 | addresseeeditordialog.h \ | 80 | addresseeeditordialog.h \ |
81 | addresseeeditorwidget.h \ | 81 | addresseeeditorwidget.h \ |
82 | addresseditwidget.h \ | 82 | addresseditwidget.h \ |
83 | addresseeconfig.h \ | 83 | addresseeconfig.h \ |
84 | addresseeutil.h \ | 84 | addresseeutil.h \ |
85 | emaileditwidget.h \ | 85 | emaileditwidget.h \ |
86 | filtereditdialog.h \ | 86 | filtereditdialog.h \ |
87 | kaddressbookmain.h \ | 87 | kaddressbookmain.h \ |
88 | kabprefs.h \ | 88 | kabprefs.h \ |
89 | kabcore.h \ | 89 | kabcore.h \ |
90 | viewmanager.h \ | 90 | viewmanager.h \ |
91 | extensionmanager.h \ | 91 | extensionmanager.h \ |
92 | extensionwidget.h \ | 92 | extensionwidget.h \ |
93 | kaddressbookview.h \ | 93 | kaddressbookview.h \ |
94 | geowidget.h \ | 94 | geowidget.h \ |
95 | imagewidget.h \ | 95 | imagewidget.h \ |
96 | incsearchwidget.h \ | 96 | incsearchwidget.h \ |
97 | jumpbuttonbar.h \ | 97 | jumpbuttonbar.h \ |
98 | phoneeditwidget.h \ | 98 | phoneeditwidget.h \ |
99 | secrecywidget.h \ | 99 | secrecywidget.h \ |
100 | keywidget.h \ | 100 | keywidget.h \ |
101 | nameeditdialog.h \ | 101 | nameeditdialog.h \ |
102 | filter.h \ | 102 | filter.h \ |
103 | addviewdialog.h \ | 103 | addviewdialog.h \ |
104 | configurewidget.h \ | 104 | configurewidget.h \ |
105 | viewconfigurewidget.h \ | 105 | viewconfigurewidget.h \ |
106 | viewconfigurefieldspage.h \ | 106 | viewconfigurefieldspage.h \ |
107 | viewconfigurefilterpage.h \ | 107 | viewconfigurefilterpage.h \ |
108 | typecombo.h \ | 108 | typecombo.h \ |
109 | undo.h \ | 109 | undo.h \ |
110 | undocmds.h \ | 110 | undocmds.h \ |
111 | xxportmanager.h \ | 111 | xxportmanager.h \ |
112 | xxportobject.h \ | 112 | xxportobject.h \ |
113 | xxportselectdialog.h \ | 113 | xxportselectdialog.h \ |
114 | details/detailsviewcontainer.h \ | 114 | details/detailsviewcontainer.h \ |
115 | details/look_basic.h \ | 115 | details/look_basic.h \ |
116 | details/look_html.h \ | 116 | details/look_html.h \ |
117 | views/kaddressbookiconview.h \ | 117 | views/kaddressbookiconview.h \ |
118 | views/kaddressbooktableview.h \ | 118 | views/kaddressbooktableview.h \ |
119 | views/kaddressbookcardview.h \ | 119 | views/kaddressbookcardview.h \ |
120 | views/configuretableviewdialog.h \ | 120 | views/configuretableviewdialog.h \ |
121 | views/configurecardviewdialog.h \ | 121 | views/configurecardviewdialog.h \ |
122 | views/cardview.h \ | 122 | views/cardview.h \ |
123 | views/colorlistbox.h \ | 123 | views/colorlistbox.h \ |
124 | views/contactlistview.h \ | 124 | views/contactlistview.h \ |
125 | xxport/vcard_xxport.h \ | 125 | xxport/vcard_xxport.h \ |
126 | xxport/kde2_xxport.h \ | 126 | xxport/kde2_xxport.h \ |
127 | xxport/csv_xxport.h \ | 127 | xxport/csv_xxport.h \ |
128 | xxport/csvimportdialog.h \ | 128 | xxport/csvimportdialog.h \ |
129 | xxport/opie_xxport.h \ | 129 | xxport/opie_xxport.h \ |
130 | xxport/qtopia_xxport.h \ | 130 | xxport/qtopia_xxport.h \ |
131 | xxport/sharpdtm_xxport.h \ | 131 | xxport/sharpdtm_xxport.h \ |
132 | #details/look_details.h \ | 132 | #details/look_details.h \ |
133 | #mainwindoiw.h \ | 133 | #mainwindoiw.h \ |
134 | # alarmclient.h \ | 134 | # alarmclient.h \ |
135 | # calendarview.h \ | 135 | # calendarview.h \ |
136 | # customlistviewitem.h \ | 136 | # customlistviewitem.h \ |
137 | # datenavigator.h | 137 | # datenavigator.h |
138 | 138 | ||
139 | SOURCES += \ | 139 | SOURCES += \ |
140 | addresseeeditordialog.cpp \ | 140 | addresseeeditordialog.cpp \ |
141 | addresseeeditorwidget.cpp \ | 141 | addresseeeditorwidget.cpp \ |
142 | addresseditwidget.cpp \ | 142 | addresseditwidget.cpp \ |
143 | addresseeconfig.cpp \ | 143 | addresseeconfig.cpp \ |
144 | addresseeutil.cpp \ | 144 | addresseeutil.cpp \ |
145 | extensionmanager.cpp \ | 145 | extensionmanager.cpp \ |
146 | features/mergewidget.cpp \ | 146 | features/mergewidget.cpp \ |
147 | features/distributionlistwidget.cpp \ | 147 | features/distributionlistwidget.cpp \ |
148 | kcmconfigs/addresseewidget.cpp \ | 148 | kcmconfigs/addresseewidget.cpp \ |
149 | kcmconfigs/extensionconfigdialog.cpp \ | 149 | kcmconfigs/extensionconfigdialog.cpp \ |
150 | kcmconfigs/kcmkabconfig.cpp \ | 150 | kcmconfigs/kcmkabconfig.cpp \ |
151 | kcmconfigs/kabconfigwidget.cpp \ | 151 | kcmconfigs/kabconfigwidget.cpp \ |
152 | emaileditwidget.cpp \ | 152 | emaileditwidget.cpp \ |
153 | filtereditdialog.cpp \ | 153 | filtereditdialog.cpp \ |
154 | mainembedded.cpp \ | 154 | mainembedded.cpp \ |
155 | kaddressbookmain.cpp \ | 155 | kaddressbookmain.cpp \ |
156 | kabcore.cpp \ | 156 | kabcore.cpp \ |
157 | kabprefs.cpp \ | 157 | kabprefs.cpp \ |
158 | viewmanager.cpp \ | 158 | viewmanager.cpp \ |
159 | kaddressbookview.cpp \ | 159 | kaddressbookview.cpp \ |
160 | extensionwidget.cpp \ | 160 | extensionwidget.cpp \ |
161 | geowidget.cpp \ | 161 | geowidget.cpp \ |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index bb5f29e..0750083 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,174 +1,174 @@ | |||
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: { | 18 | staticlib: { |
19 | LIBS += ../bin/libmicrokabc_qtopia.a | 19 | LIBS += ../bin/libmicrokabc_qtopia.a |
20 | LIBS += ../bin/libmicrokabc_file.a | 20 | LIBS += ../bin/libmicrokabc_file.a |
21 | LIBS += ../bin/libmicrokabc_dir.a | 21 | LIBS += ../bin/libmicrokabc_dir.a |
22 | LIBS += ../bin/libmicrokdepim.a | 22 | LIBS += ../bin/libmicrokdepim.a |
23 | LIBS += ../bin/libmicrokcal.a | 23 | LIBS += ../bin/libmicrokcal.a |
24 | LIBS += ../bin/libmicrokabc.a | 24 | LIBS += ../bin/libmicrokabc.a |
25 | LIBS += ../bin/libmicrokde.a | 25 | LIBS += ../bin/libmicrokde.a |
26 | LIBS += ../bin/libmicrokabc_qtopia.a | 26 | LIBS += ../bin/libmicrokabc_qtopia.a |
27 | LIBS += ../bin/libmicrokabc_file.a | 27 | LIBS += ../bin/libmicrokabc_file.a |
28 | LIBS += ../bin/libmicrokabc_dir.a | 28 | LIBS += ../bin/libmicrokabc_dir.a |
29 | LIBS += ../bin/libmicrokdepim.a | 29 | LIBS += ../bin/libmicrokdepim.a |
30 | LIBS += ../bin/libmicrokcal.a | 30 | LIBS += ../bin/libmicrokcal.a |
31 | LIBS += ../bin/libmicrokabc.a | 31 | LIBS += ../bin/libmicrokabc.a |
32 | LIBS += ../bin/libmicrokde.a | 32 | LIBS += ../bin/libmicrokde.a |
33 | LIBS += ../libical/lib/libical.a | 33 | LIBS += ../libical/lib/libical.a |
34 | LIBS += ../libical/lib/libicalss.a | 34 | LIBS += ../libical/lib/libicalss.a |
35 | } else { | 35 | } else { |
36 | LIBS += ../bin/libmicrokdepim.so | 36 | LIBS += ../bin/libmicrokdepim.so |
37 | LIBS += ../bin/libmicrokcal.so | 37 | LIBS += ../bin/libmicrokcal.so |
38 | LIBS += ../bin/libmicrokde.so | 38 | LIBS += ../bin/libmicrokde.so |
39 | LIBS += ../bin/libmicrokabc.so | 39 | LIBS += ../bin/libmicrokabc.so |
40 | #LIBS += -lbluetooth | 40 | #LIBS += -lbluetooth |
41 | #LIBS += -lsdp | 41 | #LIBS += -lsdp |
42 | 42 | ||
43 | #LIBS += -lldap | 43 | #LIBS += -lldap |
44 | } | 44 | } |
45 | OBJECTS_DIR = obj/unix | 45 | OBJECTS_DIR = obj/unix |
46 | MOC_DIR = moc/unix | 46 | MOC_DIR = moc/unix |
47 | } | 47 | } |
48 | win32: { | 48 | win32: { |
49 | RC_FILE = winicons.rc | 49 | RC_FILE = winicons.rc |
50 | DEFINES += _WIN32_ | 50 | DEFINES += _WIN32_ |
51 | LIBS += ../bin/microkdepim.lib | 51 | LIBS += ../bin/microkdepim.lib |
52 | LIBS += ../bin/microkcal.lib | 52 | LIBS += ../bin/microkcal.lib |
53 | LIBS += ../bin/microkde.lib | 53 | LIBS += ../bin/microkde.lib |
54 | LIBS += ../bin/microkabc.lib | 54 | LIBS += ../bin/microkabc.lib |
55 | LIBS += ../libical/lib/ical.lib | 55 | LIBS += ../libical/lib/ical.lib |
56 | LIBS += ../libical/lib/icalss.lib | 56 | LIBS += ../libical/lib/icalss.lib |
57 | #LIBS += atls.lib | 57 | #LIBS += atls.lib |
58 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 58 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
59 | OBJECTS_DIR = obj/win | 59 | OBJECTS_DIR = obj/win |
60 | MOC_DIR = moc/win | 60 | MOC_DIR = moc/win |
61 | #olimport section | 61 | #olimport section |
62 | #blabla: { | 62 | importol: { |
63 | debug: { | 63 | debug: { |
64 | LIBS += mfc71ud.lib | 64 | LIBS += mfc71ud.lib |
65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
66 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 66 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
67 | } | 67 | } |
68 | release: { | 68 | release: { |
69 | LIBS += mfc71u.lib | 69 | LIBS += mfc71u.lib |
70 | } | 70 | } |
71 | DEFINES += _OL_IMPORT_ | 71 | DEFINES += _OL_IMPORT_ |
72 | 72 | ||
73 | HEADERS += ../outport/msoutl9.h \ | 73 | HEADERS += ../outport/msoutl9.h \ |
74 | koimportoldialog.h | 74 | koimportoldialog.h |
75 | 75 | ||
76 | SOURCES += ../outport/msoutl9.cpp \ | 76 | SOURCES += ../outport/msoutl9.cpp \ |
77 | koimportoldialog.cpp | 77 | koimportoldialog.cpp |
78 | #} | 78 | } |
79 | #olimport section end | 79 | #olimport section end |
80 | 80 | ||
81 | } | 81 | } |
82 | 82 | ||
83 | 83 | ||
84 | INTERFACES = kofilterview_base.ui | 84 | INTERFACES = kofilterview_base.ui |
85 | #filteredit_base.ui | 85 | #filteredit_base.ui |
86 | 86 | ||
87 | # kdateedit.h \ | 87 | # kdateedit.h \ |
88 | 88 | ||
89 | HEADERS += datenavigatorcontainer.h \ | 89 | HEADERS += datenavigatorcontainer.h \ |
90 | filteredit_base.h \ | 90 | filteredit_base.h \ |
91 | alarmclient.h \ | 91 | alarmclient.h \ |
92 | calendarview.h \ | 92 | calendarview.h \ |
93 | customlistviewitem.h \ | 93 | customlistviewitem.h \ |
94 | datenavigator.h \ | 94 | datenavigator.h \ |
95 | docprefs.h \ | 95 | docprefs.h \ |
96 | filtereditdialog.h \ | 96 | filtereditdialog.h \ |
97 | incomingdialog.h \ | 97 | incomingdialog.h \ |
98 | incomingdialog_base.h \ | 98 | incomingdialog_base.h \ |
99 | interfaces/korganizer/baseview.h \ | 99 | interfaces/korganizer/baseview.h \ |
100 | interfaces/korganizer/calendarviewbase.h \ | 100 | interfaces/korganizer/calendarviewbase.h \ |
101 | journalentry.h \ | 101 | journalentry.h \ |
102 | kdatenavigator.h \ | 102 | kdatenavigator.h \ |
103 | koagenda.h \ | 103 | koagenda.h \ |
104 | koagendaitem.h \ | 104 | koagendaitem.h \ |
105 | koagendaview.h \ | 105 | koagendaview.h \ |
106 | kocounterdialog.h \ | 106 | kocounterdialog.h \ |
107 | kodaymatrix.h \ | 107 | kodaymatrix.h \ |
108 | kodialogmanager.h \ | 108 | kodialogmanager.h \ |
109 | koeditordetails.h \ | 109 | koeditordetails.h \ |
110 | koeditorgeneral.h \ | 110 | koeditorgeneral.h \ |
111 | koeditorgeneralevent.h \ | 111 | koeditorgeneralevent.h \ |
112 | koeditorgeneraltodo.h \ | 112 | koeditorgeneraltodo.h \ |
113 | koeditorrecurrence.h \ | 113 | koeditorrecurrence.h \ |
114 | koeventeditor.h \ | 114 | koeventeditor.h \ |
115 | koeventpopupmenu.h \ | 115 | koeventpopupmenu.h \ |
116 | koeventview.h \ | 116 | koeventview.h \ |
117 | koeventviewer.h \ | 117 | koeventviewer.h \ |
118 | koeventviewerdialog.h \ | 118 | koeventviewerdialog.h \ |
119 | kofilterview.h \ | 119 | kofilterview.h \ |
120 | koglobals.h \ | 120 | koglobals.h \ |
121 | koincidenceeditor.h \ | 121 | koincidenceeditor.h \ |
122 | kojournalview.h \ | 122 | kojournalview.h \ |
123 | kolistview.h \ | 123 | kolistview.h \ |
124 | kolocationbox.h \ | 124 | kolocationbox.h \ |
125 | komonthview.h \ | 125 | komonthview.h \ |
126 | koprefs.h \ | 126 | koprefs.h \ |
127 | koprefsdialog.h \ | 127 | koprefsdialog.h \ |
128 | kotimespanview.h \ | 128 | kotimespanview.h \ |
129 | kotodoeditor.h \ | 129 | kotodoeditor.h \ |
130 | kotodoview.h \ | 130 | kotodoview.h \ |
131 | kotodoviewitem.h \ | 131 | kotodoviewitem.h \ |
132 | koviewmanager.h \ | 132 | koviewmanager.h \ |
133 | kowhatsnextview.h \ | 133 | kowhatsnextview.h \ |
134 | ktimeedit.h \ | 134 | ktimeedit.h \ |
135 | lineview.h \ | 135 | lineview.h \ |
136 | mainwindow.h \ | 136 | mainwindow.h \ |
137 | navigatorbar.h \ | 137 | navigatorbar.h \ |
138 | outgoingdialog.h \ | 138 | outgoingdialog.h \ |
139 | outgoingdialog_base.h \ | 139 | outgoingdialog_base.h \ |
140 | publishdialog.h \ | 140 | publishdialog.h \ |
141 | publishdialog_base.h \ | 141 | publishdialog_base.h \ |
142 | savetemplatedialog.h \ | 142 | savetemplatedialog.h \ |
143 | searchdialog.h \ | 143 | searchdialog.h \ |
144 | statusdialog.h \ | 144 | statusdialog.h \ |
145 | timeline.h \ | 145 | timeline.h \ |
146 | timespanview.h \ | 146 | timespanview.h \ |
147 | version.h \ | 147 | version.h \ |
148 | ../kalarmd/alarmdialog.h \ | 148 | ../kalarmd/alarmdialog.h \ |
149 | 149 | ||
150 | 150 | ||
151 | SOURCES += datenavigatorcontainer.cpp \ | 151 | SOURCES += datenavigatorcontainer.cpp \ |
152 | filteredit_base.cpp \ | 152 | filteredit_base.cpp \ |
153 | calendarview.cpp \ | 153 | calendarview.cpp \ |
154 | datenavigator.cpp \ | 154 | datenavigator.cpp \ |
155 | docprefs.cpp \ | 155 | docprefs.cpp \ |
156 | filtereditdialog.cpp \ | 156 | filtereditdialog.cpp \ |
157 | incomingdialog.cpp \ | 157 | incomingdialog.cpp \ |
158 | incomingdialog_base.cpp \ | 158 | incomingdialog_base.cpp \ |
159 | journalentry.cpp \ | 159 | journalentry.cpp \ |
160 | kdatenavigator.cpp \ | 160 | kdatenavigator.cpp \ |
161 | koagenda.cpp \ | 161 | koagenda.cpp \ |
162 | koagendaitem.cpp \ | 162 | koagendaitem.cpp \ |
163 | koagendaview.cpp \ | 163 | koagendaview.cpp \ |
164 | kocounterdialog.cpp \ | 164 | kocounterdialog.cpp \ |
165 | kodaymatrix.cpp \ | 165 | kodaymatrix.cpp \ |
166 | kodialogmanager.cpp \ | 166 | kodialogmanager.cpp \ |
167 | koeditordetails.cpp \ | 167 | koeditordetails.cpp \ |
168 | koeditorgeneral.cpp \ | 168 | koeditorgeneral.cpp \ |
169 | koeditorgeneralevent.cpp \ | 169 | koeditorgeneralevent.cpp \ |
170 | koeditorgeneraltodo.cpp \ | 170 | koeditorgeneraltodo.cpp \ |
171 | koeditorrecurrence.cpp \ | 171 | koeditorrecurrence.cpp \ |
172 | koeventeditor.cpp \ | 172 | koeventeditor.cpp \ |
173 | koeventpopupmenu.cpp \ | 173 | koeventpopupmenu.cpp \ |
174 | koeventview.cpp \ | 174 | koeventview.cpp \ |
diff --git a/variables.pri b/variables.pri index 67c144d..4144b8e 100644 --- a/variables.pri +++ b/variables.pri | |||
@@ -1,13 +1,14 @@ | |||
1 | 1 | ||
2 | # variables settings for compilation for Linux desktop and Qt 3.x.x | 2 | # variables settings for compilation for Linux desktop and Qt 3.x.x |
3 | 3 | ||
4 | unix { | 4 | unix { |
5 | CONFIG += release | 5 | CONFIG += release |
6 | #for statically linking | 6 | #for statically linking |
7 | #CONFIG += staticlib | 7 | #CONFIG += staticlib |
8 | } | 8 | } |
9 | win32 { | 9 | win32 { |
10 | CONFIG += release | 10 | CONFIG += release |
11 | CONFIG += importol | ||
11 | 12 | ||
12 | } | 13 | } |
13 | CONFIG += thread | 14 | CONFIG += thread |