Use status fork of qtkeychain

This commit is contained in:
Max Risuhin 2018-07-03 20:10:32 +03:00
parent 878d5491d2
commit 61fb404b9b
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set(qtkeychain_INCLUDE_DIR ${qtkeychain_BUILDDIR}/include/qt5keychain)
ExternalProject_Add(qtkeychain
GIT_REPOSITORY https://github.com/frankosterfeld/qtkeychain.git
GIT_REPOSITORY https://github.com/status-im/qtkeychain.git
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${qtkeychain_BUILDDIR} -DQTKEYCHAIN_STATIC=ON -DBUILD_TRANSLATIONS=OFF
BUILD_BYPRODUCTS ${qtkeychain_STATIC_LIB}
LOG_BUILD 1