-rw-r--r-- | microkde/microkde.pro | 7 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 05833a9..4ebf53c 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -1,9 +1,9 @@ | |||
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 | 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 |
@@ -69,8 +69,10 @@ KDGanttMinimizeSplitter.h \ | |||
69 | kdeui/knuminput.h \ | 69 | kdeui/knuminput.h \ |
70 | kdeui/knumvalidator.h \ | 70 | kdeui/knumvalidator.h \ |
71 | kdeui/ksqueezedtextlabel.h \ | 71 | kdeui/ksqueezedtextlabel.h \ |
72 | kio/job.h \ | 72 | kio/job.h \ |
73 | kio/kio/kdirwatch.h \ | ||
74 | kio/kio/kdirwatch_p.h \ | ||
73 | kio/kfile/kurlrequester.h \ | 75 | kio/kfile/kurlrequester.h \ |
74 | kresources/resource.h \ | 76 | kresources/resource.h \ |
75 | kresources/factory.h \ | 77 | kresources/factory.h \ |
76 | kresources/managerimpl.h \ | 78 | kresources/managerimpl.h \ |
@@ -145,8 +147,9 @@ KDGanttMinimizeSplitter.cpp \ | |||
145 | kdeui/knuminput.cpp \ | 147 | kdeui/knuminput.cpp \ |
146 | kdeui/knumvalidator.cpp \ | 148 | kdeui/knumvalidator.cpp \ |
147 | kdeui/kseparator.cpp \ | 149 | kdeui/kseparator.cpp \ |
148 | kdeui/ksqueezedtextlabel.cpp \ | 150 | kdeui/ksqueezedtextlabel.cpp \ |
151 | kio/kio/kdirwatch.cpp \ | ||
149 | kio/kfile/kurlrequester.cpp \ | 152 | kio/kfile/kurlrequester.cpp \ |
150 | kresources/configpage.cpp \ | 153 | kresources/configpage.cpp \ |
151 | kresources/configdialog.cpp \ | 154 | kresources/configdialog.cpp \ |
152 | kresources/configwidget.cpp \ | 155 | kresources/configwidget.cpp \ |
@@ -164,5 +167,5 @@ KDGanttMinimizeSplitter.cpp \ | |||
164 | kdeui/ktoolbarbutton.cpp \ | 167 | kdeui/ktoolbarbutton.cpp \ |
165 | kdeui/ktoolbarhandler.cpp \ | 168 | kdeui/ktoolbarhandler.cpp \ |
166 | kdeui/kstdaction.cpp \ | 169 | kdeui/kstdaction.cpp \ |
167 | kdeui/kxmlguiclient.cpp \ | 170 | kdeui/kxmlguiclient.cpp \ |
168 | kdecore/klibloader.cpp \ No newline at end of file | 171 | kdecore/klibloader.cpp |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index 4ee4dd7..ec2b1f7 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -1,7 +1,7 @@ | |||
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 | ||
@@ -29,9 +29,8 @@ KDGanttMinimizeSplitter.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 \ |
@@ -77,8 +76,10 @@ osmartpointer.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 \ |
@@ -158,8 +159,9 @@ oprocess.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 \ |