-rw-r--r-- | microkde/microkdeE.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 4ee4dd7..ec2b1f7 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,49 +1,48 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | INCLUDEPATH += . ../qtcompat ../kabc ./kdecore ./kdeui ./kio/kfile $(QPEDIR)/include | 3 | INCLUDEPATH += . ../qtcompat ../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 | kdirwatch.h \ | ||
34 | keditlistbox.h \ | 33 | keditlistbox.h \ |
35 | kemailsettings.h \ | 34 | kemailsettings.h \ |
36 | kfiledialog.h \ | 35 | kfiledialog.h \ |
37 | kfontdialog.h \ | 36 | kfontdialog.h \ |
38 | kglobal.h \ | 37 | kglobal.h \ |
39 | kglobalsettings.h \ | 38 | kglobalsettings.h \ |
40 | kiconloader.h \ | 39 | kiconloader.h \ |
41 | klineedit.h \ | 40 | klineedit.h \ |
42 | klineeditdlg.h \ | 41 | klineeditdlg.h \ |
43 | kmessagebox.h \ | 42 | kmessagebox.h \ |
44 | knotifyclient.h \ | 43 | knotifyclient.h \ |
45 | kprinter.h \ | 44 | kprinter.h \ |
46 | kprocess.h \ | 45 | kprocess.h \ |
47 | krestrictedline.h \ | 46 | krestrictedline.h \ |
48 | krun.h \ | 47 | krun.h \ |
49 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
@@ -65,32 +64,34 @@ osmartpointer.h \ | |||
65 | kdeui/kcmodule.h \ | 64 | kdeui/kcmodule.h \ |
66 | kdeui/kstdaction.h \ | 65 | kdeui/kstdaction.h \ |
67 | kdeui/kbuttonbox.h \ | 66 | kdeui/kbuttonbox.h \ |
68 | kdeui/klistbox.h \ | 67 | kdeui/klistbox.h \ |
69 | kdeui/klistview.h \ | 68 | kdeui/klistview.h \ |
70 | kdeui/kjanuswidget.h \ | 69 | kdeui/kjanuswidget.h \ |
71 | kdeui/kseparator.h \ | 70 | kdeui/kseparator.h \ |
72 | kdeui/kmainwindow.h \ | 71 | kdeui/kmainwindow.h \ |
73 | kdeui/knuminput.h \ | 72 | kdeui/knuminput.h \ |
74 | kdeui/knumvalidator.h \ | 73 | kdeui/knumvalidator.h \ |
75 | kdeui/ksqueezedtextlabel.h \ | 74 | kdeui/ksqueezedtextlabel.h \ |
76 | kdeui/ktoolbar.h \ | 75 | kdeui/ktoolbar.h \ |
77 | kdeui/ktoolbarbutton.h \ | 76 | kdeui/ktoolbarbutton.h \ |
78 | kdeui/ktoolbarhandler.h \ | 77 | kdeui/ktoolbarhandler.h \ |
79 | kdeui/kxmlguiclient.h \ | 78 | kdeui/kxmlguiclient.h \ |
80 | kio/job.h \ | 79 | kio/job.h \ |
80 | kio/kio/kdirwatch.h \ | ||
81 | kio/kio/kdirwatch_p.h \ | ||
81 | kio/kfile/kurlrequester.h \ | 82 | kio/kfile/kurlrequester.h \ |
82 | kresources/resource.h \ | 83 | kresources/resource.h \ |
83 | kresources/factory.h \ | 84 | kresources/factory.h \ |
84 | kresources/managerimpl.h \ | 85 | kresources/managerimpl.h \ |
85 | kresources/manager.h \ | 86 | kresources/manager.h \ |
86 | kresources/selectdialog.h \ | 87 | kresources/selectdialog.h \ |
87 | kresources/configpage.h \ | 88 | kresources/configpage.h \ |
88 | kresources/configwidget.h \ | 89 | kresources/configwidget.h \ |
89 | kresources/configdialog.h \ | 90 | kresources/configdialog.h \ |
90 | kresources/kcmkresources.h \ | 91 | kresources/kcmkresources.h \ |
91 | kdecore/kmdcodec.h \ | 92 | kdecore/kmdcodec.h \ |
92 | kdecore/kconfigbase.h \ | 93 | kdecore/kconfigbase.h \ |
93 | kdecore/klocale.h \ | 94 | kdecore/klocale.h \ |
94 | kdecore/klibloader.h \ | 95 | kdecore/klibloader.h \ |
95 | kdecore/kcatalogue.h \ | 96 | kdecore/kcatalogue.h \ |
96 | kdecore/ksharedptr.h \ | 97 | kdecore/ksharedptr.h \ |
@@ -146,26 +147,27 @@ oprocess.cpp \ | |||
146 | kdeui/kcmodule.cpp \ | 147 | kdeui/kcmodule.cpp \ |
147 | kdeui/kguiitem.cpp \ | 148 | kdeui/kguiitem.cpp \ |
148 | kdeui/kjanuswidget.cpp \ | 149 | kdeui/kjanuswidget.cpp \ |
149 | kdeui/klistbox.cpp \ | 150 | kdeui/klistbox.cpp \ |
150 | kdeui/klistview.cpp \ | 151 | kdeui/klistview.cpp \ |
151 | kdeui/kmainwindow.cpp \ | 152 | kdeui/kmainwindow.cpp \ |
152 | kdeui/knuminput.cpp \ | 153 | kdeui/knuminput.cpp \ |
153 | kdeui/knumvalidator.cpp \ | 154 | kdeui/knumvalidator.cpp \ |
154 | kdeui/kseparator.cpp \ | 155 | kdeui/kseparator.cpp \ |
155 | kdeui/kstdaction.cpp \ | 156 | kdeui/kstdaction.cpp \ |
156 | kdeui/ksqueezedtextlabel.cpp \ | 157 | kdeui/ksqueezedtextlabel.cpp \ |
157 | kdeui/ktoolbar.cpp \ | 158 | kdeui/ktoolbar.cpp \ |
158 | kdeui/ktoolbarbutton.cpp \ | 159 | kdeui/ktoolbarbutton.cpp \ |
159 | kdeui/ktoolbarhandler.cpp \ | 160 | kdeui/ktoolbarhandler.cpp \ |
160 | kdeui/kxmlguiclient.cpp \ | 161 | kdeui/kxmlguiclient.cpp \ |
161 | kio/kfile/kurlrequester.cpp \ | 162 | kio/kfile/kurlrequester.cpp \ |
163 | kio/kio/kdirwatch.cpp \ | ||
162 | kresources/configpage.cpp \ | 164 | kresources/configpage.cpp \ |
163 | kresources/configdialog.cpp \ | 165 | kresources/configdialog.cpp \ |
164 | kresources/configwidget.cpp \ | 166 | kresources/configwidget.cpp \ |
165 | kresources/factory.cpp \ | 167 | kresources/factory.cpp \ |
166 | kresources/kcmkresources.cpp \ | 168 | kresources/kcmkresources.cpp \ |
167 | kresources/managerimpl.cpp \ | 169 | kresources/managerimpl.cpp \ |
168 | kresources/resource.cpp \ | 170 | kresources/resource.cpp \ |
169 | kresources/selectdialog.cpp \ | 171 | kresources/selectdialog.cpp \ |
170 | kutils/kcmultidialog.cpp | 172 | kutils/kcmultidialog.cpp |
171 | 173 | ||