Switched to sha512/sha256 by using QCA

This commit is contained in:
Micke Prag 2010-09-07 13:12:38 +00:00
parent 0f3031a5ab
commit 9f684a43d2
4 changed files with 41 additions and 10 deletions

View file

@ -0,0 +1,11 @@
FIND_LIBRARY( QCA_LIBRARY QCA )
IF (WIN32)
GET_FILENAME_COMPONENT(QCA_PATH ${QCA_LIBRARY} PATH)
MESSAGE(${QCA_PATH})
INCLUDE_DIRECTORIES(
${QCA_PATH}/../include/QtCrypto/
)
ENDIF (WIN32)