-rw-r--r-- | microkde/microkde.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 4ebf53c..f9adfb1 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -79,12 +79,13 @@ KDGanttMinimizeSplitter.h \ | |||
79 | kresources/manager.h \ | 79 | kresources/manager.h \ |
80 | kresources/selectdialog.h \ | 80 | kresources/selectdialog.h \ |
81 | kresources/configpage.h \ | 81 | kresources/configpage.h \ |
82 | kresources/configwidget.h \ | 82 | kresources/configwidget.h \ |
83 | kresources/configdialog.h \ | 83 | kresources/configdialog.h \ |
84 | kresources/kcmkresources.h \ | 84 | kresources/kcmkresources.h \ |
85 | kresources/syncwidget.h \ | ||
85 | kdecore/kmdcodec.h \ | 86 | kdecore/kmdcodec.h \ |
86 | kdecore/kconfigbase.h \ | 87 | kdecore/kconfigbase.h \ |
87 | kdecore/klocale.h \ | 88 | kdecore/klocale.h \ |
88 | kdecore/kcatalogue.h \ | 89 | kdecore/kcatalogue.h \ |
89 | kdecore/ksharedptr.h \ | 90 | kdecore/ksharedptr.h \ |
90 | kdecore/kshell.h \ | 91 | kdecore/kshell.h \ |
@@ -98,13 +99,15 @@ KDGanttMinimizeSplitter.h \ | |||
98 | kdeui/ktoolbar.h \ | 99 | kdeui/ktoolbar.h \ |
99 | kdeui/ktoolbarbutton.h \ | 100 | kdeui/ktoolbarbutton.h \ |
100 | kdeui/ktoolbarhandler.h \ | 101 | kdeui/ktoolbarhandler.h \ |
101 | kdeui/kaction.h \ | 102 | kdeui/kaction.h \ |
102 | kdeui/kactionclasses.h \ | 103 | kdeui/kactionclasses.h \ |
103 | kdeui/kactioncollection.h \ | 104 | kdeui/kactioncollection.h \ |
104 | kdecore/klibloader.h | 105 | kdecore/kprefs.h \ |
106 | kdecore/klibloader.h \ | ||
107 | kidmanager.h | ||
105 | 108 | ||
106 | 109 | ||
107 | # kdecore/klibloader.h \ | 110 | # kdecore/klibloader.h \ |
108 | 111 | ||
109 | 112 | ||
110 | SOURCES = \ | 113 | SOURCES = \ |
@@ -155,17 +158,20 @@ KDGanttMinimizeSplitter.cpp \ | |||
155 | kresources/configwidget.cpp \ | 158 | kresources/configwidget.cpp \ |
156 | kresources/factory.cpp \ | 159 | kresources/factory.cpp \ |
157 | kresources/kcmkresources.cpp \ | 160 | kresources/kcmkresources.cpp \ |
158 | kresources/managerimpl.cpp \ | 161 | kresources/managerimpl.cpp \ |
159 | kresources/resource.cpp \ | 162 | kresources/resource.cpp \ |
160 | kresources/selectdialog.cpp \ | 163 | kresources/selectdialog.cpp \ |
164 | kresources/syncwidget.cpp \ | ||
161 | kutils/kcmultidialog.cpp \ | 165 | kutils/kcmultidialog.cpp \ |
162 | kdeui/kaction.cpp \ | 166 | kdeui/kaction.cpp \ |
163 | kdeui/kactionclasses.cpp \ | 167 | kdeui/kactionclasses.cpp \ |
164 | kdeui/kactioncollection.cpp \ | 168 | kdeui/kactioncollection.cpp \ |
165 | kdeui/kmainwindow.cpp \ | 169 | kdeui/kmainwindow.cpp \ |
166 | kdeui/ktoolbar.cpp \ | 170 | kdeui/ktoolbar.cpp \ |
167 | kdeui/ktoolbarbutton.cpp \ | 171 | kdeui/ktoolbarbutton.cpp \ |
168 | kdeui/ktoolbarhandler.cpp \ | 172 | kdeui/ktoolbarhandler.cpp \ |
169 | kdeui/kstdaction.cpp \ | 173 | kdeui/kstdaction.cpp \ |
170 | kdeui/kxmlguiclient.cpp \ | 174 | kdeui/kxmlguiclient.cpp \ |
171 | kdecore/klibloader.cpp | 175 | kdecore/kprefs.cpp \ |
176 | kdecore/klibloader.cpp \ | ||
177 | kidmanager.cpp | ||