author | zautrix <zautrix> | 2004-10-23 07:41:05 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-23 07:41:05 (UTC) |
commit | eb0bc46bfbba45a84c7353f1c9c4dba27273f021 (patch) (unidiff) | |
tree | 9c0b00efa45925ee25d54ddb994754ba2e9aa420 /pwmanager | |
parent | c1afd7a11c374573ad39a829567d05fb5a0453ce (diff) | |
download | kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.zip kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.gz kdepimpi-eb0bc46bfbba45a84c7353f1c9c4dba27273f021.tar.bz2 |
desktop compile fix
-rw-r--r-- | pwmanager/pwmanager/pwmanager.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwmanager.pro b/pwmanager/pwmanager/pwmanager.pro index 49c1f46..80b2519 100644 --- a/pwmanager/pwmanager/pwmanager.pro +++ b/pwmanager/pwmanager/pwmanager.pro | |||
@@ -61,16 +61,17 @@ HEADERS = \ | |||
61 | addentrywnd_emb.h \ | 61 | addentrywnd_emb.h \ |
62 | addentrywndimpl.h \ | 62 | addentrywndimpl.h \ |
63 | base64.h \ | 63 | base64.h \ |
64 | binentrygen.h \ | 64 | binentrygen.h \ |
65 | blowfish.h \ | 65 | blowfish.h \ |
66 | commentbox.h \ | 66 | commentbox.h \ |
67 | compiler.h \ | 67 | compiler.h \ |
68 | compressgzip.h \ | 68 | compressgzip.h \ |
69 | csv.h \ | ||
69 | findwnd_emb.h \ | 70 | findwnd_emb.h \ |
70 | findwndimpl.h \ | 71 | findwndimpl.h \ |
71 | genpasswd.h \ | 72 | genpasswd.h \ |
72 | getkeycardwnd.h \ | 73 | getkeycardwnd.h \ |
73 | getmasterpwwnd_emb.h \ | 74 | getmasterpwwnd_emb.h \ |
74 | getmasterpwwndimpl.h \ | 75 | getmasterpwwndimpl.h \ |
75 | globalstuff.h \ | 76 | globalstuff.h \ |
76 | gpasmanfile.h \ | 77 | gpasmanfile.h \ |
@@ -126,16 +127,17 @@ kcmconfigs/pwmconfigwidget.h | |||
126 | SOURCES = \ | 127 | SOURCES = \ |
127 | addentrywnd_emb.cpp \ | 128 | addentrywnd_emb.cpp \ |
128 | addentrywndimpl.cpp \ | 129 | addentrywndimpl.cpp \ |
129 | base64.cpp \ | 130 | base64.cpp \ |
130 | binentrygen.cpp \ | 131 | binentrygen.cpp \ |
131 | blowfish.cpp \ | 132 | blowfish.cpp \ |
132 | commentbox.cpp \ | 133 | commentbox.cpp \ |
133 | compressgzip.cpp \ | 134 | compressgzip.cpp \ |
135 | csv.cpp \ | ||
134 | findwnd_emb.cpp \ | 136 | findwnd_emb.cpp \ |
135 | findwndimpl.cpp \ | 137 | findwndimpl.cpp \ |
136 | genpasswd.cpp \ | 138 | genpasswd.cpp \ |
137 | getkeycardwnd.cpp \ | 139 | getkeycardwnd.cpp \ |
138 | getmasterpwwnd_emb.cpp \ | 140 | getmasterpwwnd_emb.cpp \ |
139 | getmasterpwwndimpl.cpp \ | 141 | getmasterpwwndimpl.cpp \ |
140 | globalstuff.cpp \ | 142 | globalstuff.cpp \ |
141 | gpasmanfile.cpp \ | 143 | gpasmanfile.cpp \ |