0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Add .h files that don't have a corresponding .cpp file so QtCreator picks them up.

This commit is contained in:
Felix Geyer 2010-10-08 16:36:40 +02:00
parent 8fc2b9328e
commit 3b9982c0a3

View File

@ -30,6 +30,7 @@ set(keepassx_SOURCES
crypto/CryptoHash.cpp
crypto/Random.cpp
crypto/SymmetricCipher.cpp
format/KeePass2.h
format/KeePass2Reader.cpp
format/KeePass2Writer.cpp
format/KeePass2XmlReader.cpp
@ -42,6 +43,7 @@ set(keepassx_SOURCES
gui/GroupView.cpp
gui/MainWindow.cpp
keys/CompositeKey.cpp
keys/Key.h
keys/PasswordKey.cpp
streams/HashedBlockStream.cpp
streams/LayeredStream.cpp