author | ulf69 <ulf69> | 2004-09-28 22:03:40 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-28 22:03:40 (UTC) |
commit | 3efc9aaf086dee47633e049e80b18f61a2017ff3 (patch) (unidiff) | |
tree | 93589761a5fe9dd1817af6c26ea0b9ae383eb756 | |
parent | 551a0bb353c7ffff4b307956a7cc7a023bf36863 (diff) | |
download | kdepimpi-3efc9aaf086dee47633e049e80b18f61a2017ff3.zip kdepimpi-3efc9aaf086dee47633e049e80b18f61a2017ff3.tar.gz kdepimpi-3efc9aaf086dee47633e049e80b18f61a2017ff3.tar.bz2 |
optimized memorylayout by reducing unneeded files
-rw-r--r-- | pwmanager/pwmanager/pwmanagerE.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pwmanager/pwmanager/pwmanagerE.pro b/pwmanager/pwmanager/pwmanagerE.pro index b0c9236..3bcf679 100644 --- a/pwmanager/pwmanager/pwmanagerE.pro +++ b/pwmanager/pwmanager/pwmanagerE.pro | |||
@@ -36,8 +36,10 @@ LIBS += $(QTOPIALIB) | |||
36 | #configuration.h \ | 36 | #configuration.h \ |
37 | #configwnd.h \ | 37 | #configwnd.h \ |
38 | #configwndimpl.h \ | 38 | #configwndimpl.h \ |
39 | #selftest.h | 39 | #selftest.h |
40 | #subtbledit.h \ | ||
41 | #subtbleditimpl.h \ | ||
40 | 42 | ||
41 | HEADERS = \ | 43 | HEADERS = \ |
42 | addentrywnd_emb.h \ | 44 | addentrywnd_emb.h \ |
43 | addentrywndimpl.h \ | 45 | addentrywndimpl.h \ |
@@ -82,10 +84,8 @@ rencatwnd.h \ | |||
82 | serializer.h \ | 84 | serializer.h \ |
83 | setmasterpwwnd_emb.h \ | 85 | setmasterpwwnd_emb.h \ |
84 | setmasterpwwndimpl.h \ | 86 | setmasterpwwndimpl.h \ |
85 | sha1.h \ | 87 | sha1.h \ |
86 | subtbledit.h \ | ||
87 | subtbleditimpl.h \ | ||
88 | waitwnd.h \ | 88 | waitwnd.h \ |
89 | kcmconfigs/kcmpwmconfig.h \ | 89 | kcmconfigs/kcmpwmconfig.h \ |
90 | kcmconfigs/pwmconfigwidget.h \ | 90 | kcmconfigs/pwmconfigwidget.h \ |
91 | 91 | ||
@@ -100,8 +100,10 @@ kcmconfigs/pwmconfigwidget.h \ | |||
100 | #printtext.cpp \ | 100 | #printtext.cpp \ |
101 | #selftest.cpp \ | 101 | #selftest.cpp \ |
102 | #pwmprint.cpp \ | 102 | #pwmprint.cpp \ |
103 | #spinforsignal.cpp | 103 | #spinforsignal.cpp |
104 | #subtbledit.cpp \ | ||
105 | #subtbleditimpl.cpp \ | ||
104 | 106 | ||
105 | SOURCES = \ | 107 | SOURCES = \ |
106 | addentrywnd_emb.cpp \ | 108 | addentrywnd_emb.cpp \ |
107 | addentrywndimpl.cpp \ | 109 | addentrywndimpl.cpp \ |
@@ -143,10 +145,8 @@ rencatwnd.cpp \ | |||
143 | serializer.cpp \ | 145 | serializer.cpp \ |
144 | setmasterpwwnd_emb.cpp \ | 146 | setmasterpwwnd_emb.cpp \ |
145 | setmasterpwwndimpl.cpp \ | 147 | setmasterpwwndimpl.cpp \ |
146 | sha1.cpp \ | 148 | sha1.cpp \ |
147 | subtbledit.cpp \ | ||
148 | subtbleditimpl.cpp \ | ||
149 | waitwnd.cpp \ | 149 | waitwnd.cpp \ |
150 | kcmconfigs/kcmpwmconfig.cpp \ | 150 | kcmconfigs/kcmpwmconfig.cpp \ |
151 | kcmconfigs/pwmconfigwidget.cpp \ | 151 | kcmconfigs/pwmconfigwidget.cpp \ |
152 | 152 | ||