-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 | |||
@@ -73,44 +73,47 @@ KDGanttMinimizeSplitter.h \ | |||
73 | kio/kio/kdirwatch.h \ | 73 | kio/kio/kdirwatch.h \ |
74 | kio/kio/kdirwatch_p.h \ | 74 | kio/kio/kdirwatch_p.h \ |
75 | kio/kfile/kurlrequester.h \ | 75 | kio/kfile/kurlrequester.h \ |
76 | kresources/resource.h \ | 76 | kresources/resource.h \ |
77 | kresources/factory.h \ | 77 | kresources/factory.h \ |
78 | kresources/managerimpl.h \ | 78 | kresources/managerimpl.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 \ |
91 | kdecore/kstandarddirs.h \ | 92 | kdecore/kstandarddirs.h \ |
92 | kdecore/kstringhandler.h \ | 93 | kdecore/kstringhandler.h \ |
93 | kdecore/kshortcut.h \ | 94 | kdecore/kshortcut.h \ |
94 | kutils/kcmultidialog.h \ | 95 | kutils/kcmultidialog.h \ |
95 | kdeui/kxmlguiclient.h \ | 96 | kdeui/kxmlguiclient.h \ |
96 | kdeui/kstdaction.h \ | 97 | kdeui/kstdaction.h \ |
97 | kdeui/kmainwindow.h \ | 98 | kdeui/kmainwindow.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 = \ |
111 | KDGanttMinimizeSplitter.cpp \ | 114 | KDGanttMinimizeSplitter.cpp \ |
112 | kapplication.cpp \ | 115 | kapplication.cpp \ |
113 | kcalendarsystem.cpp \ | 116 | kcalendarsystem.cpp \ |
114 | kcalendarsystemgregorian.cpp \ | 117 | kcalendarsystemgregorian.cpp \ |
115 | kcolorbutton.cpp \ | 118 | kcolorbutton.cpp \ |
116 | kcolordialog.cpp \ | 119 | kcolordialog.cpp \ |
@@ -149,23 +152,26 @@ KDGanttMinimizeSplitter.cpp \ | |||
149 | kdeui/kseparator.cpp \ | 152 | kdeui/kseparator.cpp \ |
150 | kdeui/ksqueezedtextlabel.cpp \ | 153 | kdeui/ksqueezedtextlabel.cpp \ |
151 | kio/kio/kdirwatch.cpp \ | 154 | kio/kio/kdirwatch.cpp \ |
152 | kio/kfile/kurlrequester.cpp \ | 155 | kio/kfile/kurlrequester.cpp \ |
153 | kresources/configpage.cpp \ | 156 | kresources/configpage.cpp \ |
154 | kresources/configdialog.cpp \ | 157 | kresources/configdialog.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 | ||