mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Add .h files that don't have a corresponding .cpp file so QtCreator picks them up.
This commit is contained in:
parent
8fc2b9328e
commit
3b9982c0a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user