-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 | |||
@@ -32,16 +32,18 @@ LIBS += $(QTOPIALIB) | |||
32 | 32 | ||
33 | 33 | ||
34 | #HEADERS = \ | 34 | #HEADERS = \ |
35 | #configuration_31compat.h \ | 35 | #configuration_31compat.h \ |
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 \ |
44 | base64.h \ | 46 | base64.h \ |
45 | binentrygen.h \ | 47 | binentrygen.h \ |
46 | blowfish.h \ | 48 | blowfish.h \ |
47 | commentbox.h \ | 49 | commentbox.h \ |
@@ -78,34 +80,34 @@ pwmviewstyle_1.h \ | |||
78 | pwmviewstyle.h \ | 80 | pwmviewstyle.h \ |
79 | randomizer.h \ | 81 | randomizer.h \ |
80 | rc2.h \ | 82 | rc2.h \ |
81 | rencatwnd.h \ | 83 | 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 | ||
92 | #sources that need not be build | 92 | #sources that need not be build |
93 | #SOURCES = \ | 93 | #SOURCES = \ |
94 | #advcommeditimpl.cpp \ | 94 | #advcommeditimpl.cpp \ |
95 | #configuration.cpp \ | 95 | #configuration.cpp \ |
96 | #configwnd.cpp \ | 96 | #configwnd.cpp \ |
97 | #configwndimpl.cpp \ | 97 | #configwndimpl.cpp \ |
98 | #configuration_31compat.cpp \ | 98 | #configuration_31compat.cpp \ |
99 | #htmlparse.cpp \ | 99 | #htmlparse.cpp \ |
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 \ |
108 | base64.cpp \ | 110 | base64.cpp \ |
109 | binentrygen.cpp \ | 111 | binentrygen.cpp \ |
110 | blowfish.cpp \ | 112 | blowfish.cpp \ |
111 | commentbox.cpp \ | 113 | commentbox.cpp \ |
@@ -139,15 +141,13 @@ pwmviewstyle_1.cpp \ | |||
139 | pwmviewstyle.cpp \ | 141 | pwmviewstyle.cpp \ |
140 | randomizer.cpp \ | 142 | randomizer.cpp \ |
141 | rc2.cpp \ | 143 | rc2.cpp \ |
142 | rencatwnd.cpp \ | 144 | 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 | ||
153 | 153 | ||