author | zautrix <zautrix> | 2004-12-04 21:05:23 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-12-04 21:05:23 (UTC) |
commit | 5935e64080008b2be57b39694401863466b26108 (patch) (unidiff) | |
tree | d8d3a90b20bea0106c5d5024a05c351d86062a16 | |
parent | 41be409b5060684fdda1149fe706382957431915 (diff) | |
download | kdepimpi-5935e64080008b2be57b39694401863466b26108.zip kdepimpi-5935e64080008b2be57b39694401863466b26108.tar.gz kdepimpi-5935e64080008b2be57b39694401863466b26108.tar.bz2 |
pro file fixed
-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 | ||||
-rw-r--r-- | kaddressbook/winicons.rc | 3 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 1 | ||||
-rw-r--r-- | microkde/microkde.pro | 1 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index f93bed0..fbbc026 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,117 +1,118 @@ | |||
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 | LIBS += ../bin/libmicrokdepim.so | 13 | LIBS += ../bin/libmicrokdepim.so |
14 | LIBS += ../bin/libmicrokde.so | 14 | LIBS += ../bin/libmicrokde.so |
15 | LIBS += ../bin/libmicrokabc.so | 15 | LIBS += ../bin/libmicrokabc.so |
16 | LIBS += ../bin/libmicrokcal.so | 16 | LIBS += ../bin/libmicrokcal.so |
17 | #LIBS += -lldap | 17 | #LIBS += -lldap |
18 | OBJECTS_DIR = obj/unix | 18 | OBJECTS_DIR = obj/unix |
19 | MOC_DIR = moc/unix | 19 | MOC_DIR = moc/unix |
20 | } | 20 | } |
21 | win32: { | 21 | win32: { |
22 | RC_FILE = winicons.rc | ||
22 | DEFINES += _WIN32_ | 23 | DEFINES += _WIN32_ |
23 | LIBS += ../bin/microkdepim.lib | 24 | LIBS += ../bin/microkdepim.lib |
24 | LIBS += ../bin/microkcal.lib | 25 | LIBS += ../bin/microkcal.lib |
25 | LIBS += ../bin/microkde.lib | 26 | LIBS += ../bin/microkde.lib |
26 | LIBS += ../bin/microkabc.lib | 27 | LIBS += ../bin/microkabc.lib |
27 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 28 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
28 | OBJECTS_DIR = obj/win | 29 | OBJECTS_DIR = obj/win |
29 | MOC_DIR = moc/win | 30 | MOC_DIR = moc/win |
30 | LIBS += mfc71u.lib | 31 | LIBS += mfc71u.lib |
31 | } | 32 | } |
32 | 33 | ||
33 | 34 | ||
34 | 35 | ||
35 | 36 | ||
36 | 37 | ||
37 | 38 | ||
38 | 39 | ||
39 | 40 | ||
40 | INTERFACES = \ | 41 | INTERFACES = \ |
41 | # filteredit_base.ui \ | 42 | # filteredit_base.ui \ |
42 | # kofilterview_base.ui \ | 43 | # kofilterview_base.ui \ |
43 | 44 | ||
44 | HEADERS = \ | 45 | HEADERS = \ |
45 | features/mergewidget.h \ | 46 | features/mergewidget.h \ |
46 | features/distributionlistwidget.h \ | 47 | features/distributionlistwidget.h \ |
47 | kcmconfigs/addresseewidget.h \ | 48 | kcmconfigs/addresseewidget.h \ |
48 | kcmconfigs/extensionconfigdialog.h \ | 49 | kcmconfigs/extensionconfigdialog.h \ |
49 | kcmconfigs/kcmkabconfig.h \ | 50 | kcmconfigs/kcmkabconfig.h \ |
50 | kcmconfigs/kabconfigwidget.h \ | 51 | kcmconfigs/kabconfigwidget.h \ |
51 | addresseeeditordialog.h \ | 52 | addresseeeditordialog.h \ |
52 | addresseeeditorwidget.h \ | 53 | addresseeeditorwidget.h \ |
53 | addresseditwidget.h \ | 54 | addresseditwidget.h \ |
54 | addresseeconfig.h \ | 55 | addresseeconfig.h \ |
55 | addresseeutil.h \ | 56 | addresseeutil.h \ |
56 | emaileditwidget.h \ | 57 | emaileditwidget.h \ |
57 | filtereditdialog.h \ | 58 | filtereditdialog.h \ |
58 | kaddressbookmain.h \ | 59 | kaddressbookmain.h \ |
59 | kabprefs.h \ | 60 | kabprefs.h \ |
60 | kabcore.h \ | 61 | kabcore.h \ |
61 | viewmanager.h \ | 62 | viewmanager.h \ |
62 | extensionmanager.h \ | 63 | extensionmanager.h \ |
63 | extensionwidget.h \ | 64 | extensionwidget.h \ |
64 | kaddressbookview.h \ | 65 | kaddressbookview.h \ |
65 | geowidget.h \ | 66 | geowidget.h \ |
66 | imagewidget.h \ | 67 | imagewidget.h \ |
67 | incsearchwidget.h \ | 68 | incsearchwidget.h \ |
68 | jumpbuttonbar.h \ | 69 | jumpbuttonbar.h \ |
69 | phoneeditwidget.h \ | 70 | phoneeditwidget.h \ |
70 | secrecywidget.h \ | 71 | secrecywidget.h \ |
71 | keywidget.h \ | 72 | keywidget.h \ |
72 | nameeditdialog.h \ | 73 | nameeditdialog.h \ |
73 | filter.h \ | 74 | filter.h \ |
74 | addviewdialog.h \ | 75 | addviewdialog.h \ |
75 | configurewidget.h \ | 76 | configurewidget.h \ |
76 | viewconfigurewidget.h \ | 77 | viewconfigurewidget.h \ |
77 | viewconfigurefieldspage.h \ | 78 | viewconfigurefieldspage.h \ |
78 | viewconfigurefilterpage.h \ | 79 | viewconfigurefilterpage.h \ |
79 | typecombo.h \ | 80 | typecombo.h \ |
80 | undo.h \ | 81 | undo.h \ |
81 | undocmds.h \ | 82 | undocmds.h \ |
82 | xxportmanager.h \ | 83 | xxportmanager.h \ |
83 | xxportobject.h \ | 84 | xxportobject.h \ |
84 | xxportselectdialog.h \ | 85 | xxportselectdialog.h \ |
85 | details/detailsviewcontainer.h \ | 86 | details/detailsviewcontainer.h \ |
86 | details/look_basic.h \ | 87 | details/look_basic.h \ |
87 | details/look_html.h \ | 88 | details/look_html.h \ |
88 | views/kaddressbookiconview.h \ | 89 | views/kaddressbookiconview.h \ |
89 | views/kaddressbooktableview.h \ | 90 | views/kaddressbooktableview.h \ |
90 | views/kaddressbookcardview.h \ | 91 | views/kaddressbookcardview.h \ |
91 | views/configuretableviewdialog.h \ | 92 | views/configuretableviewdialog.h \ |
92 | views/configurecardviewdialog.h \ | 93 | views/configurecardviewdialog.h \ |
93 | views/cardview.h \ | 94 | views/cardview.h \ |
94 | views/colorlistbox.h \ | 95 | views/colorlistbox.h \ |
95 | views/contactlistview.h \ | 96 | views/contactlistview.h \ |
96 | xxport/vcard_xxport.h \ | 97 | xxport/vcard_xxport.h \ |
97 | xxport/kde2_xxport.h \ | 98 | xxport/kde2_xxport.h \ |
98 | xxport/csv_xxport.h \ | 99 | xxport/csv_xxport.h \ |
99 | xxport/csvimportdialog.h \ | 100 | xxport/csvimportdialog.h \ |
100 | xxport/opie_xxport.h \ | 101 | xxport/opie_xxport.h \ |
101 | xxport/qtopia_xxport.h \ | 102 | xxport/qtopia_xxport.h \ |
102 | xxport/sharpdtm_xxport.h \ | 103 | xxport/sharpdtm_xxport.h \ |
103 | #details/look_details.h \ | 104 | #details/look_details.h \ |
104 | #mainwindoiw.h \ | 105 | #mainwindoiw.h \ |
105 | # alarmclient.h \ | 106 | # alarmclient.h \ |
106 | # calendarview.h \ | 107 | # calendarview.h \ |
107 | # customlistviewitem.h \ | 108 | # customlistviewitem.h \ |
108 | # datenavigator.h | 109 | # datenavigator.h |
109 | 110 | ||
110 | SOURCES = \ | 111 | SOURCES = \ |
111 | addresseeeditordialog.cpp \ | 112 | addresseeeditordialog.cpp \ |
112 | addresseeeditorwidget.cpp \ | 113 | addresseeeditorwidget.cpp \ |
113 | addresseditwidget.cpp \ | 114 | addresseditwidget.cpp \ |
114 | addresseeconfig.cpp \ | 115 | addresseeconfig.cpp \ |
115 | addresseeutil.cpp \ | 116 | addresseeutil.cpp \ |
116 | extensionmanager.cpp \ | 117 | extensionmanager.cpp \ |
117 | features/mergewidget.cpp \ | 118 | features/mergewidget.cpp \ |
diff --git a/kaddressbook/winicons.rc b/kaddressbook/winicons.rc new file mode 100644 index 0000000..0d93636 --- a/dev/null +++ b/kaddressbook/winicons.rc | |||
@@ -0,0 +1,3 @@ | |||
1 | IDI_ICON1 ICON DISCARDABLE "..\bin\winicons\ka1.ico" | ||
2 | IDI_ICON2 ICON DISCARDABLE "..\bin\winicons\ka2.ico" | ||
3 | |||
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index b17743d..2816c6e 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,125 +1,126 @@ | |||
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 | RC_FILE = winicons.rc | ||
30 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
31 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
32 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
33 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
34 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
35 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
36 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
37 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
38 | LIBS += mfc71u.lib | 39 | LIBS += mfc71u.lib |
39 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 40 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
42 | OBJECTS_DIR = obj/win | 43 | OBJECTS_DIR = obj/win |
43 | MOC_DIR = moc/win | 44 | MOC_DIR = moc/win |
44 | } | 45 | } |
45 | 46 | ||
46 | 47 | ||
47 | INTERFACES = kofilterview_base.ui | 48 | INTERFACES = kofilterview_base.ui |
48 | # filteredit_base.ui | 49 | # filteredit_base.ui |
49 | 50 | ||
50 | # kdateedit.h \ | 51 | # kdateedit.h \ |
51 | 52 | ||
52 | HEADERS = \ | 53 | HEADERS = \ |
53 | filteredit_base.h \ | 54 | filteredit_base.h \ |
54 | alarmclient.h \ | 55 | alarmclient.h \ |
55 | calendarview.h \ | 56 | calendarview.h \ |
56 | customlistviewitem.h \ | 57 | customlistviewitem.h \ |
57 | datenavigator.h \ | 58 | datenavigator.h \ |
58 | docprefs.h \ | 59 | docprefs.h \ |
59 | filtereditdialog.h \ | 60 | filtereditdialog.h \ |
60 | incomingdialog.h \ | 61 | incomingdialog.h \ |
61 | incomingdialog_base.h \ | 62 | incomingdialog_base.h \ |
62 | interfaces/korganizer/baseview.h \ | 63 | interfaces/korganizer/baseview.h \ |
63 | interfaces/korganizer/calendarviewbase.h \ | 64 | interfaces/korganizer/calendarviewbase.h \ |
64 | journalentry.h \ | 65 | journalentry.h \ |
65 | kdatenavigator.h \ | 66 | kdatenavigator.h \ |
66 | koagenda.h \ | 67 | koagenda.h \ |
67 | koagendaitem.h \ | 68 | koagendaitem.h \ |
68 | koagendaview.h \ | 69 | koagendaview.h \ |
69 | kocounterdialog.h \ | 70 | kocounterdialog.h \ |
70 | kodaymatrix.h \ | 71 | kodaymatrix.h \ |
71 | kodialogmanager.h \ | 72 | kodialogmanager.h \ |
72 | koeditordetails.h \ | 73 | koeditordetails.h \ |
73 | koeditorgeneral.h \ | 74 | koeditorgeneral.h \ |
74 | koeditorgeneralevent.h \ | 75 | koeditorgeneralevent.h \ |
75 | koeditorgeneraltodo.h \ | 76 | koeditorgeneraltodo.h \ |
76 | koeditorrecurrence.h \ | 77 | koeditorrecurrence.h \ |
77 | koeventeditor.h \ | 78 | koeventeditor.h \ |
78 | koeventpopupmenu.h \ | 79 | koeventpopupmenu.h \ |
79 | koeventview.h \ | 80 | koeventview.h \ |
80 | koeventviewer.h \ | 81 | koeventviewer.h \ |
81 | koeventviewerdialog.h \ | 82 | koeventviewerdialog.h \ |
82 | kofilterview.h \ | 83 | kofilterview.h \ |
83 | koglobals.h \ | 84 | koglobals.h \ |
84 | koincidenceeditor.h \ | 85 | koincidenceeditor.h \ |
85 | kojournalview.h \ | 86 | kojournalview.h \ |
86 | kolistview.h \ | 87 | kolistview.h \ |
87 | kolocationbox.h \ | 88 | kolocationbox.h \ |
88 | komonthview.h \ | 89 | komonthview.h \ |
89 | koprefs.h \ | 90 | koprefs.h \ |
90 | koprefsdialog.h \ | 91 | koprefsdialog.h \ |
91 | kotimespanview.h \ | 92 | kotimespanview.h \ |
92 | kotodoeditor.h \ | 93 | kotodoeditor.h \ |
93 | kotodoview.h \ | 94 | kotodoview.h \ |
94 | kotodoviewitem.h \ | 95 | kotodoviewitem.h \ |
95 | koviewmanager.h \ | 96 | koviewmanager.h \ |
96 | kowhatsnextview.h \ | 97 | kowhatsnextview.h \ |
97 | ktimeedit.h \ | 98 | ktimeedit.h \ |
98 | lineview.h \ | 99 | lineview.h \ |
99 | mainwindow.h \ | 100 | mainwindow.h \ |
100 | navigatorbar.h \ | 101 | navigatorbar.h \ |
101 | outgoingdialog.h \ | 102 | outgoingdialog.h \ |
102 | outgoingdialog_base.h \ | 103 | outgoingdialog_base.h \ |
103 | publishdialog.h \ | 104 | publishdialog.h \ |
104 | publishdialog_base.h \ | 105 | publishdialog_base.h \ |
105 | savetemplatedialog.h \ | 106 | savetemplatedialog.h \ |
106 | searchdialog.h \ | 107 | searchdialog.h \ |
107 | simplealarmclient.h \ | 108 | simplealarmclient.h \ |
108 | statusdialog.h \ | 109 | statusdialog.h \ |
109 | timeline.h \ | 110 | timeline.h \ |
110 | timespanview.h \ | 111 | timespanview.h \ |
111 | version.h \ | 112 | version.h \ |
112 | ../kalarmd/alarmdialog.h \ | 113 | ../kalarmd/alarmdialog.h \ |
113 | 114 | ||
114 | 115 | ||
115 | SOURCES = \ | 116 | SOURCES = \ |
116 | filteredit_base.cpp \ | 117 | filteredit_base.cpp \ |
117 | calendarview.cpp \ | 118 | calendarview.cpp \ |
118 | datenavigator.cpp \ | 119 | datenavigator.cpp \ |
119 | docprefs.cpp \ | 120 | docprefs.cpp \ |
120 | filtereditdialog.cpp \ | 121 | filtereditdialog.cpp \ |
121 | incomingdialog.cpp \ | 122 | incomingdialog.cpp \ |
122 | incomingdialog_base.cpp \ | 123 | incomingdialog_base.cpp \ |
123 | journalentry.cpp \ | 124 | journalentry.cpp \ |
124 | kdatenavigator.cpp \ | 125 | kdatenavigator.cpp \ |
125 | koagenda.cpp \ | 126 | koagenda.cpp \ |
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index c58e184..9016260 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,157 +1,156 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #INCLUDEPATH += $(QTDIR)/include . | 3 | #INCLUDEPATH += $(QTDIR)/include . |
4 | #DEPENDPATH += $(QTDIR)/include | 4 | #DEPENDPATH += $(QTDIR)/include |
5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | 5 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio |
6 | #LIBS += -lqtcompat | 6 | #LIBS += -lqtcompat |
7 | 7 | ||
8 | TARGET = microkde | 8 | TARGET = microkde |
9 | DESTDIR= ../bin | 9 | DESTDIR= ../bin |
10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 10 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
11 | unix : { | 11 | unix : { |
12 | OBJECTS_DIR = obj/unix | 12 | OBJECTS_DIR = obj/unix |
13 | MOC_DIR = moc/unix | 13 | MOC_DIR = moc/unix |
14 | } | 14 | } |
15 | win32: { | 15 | win32: { |
16 | DEFINES += _WIN32_ | 16 | DEFINES += _WIN32_ |
17 | OBJECTS_DIR = obj/win | 17 | OBJECTS_DIR = obj/win |
18 | MOC_DIR = moc/win | 18 | MOC_DIR = moc/win |
19 | } | 19 | } |
20 | include( ../variables.pri ) | 20 | include( ../variables.pri ) |
21 | 21 | ||
22 | 22 | ||
23 | 23 | ||
24 | HEADERS = \ | 24 | HEADERS = \ |
25 | qlayoutengine_p.h \ | 25 | qlayoutengine_p.h \ |
26 | KDGanttMinimizeSplitter.h \ | 26 | KDGanttMinimizeSplitter.h \ |
27 | kapplication.h \ | 27 | kapplication.h \ |
28 | kaudioplayer.h \ | 28 | kaudioplayer.h \ |
29 | kcalendarsystem.h \ | 29 | kcalendarsystem.h \ |
30 | kcalendarsystemgregorian.h \ | 30 | kcalendarsystemgregorian.h \ |
31 | kcolorbutton.h \ | 31 | kcolorbutton.h \ |
32 | kcolordialog.h \ | 32 | kcolordialog.h \ |
33 | kcombobox.h \ | 33 | kcombobox.h \ |
34 | kconfig.h \ | 34 | kconfig.h \ |
35 | kdatetbl.h \ | 35 | kdatetbl.h \ |
36 | kdebug.h \ | 36 | kdebug.h \ |
37 | kdialog.h \ | 37 | kdialog.h \ |
38 | kdialogbase.h \ | 38 | kdialogbase.h \ |
39 | keditlistbox.h \ | 39 | keditlistbox.h \ |
40 | kemailsettings.h \ | 40 | kemailsettings.h \ |
41 | kfiledialog.h \ | 41 | kfiledialog.h \ |
42 | kfontdialog.h \ | 42 | kfontdialog.h \ |
43 | kglobal.h \ | 43 | kglobal.h \ |
44 | kglobalsettings.h \ | 44 | kglobalsettings.h \ |
45 | kiconloader.h \ | 45 | kiconloader.h \ |
46 | klineedit.h \ | 46 | klineedit.h \ |
47 | klineeditdlg.h \ | 47 | klineeditdlg.h \ |
48 | kmessagebox.h \ | 48 | kmessagebox.h \ |
49 | knotifyclient.h \ | 49 | knotifyclient.h \ |
50 | kprinter.h \ | 50 | kprinter.h \ |
51 | kprocess.h \ | 51 | kprocess.h \ |
52 | krestrictedline.h \ | 52 | krestrictedline.h \ |
53 | krun.h \ | 53 | krun.h \ |
54 | ksimpleconfig.h \ | 54 | ksimpleconfig.h \ |
55 | kstaticdeleter.h \ | 55 | kstaticdeleter.h \ |
56 | ksystemtray.h \ | 56 | ksystemtray.h \ |
57 | ktempfile.h \ | 57 | ktempfile.h \ |
58 | ktextedit.h \ | 58 | ktextedit.h \ |
59 | kunload.h \ | 59 | kunload.h \ |
60 | kurl.h \ | 60 | kurl.h \ |
61 | osmartpointer.h \ | ||
62 | kdeui/kguiitem.h \ | 61 | kdeui/kguiitem.h \ |
63 | kdeui/kcmodule.h \ | 62 | kdeui/kcmodule.h \ |
64 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
69 | kdeui/knuminput.h \ | 68 | kdeui/knuminput.h \ |
70 | kdeui/knumvalidator.h \ | 69 | kdeui/knumvalidator.h \ |
71 | kdeui/ksqueezedtextlabel.h \ | 70 | kdeui/ksqueezedtextlabel.h \ |
72 | kio/job.h \ | 71 | kio/job.h \ |
73 | kio/kio/kdirwatch.h \ | 72 | kio/kio/kdirwatch.h \ |
74 | kio/kio/kdirwatch_p.h \ | 73 | kio/kio/kdirwatch_p.h \ |
75 | kio/kfile/kurlrequester.h \ | 74 | kio/kfile/kurlrequester.h \ |
76 | kresources/resource.h \ | 75 | kresources/resource.h \ |
77 | kresources/factory.h \ | 76 | kresources/factory.h \ |
78 | kresources/managerimpl.h \ | 77 | kresources/managerimpl.h \ |
79 | kresources/manager.h \ | 78 | kresources/manager.h \ |
80 | kresources/selectdialog.h \ | 79 | kresources/selectdialog.h \ |
81 | kresources/configpage.h \ | 80 | kresources/configpage.h \ |
82 | kresources/configwidget.h \ | 81 | kresources/configwidget.h \ |
83 | kresources/configdialog.h \ | 82 | kresources/configdialog.h \ |
84 | kresources/kcmkresources.h \ | 83 | kresources/kcmkresources.h \ |
85 | kdecore/kmdcodec.h \ | 84 | kdecore/kmdcodec.h \ |
86 | kdecore/kconfigbase.h \ | 85 | kdecore/kconfigbase.h \ |
87 | kdecore/klocale.h \ | 86 | kdecore/klocale.h \ |
88 | kdecore/kcatalogue.h \ | 87 | kdecore/kcatalogue.h \ |
89 | kdecore/ksharedptr.h \ | 88 | kdecore/ksharedptr.h \ |
90 | kdecore/kshell.h \ | 89 | kdecore/kshell.h \ |
91 | kdecore/kstandarddirs.h \ | 90 | kdecore/kstandarddirs.h \ |
92 | kdecore/kstringhandler.h \ | 91 | kdecore/kstringhandler.h \ |
93 | kdecore/kshortcut.h \ | 92 | kdecore/kshortcut.h \ |
94 | kutils/kcmultidialog.h \ | 93 | kutils/kcmultidialog.h \ |
95 | kdeui/kxmlguiclient.h \ | 94 | kdeui/kxmlguiclient.h \ |
96 | kdeui/kstdaction.h \ | 95 | kdeui/kstdaction.h \ |
97 | kdeui/kmainwindow.h \ | 96 | kdeui/kmainwindow.h \ |
98 | kdeui/ktoolbar.h \ | 97 | kdeui/ktoolbar.h \ |
99 | kdeui/ktoolbarbutton.h \ | 98 | kdeui/ktoolbarbutton.h \ |
100 | kdeui/ktoolbarhandler.h \ | 99 | kdeui/ktoolbarhandler.h \ |
101 | kdeui/kaction.h \ | 100 | kdeui/kaction.h \ |
102 | kdeui/kactionclasses.h \ | 101 | kdeui/kactionclasses.h \ |
103 | kdeui/kactioncollection.h \ | 102 | kdeui/kactioncollection.h \ |
104 | kdecore/kprefs.h \ | 103 | kdecore/kprefs.h \ |
105 | kdecore/klibloader.h \ | 104 | kdecore/klibloader.h \ |
106 | kidmanager.h | 105 | kidmanager.h |
107 | 106 | ||
108 | 107 | ||
109 | # kdecore/klibloader.h \ | 108 | # kdecore/klibloader.h \ |
110 | 109 | ||
111 | 110 | ||
112 | SOURCES = \ | 111 | SOURCES = \ |
113 | KDGanttMinimizeSplitter.cpp \ | 112 | KDGanttMinimizeSplitter.cpp \ |
114 | kapplication.cpp \ | 113 | kapplication.cpp \ |
115 | kcalendarsystem.cpp \ | 114 | kcalendarsystem.cpp \ |
116 | kcalendarsystemgregorian.cpp \ | 115 | kcalendarsystemgregorian.cpp \ |
117 | kcolorbutton.cpp \ | 116 | kcolorbutton.cpp \ |
118 | kcolordialog.cpp \ | 117 | kcolordialog.cpp \ |
119 | kconfig.cpp \ | 118 | kconfig.cpp \ |
120 | kdatetbl.cpp \ | 119 | kdatetbl.cpp \ |
121 | kdialog.cpp \ | 120 | kdialog.cpp \ |
122 | kdialogbase.cpp \ | 121 | kdialogbase.cpp \ |
123 | keditlistbox.cpp \ | 122 | keditlistbox.cpp \ |
124 | kemailsettings.cpp \ | 123 | kemailsettings.cpp \ |
125 | kfontdialog.cpp \ | 124 | kfontdialog.cpp \ |
126 | kfiledialog.cpp \ | 125 | kfiledialog.cpp \ |
127 | kglobal.cpp \ | 126 | kglobal.cpp \ |
128 | kglobalsettings.cpp \ | 127 | kglobalsettings.cpp \ |
129 | kiconloader.cpp \ | 128 | kiconloader.cpp \ |
130 | kmessagebox.cpp \ | 129 | kmessagebox.cpp \ |
131 | ktextedit.cpp \ | 130 | ktextedit.cpp \ |
132 | kprocess.cpp \ | 131 | kprocess.cpp \ |
133 | krun.cpp \ | 132 | krun.cpp \ |
134 | ksystemtray.cpp \ | 133 | ksystemtray.cpp \ |
135 | ktempfile.cpp \ | 134 | ktempfile.cpp \ |
136 | kurl.cpp \ | 135 | kurl.cpp \ |
137 | kdecore/kcatalogue.cpp \ | 136 | kdecore/kcatalogue.cpp \ |
138 | kdecore/klocale.cpp \ | 137 | kdecore/klocale.cpp \ |
139 | kdecore/kmdcodec.cpp \ | 138 | kdecore/kmdcodec.cpp \ |
140 | kdecore/kshell.cpp \ | 139 | kdecore/kshell.cpp \ |
141 | kdecore/kstandarddirs.cpp \ | 140 | kdecore/kstandarddirs.cpp \ |
142 | kdecore/kstringhandler.cpp \ | 141 | kdecore/kstringhandler.cpp \ |
143 | kdeui/kbuttonbox.cpp \ | 142 | kdeui/kbuttonbox.cpp \ |
144 | kdeui/kcmodule.cpp \ | 143 | kdeui/kcmodule.cpp \ |
145 | kdeui/kguiitem.cpp \ | 144 | kdeui/kguiitem.cpp \ |
146 | kdeui/kjanuswidget.cpp \ | 145 | kdeui/kjanuswidget.cpp \ |
147 | kdeui/klistbox.cpp \ | 146 | kdeui/klistbox.cpp \ |
148 | kdeui/klistview.cpp \ | 147 | kdeui/klistview.cpp \ |
149 | kdeui/knuminput.cpp \ | 148 | kdeui/knuminput.cpp \ |
150 | kdeui/knumvalidator.cpp \ | 149 | kdeui/knumvalidator.cpp \ |
151 | kdeui/kseparator.cpp \ | 150 | kdeui/kseparator.cpp \ |
152 | kdeui/ksqueezedtextlabel.cpp \ | 151 | kdeui/ksqueezedtextlabel.cpp \ |
153 | kio/kio/kdirwatch.cpp \ | 152 | kio/kio/kdirwatch.cpp \ |
154 | kio/kfile/kurlrequester.cpp \ | 153 | kio/kfile/kurlrequester.cpp \ |
155 | kresources/configpage.cpp \ | 154 | kresources/configpage.cpp \ |
156 | kresources/configdialog.cpp \ | 155 | kresources/configdialog.cpp \ |
157 | kresources/configwidget.cpp \ | 156 | kresources/configwidget.cpp \ |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index e5648ec..5aa3571 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,153 +1,152 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include | 3 | INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include |
4 | 4 | ||
5 | DEPENDPATH += $(QPEDIR)/include | 5 | DEPENDPATH += $(QPEDIR)/include |
6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib | 6 | LIBS += -lmicroqtcompat -L$(QPEDIR)/lib |
7 | 7 | ||
8 | DEFINES += KDE_QT_ONLY | 8 | DEFINES += KDE_QT_ONLY |
9 | 9 | ||
10 | TARGET = microkde | 10 | TARGET = microkde |
11 | OBJECTS_DIR = obj/$(PLATFORM) | 11 | OBJECTS_DIR = obj/$(PLATFORM) |
12 | MOC_DIR = moc/$(PLATFORM) | 12 | MOC_DIR = moc/$(PLATFORM) |
13 | DESTDIR=$(QPEDIR)/lib | 13 | DESTDIR=$(QPEDIR)/lib |
14 | 14 | ||
15 | 15 | ||
16 | INTERFACES = \ | 16 | INTERFACES = \ |
17 | 17 | ||
18 | HEADERS = \ | 18 | HEADERS = \ |
19 | qlayoutengine_p.h \ | 19 | qlayoutengine_p.h \ |
20 | KDGanttMinimizeSplitter.h \ | 20 | KDGanttMinimizeSplitter.h \ |
21 | kapplication.h \ | 21 | kapplication.h \ |
22 | kaudioplayer.h \ | 22 | kaudioplayer.h \ |
23 | kcalendarsystem.h \ | 23 | kcalendarsystem.h \ |
24 | kcalendarsystemgregorian.h \ | 24 | kcalendarsystemgregorian.h \ |
25 | kcolorbutton.h \ | 25 | kcolorbutton.h \ |
26 | kcolordialog.h \ | 26 | kcolordialog.h \ |
27 | kcombobox.h \ | 27 | kcombobox.h \ |
28 | kconfig.h \ | 28 | kconfig.h \ |
29 | kdatetbl.h \ | 29 | kdatetbl.h \ |
30 | kdebug.h \ | 30 | kdebug.h \ |
31 | kdialog.h \ | 31 | kdialog.h \ |
32 | kdialogbase.h \ | 32 | kdialogbase.h \ |
33 | keditlistbox.h \ | 33 | keditlistbox.h \ |
34 | kemailsettings.h \ | 34 | kemailsettings.h \ |
35 | kfiledialog.h \ | 35 | kfiledialog.h \ |
36 | kfontdialog.h \ | 36 | kfontdialog.h \ |
37 | kglobal.h \ | 37 | kglobal.h \ |
38 | kglobalsettings.h \ | 38 | kglobalsettings.h \ |
39 | kiconloader.h \ | 39 | kiconloader.h \ |
40 | klineedit.h \ | 40 | klineedit.h \ |
41 | klineeditdlg.h \ | 41 | klineeditdlg.h \ |
42 | kmessagebox.h \ | 42 | kmessagebox.h \ |
43 | knotifyclient.h \ | 43 | knotifyclient.h \ |
44 | kprinter.h \ | 44 | kprinter.h \ |
45 | kprocess.h \ | 45 | kprocess.h \ |
46 | krestrictedline.h \ | 46 | krestrictedline.h \ |
47 | krun.h \ | 47 | krun.h \ |
48 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
49 | kstaticdeleter.h \ | 49 | kstaticdeleter.h \ |
50 | ksystemtray.h \ | 50 | ksystemtray.h \ |
51 | ktempfile.h \ | 51 | ktempfile.h \ |
52 | ktextedit.h \ | 52 | ktextedit.h \ |
53 | kunload.h \ | 53 | kunload.h \ |
54 | kurl.h \ | 54 | kurl.h \ |
55 | ofileselector_p.h \ | 55 | ofileselector_p.h \ |
56 | ofontselector.h \ | 56 | ofontselector.h \ |
57 | osmartpointer.h \ | ||
58 | kdeui/kguiitem.h \ | 57 | kdeui/kguiitem.h \ |
59 | kdeui/kaction.h \ | 58 | kdeui/kaction.h \ |
60 | kdeui/kactionclasses.h \ | 59 | kdeui/kactionclasses.h \ |
61 | kdeui/kactioncollection.h \ | 60 | kdeui/kactioncollection.h \ |
62 | kdeui/kcmodule.h \ | 61 | kdeui/kcmodule.h \ |
63 | kdeui/kstdaction.h \ | 62 | kdeui/kstdaction.h \ |
64 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
69 | kdeui/kmainwindow.h \ | 68 | kdeui/kmainwindow.h \ |
70 | kdeui/knuminput.h \ | 69 | kdeui/knuminput.h \ |
71 | kdeui/knumvalidator.h \ | 70 | kdeui/knumvalidator.h \ |
72 | kdeui/ksqueezedtextlabel.h \ | 71 | kdeui/ksqueezedtextlabel.h \ |
73 | kdeui/ktoolbar.h \ | 72 | kdeui/ktoolbar.h \ |
74 | kdeui/ktoolbarbutton.h \ | 73 | kdeui/ktoolbarbutton.h \ |
75 | kdeui/ktoolbarhandler.h \ | 74 | kdeui/ktoolbarhandler.h \ |
76 | kdeui/kxmlguiclient.h \ | 75 | kdeui/kxmlguiclient.h \ |
77 | kio/job.h \ | 76 | kio/job.h \ |
78 | kio/kio/kdirwatch.h \ | 77 | kio/kio/kdirwatch.h \ |
79 | kio/kio/kdirwatch_p.h \ | 78 | kio/kio/kdirwatch_p.h \ |
80 | kio/kfile/kurlrequester.h \ | 79 | kio/kfile/kurlrequester.h \ |
81 | kresources/resource.h \ | 80 | kresources/resource.h \ |
82 | kresources/factory.h \ | 81 | kresources/factory.h \ |
83 | kresources/managerimpl.h \ | 82 | kresources/managerimpl.h \ |
84 | kresources/manager.h \ | 83 | kresources/manager.h \ |
85 | kresources/selectdialog.h \ | 84 | kresources/selectdialog.h \ |
86 | kresources/configpage.h \ | 85 | kresources/configpage.h \ |
87 | kresources/configwidget.h \ | 86 | kresources/configwidget.h \ |
88 | kresources/configdialog.h \ | 87 | kresources/configdialog.h \ |
89 | kresources/kcmkresources.h \ | 88 | kresources/kcmkresources.h \ |
90 | kdecore/kmdcodec.h \ | 89 | kdecore/kmdcodec.h \ |
91 | kdecore/kconfigbase.h \ | 90 | kdecore/kconfigbase.h \ |
92 | kdecore/klocale.h \ | 91 | kdecore/klocale.h \ |
93 | kdecore/klibloader.h \ | 92 | kdecore/klibloader.h \ |
94 | kdecore/kcatalogue.h \ | 93 | kdecore/kcatalogue.h \ |
95 | kdecore/kprefs.h \ | 94 | kdecore/kprefs.h \ |
96 | kdecore/ksharedptr.h \ | 95 | kdecore/ksharedptr.h \ |
97 | kdecore/kshell.h \ | 96 | kdecore/kshell.h \ |
98 | kdecore/kstandarddirs.h \ | 97 | kdecore/kstandarddirs.h \ |
99 | kdecore/kstringhandler.h \ | 98 | kdecore/kstringhandler.h \ |
100 | kdecore/kshortcut.h \ | 99 | kdecore/kshortcut.h \ |
101 | kutils/kcmultidialog.h \ | 100 | kutils/kcmultidialog.h \ |
102 | kidmanager.h | 101 | kidmanager.h |
103 | 102 | ||
104 | 103 | ||
105 | 104 | ||
106 | 105 | ||
107 | SOURCES = \ | 106 | SOURCES = \ |
108 | KDGanttMinimizeSplitter.cpp \ | 107 | KDGanttMinimizeSplitter.cpp \ |
109 | kapplication.cpp \ | 108 | kapplication.cpp \ |
110 | kcalendarsystem.cpp \ | 109 | kcalendarsystem.cpp \ |
111 | kcalendarsystemgregorian.cpp \ | 110 | kcalendarsystemgregorian.cpp \ |
112 | kcolorbutton.cpp \ | 111 | kcolorbutton.cpp \ |
113 | kcolordialog.cpp \ | 112 | kcolordialog.cpp \ |
114 | kconfig.cpp \ | 113 | kconfig.cpp \ |
115 | kdatetbl.cpp \ | 114 | kdatetbl.cpp \ |
116 | kdialog.cpp \ | 115 | kdialog.cpp \ |
117 | kdialogbase.cpp \ | 116 | kdialogbase.cpp \ |
118 | keditlistbox.cpp \ | 117 | keditlistbox.cpp \ |
119 | kemailsettings.cpp \ | 118 | kemailsettings.cpp \ |
120 | kfontdialog.cpp \ | 119 | kfontdialog.cpp \ |
121 | kfiledialog.cpp \ | 120 | kfiledialog.cpp \ |
122 | kglobal.cpp \ | 121 | kglobal.cpp \ |
123 | kglobalsettings.cpp \ | 122 | kglobalsettings.cpp \ |
124 | kiconloader.cpp \ | 123 | kiconloader.cpp \ |
125 | kmessagebox.cpp \ | 124 | kmessagebox.cpp \ |
126 | kprocess.cpp \ | 125 | kprocess.cpp \ |
127 | krun.cpp \ | 126 | krun.cpp \ |
128 | ksystemtray.cpp \ | 127 | ksystemtray.cpp \ |
129 | ktempfile.cpp \ | 128 | ktempfile.cpp \ |
130 | kurl.cpp \ | 129 | kurl.cpp \ |
131 | ktextedit.cpp \ | 130 | ktextedit.cpp \ |
132 | ofileselector_p.cpp \ | 131 | ofileselector_p.cpp \ |
133 | ofontselector.cpp \ | 132 | ofontselector.cpp \ |
134 | kdecore/kcatalogue.cpp \ | 133 | kdecore/kcatalogue.cpp \ |
135 | kdecore/klibloader.cpp \ | 134 | kdecore/klibloader.cpp \ |
136 | kdecore/klocale.cpp \ | 135 | kdecore/klocale.cpp \ |
137 | kdecore/kmdcodec.cpp \ | 136 | kdecore/kmdcodec.cpp \ |
138 | kdecore/kprefs.cpp \ | 137 | kdecore/kprefs.cpp \ |
139 | kdecore/kshell.cpp \ | 138 | kdecore/kshell.cpp \ |
140 | kdecore/kstandarddirs.cpp \ | 139 | kdecore/kstandarddirs.cpp \ |
141 | kdecore/kstringhandler.cpp \ | 140 | kdecore/kstringhandler.cpp \ |
142 | kdeui/kaction.cpp \ | 141 | kdeui/kaction.cpp \ |
143 | kdeui/kactionclasses.cpp \ | 142 | kdeui/kactionclasses.cpp \ |
144 | kdeui/kactioncollection.cpp \ | 143 | kdeui/kactioncollection.cpp \ |
145 | kdeui/kbuttonbox.cpp \ | 144 | kdeui/kbuttonbox.cpp \ |
146 | kdeui/kcmodule.cpp \ | 145 | kdeui/kcmodule.cpp \ |
147 | kdeui/kguiitem.cpp \ | 146 | kdeui/kguiitem.cpp \ |
148 | kdeui/kjanuswidget.cpp \ | 147 | kdeui/kjanuswidget.cpp \ |
149 | kdeui/klistbox.cpp \ | 148 | kdeui/klistbox.cpp \ |
150 | kdeui/klistview.cpp \ | 149 | kdeui/klistview.cpp \ |
151 | kdeui/kmainwindow.cpp \ | 150 | kdeui/kmainwindow.cpp \ |
152 | kdeui/knuminput.cpp \ | 151 | kdeui/knuminput.cpp \ |
153 | kdeui/knumvalidator.cpp \ | 152 | kdeui/knumvalidator.cpp \ |