-rw-r--r-- | kmicromail/kmicromailE.pro | 2 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/kmicromail/kmicromailE.pro b/kmicromail/kmicromailE.pro index 07cd2d8..4379498 100644 --- a/kmicromail/kmicromailE.pro +++ b/kmicromail/kmicromailE.pro | |||
@@ -1,72 +1,72 @@ | |||
1 | CONFIG += qt warn_on | 1 | CONFIG += qt warn_on |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | HEADERS = defines.h \ | 3 | HEADERS = defines.h \ |
4 | editaccounts.h \ | 4 | editaccounts.h \ |
5 | composemail.h \ | 5 | composemail.h \ |
6 | accountview.h \ | 6 | accountview.h \ |
7 | accountitem.h \ | 7 | accountitem.h \ |
8 | mainwindow.h \ | 8 | mainwindow.h \ |
9 | viewmail.h \ | 9 | viewmail.h \ |
10 | viewmailbase.h \ | 10 | viewmailbase.h \ |
11 | opiemail.h \ | 11 | opiemail.h \ |
12 | mailistviewitem.h \ | 12 | mailistviewitem.h \ |
13 | settingsdialog.h \ | 13 | settingsdialog.h \ |
14 | statuswidget.h \ | 14 | statuswidget.h \ |
15 | newmaildir.h \ | 15 | newmaildir.h \ |
16 | selectstore.h \ | 16 | selectstore.h \ |
17 | selectsmtp.h \ | 17 | selectsmtp.h \ |
18 | nntpgroups.h \ | 18 | nntpgroups.h \ |
19 | koprefs.h \ | 19 | koprefs.h \ |
20 | koprefsdialog.h \ | 20 | koprefsdialog.h \ |
21 | nntpgroupsdlg.h | 21 | nntpgroupsdlg.h |
22 | 22 | ||
23 | SOURCES = main.cpp \ | 23 | SOURCES = main.cpp \ |
24 | opiemail.cpp \ | 24 | opiemail.cpp \ |
25 | mainwindow.cpp \ | 25 | mainwindow.cpp \ |
26 | accountview.cpp \ | 26 | accountview.cpp \ |
27 | accountitem.cpp \ | 27 | accountitem.cpp \ |
28 | composemail.cpp \ | 28 | composemail.cpp \ |
29 | editaccounts.cpp \ | 29 | editaccounts.cpp \ |
30 | viewmail.cpp \ | 30 | viewmail.cpp \ |
31 | viewmailbase.cpp \ | 31 | viewmailbase.cpp \ |
32 | mailistviewitem.cpp \ | 32 | mailistviewitem.cpp \ |
33 | settingsdialog.cpp \ | 33 | settingsdialog.cpp \ |
34 | statuswidget.cpp \ | 34 | statuswidget.cpp \ |
35 | newmaildir.cpp \ | 35 | newmaildir.cpp \ |
36 | selectstore.cpp \ | 36 | selectstore.cpp \ |
37 | selectsmtp.cpp \ | 37 | selectsmtp.cpp \ |
38 | nntpgroups.cpp \ | 38 | nntpgroups.cpp \ |
39 | koprefs.cpp\ | 39 | koprefs.cpp\ |
40 | koprefsdialog.cpp\ | 40 | koprefsdialog.cpp\ |
41 | nntpgroupsdlg.cpp | 41 | nntpgroupsdlg.cpp |
42 | 42 | ||
43 | INTERFACES = editaccountsui.ui \ | 43 | INTERFACES = editaccountsui.ui \ |
44 | selectmailtypeui.ui \ | 44 | selectmailtypeui.ui \ |
45 | imapconfigui.ui \ | 45 | imapconfigui.ui \ |
46 | pop3configui.ui \ | 46 | pop3configui.ui \ |
47 | nntpconfigui.ui \ | 47 | nntpconfigui.ui \ |
48 | smtpconfigui.ui \ | 48 | smtpconfigui.ui \ |
49 | composemailui.ui \ | 49 | composemailui.ui \ |
50 | settingsdialogui.ui \ | 50 | settingsdialogui.ui \ |
51 | statuswidgetui.ui \ | 51 | statuswidgetui.ui \ |
52 | newmaildirui.ui \ | 52 | newmaildirui.ui \ |
53 | selectstoreui.ui \ | 53 | selectstoreui.ui \ |
54 | nntpgroupsui.ui | 54 | nntpgroupsui.ui |
55 | 55 | ||
56 | 56 | ||
57 | INCLUDEPATH += . $(KDEPIMDIR) $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore libetpan/include $(KDEPIMDIR)/microkde/kdeui $(QPEDIR)/include | 57 | INCLUDEPATH += $(QPEDIR)/include . $(KDEPIMDIR) $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore libetpan/include $(KDEPIMDIR)/microkde/kdeui |
58 | LIBS += -L$(QPEDIR)/lib -lmicromailwrapper -lqpe -lmicrolibetpan -lmicrokde -lmicroqtcompat -lssl -lcrypto -ljpeg -lmicrokdepim | 58 | LIBS += -L$(QPEDIR)/lib -lmicromailwrapper -lqpe -lmicrolibetpan -lmicrokde -lmicroqtcompat -lssl -lcrypto -ljpeg -lmicrokdepim |
59 | LIBS += $(QTOPIALIB) | 59 | LIBS += $(QTOPIALIB) |
60 | #LIBS += -lqtopia | 60 | #LIBS += -lqtopia |
61 | #next line for Zaurus only | 61 | #next line for Zaurus only |
62 | #LIBS += -luuid | 62 | #LIBS += -luuid |
63 | 63 | ||
64 | LIBS += $(GCC3EXTRALIB1) | 64 | LIBS += $(GCC3EXTRALIB1) |
65 | LIBS += $(GCC3EXTRALIB2) | 65 | LIBS += $(GCC3EXTRALIB2) |
66 | # | 66 | # |
67 | OBJECTS_DIR = obj/$(PLATFORM) | 67 | OBJECTS_DIR = obj/$(PLATFORM) |
68 | MOC_DIR = moc/$(PLATFORM) | 68 | MOC_DIR = moc/$(PLATFORM) |
69 | DESTDIR=$(QPEDIR)/bin | 69 | DESTDIR=$(QPEDIR)/bin |
70 | TARGET = ompi | 70 | TARGET = ompi |
71 | 71 | ||
72 | 72 | ||
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 071ceb3..e5648ec 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,177 +1,173 @@ | |||
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 | oprocctrl.h \ | ||
58 | oprocess.h \ | ||
59 | osmartpointer.h \ | 57 | osmartpointer.h \ |
60 | kdeui/kguiitem.h \ | 58 | kdeui/kguiitem.h \ |
61 | kdeui/kaction.h \ | 59 | kdeui/kaction.h \ |
62 | kdeui/kactionclasses.h \ | 60 | kdeui/kactionclasses.h \ |
63 | kdeui/kactioncollection.h \ | 61 | kdeui/kactioncollection.h \ |
64 | kdeui/kcmodule.h \ | 62 | kdeui/kcmodule.h \ |
65 | kdeui/kstdaction.h \ | 63 | kdeui/kstdaction.h \ |
66 | kdeui/kbuttonbox.h \ | 64 | kdeui/kbuttonbox.h \ |
67 | kdeui/klistbox.h \ | 65 | kdeui/klistbox.h \ |
68 | kdeui/klistview.h \ | 66 | kdeui/klistview.h \ |
69 | kdeui/kjanuswidget.h \ | 67 | kdeui/kjanuswidget.h \ |
70 | kdeui/kseparator.h \ | 68 | kdeui/kseparator.h \ |
71 | kdeui/kmainwindow.h \ | 69 | kdeui/kmainwindow.h \ |
72 | kdeui/knuminput.h \ | 70 | kdeui/knuminput.h \ |
73 | kdeui/knumvalidator.h \ | 71 | kdeui/knumvalidator.h \ |
74 | kdeui/ksqueezedtextlabel.h \ | 72 | kdeui/ksqueezedtextlabel.h \ |
75 | kdeui/ktoolbar.h \ | 73 | kdeui/ktoolbar.h \ |
76 | kdeui/ktoolbarbutton.h \ | 74 | kdeui/ktoolbarbutton.h \ |
77 | kdeui/ktoolbarhandler.h \ | 75 | kdeui/ktoolbarhandler.h \ |
78 | kdeui/kxmlguiclient.h \ | 76 | kdeui/kxmlguiclient.h \ |
79 | kio/job.h \ | 77 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | 78 | kio/kio/kdirwatch.h \ |
81 | kio/kio/kdirwatch_p.h \ | 79 | kio/kio/kdirwatch_p.h \ |
82 | kio/kfile/kurlrequester.h \ | 80 | kio/kfile/kurlrequester.h \ |
83 | kresources/resource.h \ | 81 | kresources/resource.h \ |
84 | kresources/factory.h \ | 82 | kresources/factory.h \ |
85 | kresources/managerimpl.h \ | 83 | kresources/managerimpl.h \ |
86 | kresources/manager.h \ | 84 | kresources/manager.h \ |
87 | kresources/selectdialog.h \ | 85 | kresources/selectdialog.h \ |
88 | kresources/configpage.h \ | 86 | kresources/configpage.h \ |
89 | kresources/configwidget.h \ | 87 | kresources/configwidget.h \ |
90 | kresources/configdialog.h \ | 88 | kresources/configdialog.h \ |
91 | kresources/kcmkresources.h \ | 89 | kresources/kcmkresources.h \ |
92 | kdecore/kmdcodec.h \ | 90 | kdecore/kmdcodec.h \ |
93 | kdecore/kconfigbase.h \ | 91 | kdecore/kconfigbase.h \ |
94 | kdecore/klocale.h \ | 92 | kdecore/klocale.h \ |
95 | kdecore/klibloader.h \ | 93 | kdecore/klibloader.h \ |
96 | kdecore/kcatalogue.h \ | 94 | kdecore/kcatalogue.h \ |
97 | kdecore/kprefs.h \ | 95 | kdecore/kprefs.h \ |
98 | kdecore/ksharedptr.h \ | 96 | kdecore/ksharedptr.h \ |
99 | kdecore/kshell.h \ | 97 | kdecore/kshell.h \ |
100 | kdecore/kstandarddirs.h \ | 98 | kdecore/kstandarddirs.h \ |
101 | kdecore/kstringhandler.h \ | 99 | kdecore/kstringhandler.h \ |
102 | kdecore/kshortcut.h \ | 100 | kdecore/kshortcut.h \ |
103 | kutils/kcmultidialog.h \ | 101 | kutils/kcmultidialog.h \ |
104 | kidmanager.h | 102 | kidmanager.h |
105 | 103 | ||
106 | 104 | ||
107 | 105 | ||
108 | 106 | ||
109 | SOURCES = \ | 107 | SOURCES = \ |
110 | KDGanttMinimizeSplitter.cpp \ | 108 | KDGanttMinimizeSplitter.cpp \ |
111 | kapplication.cpp \ | 109 | kapplication.cpp \ |
112 | kcalendarsystem.cpp \ | 110 | kcalendarsystem.cpp \ |
113 | kcalendarsystemgregorian.cpp \ | 111 | kcalendarsystemgregorian.cpp \ |
114 | kcolorbutton.cpp \ | 112 | kcolorbutton.cpp \ |
115 | kcolordialog.cpp \ | 113 | kcolordialog.cpp \ |
116 | kconfig.cpp \ | 114 | kconfig.cpp \ |
117 | kdatetbl.cpp \ | 115 | kdatetbl.cpp \ |
118 | kdialog.cpp \ | 116 | kdialog.cpp \ |
119 | kdialogbase.cpp \ | 117 | kdialogbase.cpp \ |
120 | keditlistbox.cpp \ | 118 | keditlistbox.cpp \ |
121 | kemailsettings.cpp \ | 119 | kemailsettings.cpp \ |
122 | kfontdialog.cpp \ | 120 | kfontdialog.cpp \ |
123 | kfiledialog.cpp \ | 121 | kfiledialog.cpp \ |
124 | kglobal.cpp \ | 122 | kglobal.cpp \ |
125 | kglobalsettings.cpp \ | 123 | kglobalsettings.cpp \ |
126 | kiconloader.cpp \ | 124 | kiconloader.cpp \ |
127 | kmessagebox.cpp \ | 125 | kmessagebox.cpp \ |
128 | kprocess.cpp \ | 126 | kprocess.cpp \ |
129 | krun.cpp \ | 127 | krun.cpp \ |
130 | ksystemtray.cpp \ | 128 | ksystemtray.cpp \ |
131 | ktempfile.cpp \ | 129 | ktempfile.cpp \ |
132 | kurl.cpp \ | 130 | kurl.cpp \ |
133 | ktextedit.cpp \ | 131 | ktextedit.cpp \ |
134 | ofileselector_p.cpp \ | 132 | ofileselector_p.cpp \ |
135 | ofontselector.cpp \ | 133 | ofontselector.cpp \ |
136 | oprocctrl.cpp \ | ||
137 | oprocess.cpp \ | ||
138 | kdecore/kcatalogue.cpp \ | 134 | kdecore/kcatalogue.cpp \ |
139 | kdecore/klibloader.cpp \ | 135 | kdecore/klibloader.cpp \ |
140 | kdecore/klocale.cpp \ | 136 | kdecore/klocale.cpp \ |
141 | kdecore/kmdcodec.cpp \ | 137 | kdecore/kmdcodec.cpp \ |
142 | kdecore/kprefs.cpp \ | 138 | kdecore/kprefs.cpp \ |
143 | kdecore/kshell.cpp \ | 139 | kdecore/kshell.cpp \ |
144 | kdecore/kstandarddirs.cpp \ | 140 | kdecore/kstandarddirs.cpp \ |
145 | kdecore/kstringhandler.cpp \ | 141 | kdecore/kstringhandler.cpp \ |
146 | kdeui/kaction.cpp \ | 142 | kdeui/kaction.cpp \ |
147 | kdeui/kactionclasses.cpp \ | 143 | kdeui/kactionclasses.cpp \ |
148 | kdeui/kactioncollection.cpp \ | 144 | kdeui/kactioncollection.cpp \ |
149 | kdeui/kbuttonbox.cpp \ | 145 | kdeui/kbuttonbox.cpp \ |
150 | kdeui/kcmodule.cpp \ | 146 | kdeui/kcmodule.cpp \ |
151 | kdeui/kguiitem.cpp \ | 147 | kdeui/kguiitem.cpp \ |
152 | kdeui/kjanuswidget.cpp \ | 148 | kdeui/kjanuswidget.cpp \ |
153 | kdeui/klistbox.cpp \ | 149 | kdeui/klistbox.cpp \ |
154 | kdeui/klistview.cpp \ | 150 | kdeui/klistview.cpp \ |
155 | kdeui/kmainwindow.cpp \ | 151 | kdeui/kmainwindow.cpp \ |
156 | kdeui/knuminput.cpp \ | 152 | kdeui/knuminput.cpp \ |
157 | kdeui/knumvalidator.cpp \ | 153 | kdeui/knumvalidator.cpp \ |
158 | kdeui/kseparator.cpp \ | 154 | kdeui/kseparator.cpp \ |
159 | kdeui/kstdaction.cpp \ | 155 | kdeui/kstdaction.cpp \ |
160 | kdeui/ksqueezedtextlabel.cpp \ | 156 | kdeui/ksqueezedtextlabel.cpp \ |
161 | kdeui/ktoolbar.cpp \ | 157 | kdeui/ktoolbar.cpp \ |
162 | kdeui/ktoolbarbutton.cpp \ | 158 | kdeui/ktoolbarbutton.cpp \ |
163 | kdeui/ktoolbarhandler.cpp \ | 159 | kdeui/ktoolbarhandler.cpp \ |
164 | kdeui/kxmlguiclient.cpp \ | 160 | kdeui/kxmlguiclient.cpp \ |
165 | kio/kfile/kurlrequester.cpp \ | 161 | kio/kfile/kurlrequester.cpp \ |
166 | kio/kio/kdirwatch.cpp \ | 162 | kio/kio/kdirwatch.cpp \ |
167 | kresources/configpage.cpp \ | 163 | kresources/configpage.cpp \ |
168 | kresources/configdialog.cpp \ | 164 | kresources/configdialog.cpp \ |
169 | kresources/configwidget.cpp \ | 165 | kresources/configwidget.cpp \ |
170 | kresources/factory.cpp \ | 166 | kresources/factory.cpp \ |
171 | kresources/kcmkresources.cpp \ | 167 | kresources/kcmkresources.cpp \ |
172 | kresources/managerimpl.cpp \ | 168 | kresources/managerimpl.cpp \ |
173 | kresources/resource.cpp \ | 169 | kresources/resource.cpp \ |
174 | kresources/selectdialog.cpp \ | 170 | kresources/selectdialog.cpp \ |
175 | kutils/kcmultidialog.cpp \ | 171 | kutils/kcmultidialog.cpp \ |
176 | kidmanager.cpp | 172 | kidmanager.cpp |
177 | 173 | ||