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 | |||
@@ -66,6 +66,7 @@ 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 \ |
@@ -131,6 +132,7 @@ 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 \ |