Switched to sha512/sha256 by using QCA
This commit is contained in:
parent
0f3031a5ab
commit
9f684a43d2
4 changed files with 41 additions and 10 deletions
11
telldus-gui/cmake/FindQCA.cmake
Normal file
11
telldus-gui/cmake/FindQCA.cmake
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue