diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-04 23:54:17 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-04 23:54:17 -0600 |
commit | f664d198a32fb075dee6b2b10bfa5c195c0ee5e9 (patch) | |
tree | b29cf41a885678e7ad0966aad469bcb439d91322 /ui/qt5/CMakeLists.txt | |
parent | f36f86b179c62fb5b5028834c1eca82d92d50d09 (diff) | |
download | horizon-f664d198a32fb075dee6b2b10bfa5c195c0ee5e9.tar.gz horizon-f664d198a32fb075dee6b2b10bfa5c195c0ee5e9.tar.bz2 horizon-f664d198a32fb075dee6b2b10bfa5c195c0ee5e9.tar.xz horizon-f664d198a32fb075dee6b2b10bfa5c195c0ee5e9.zip |
Qt UI: Add the musl SHA-512 crypt(3) code
Diffstat (limited to 'ui/qt5/CMakeLists.txt')
-rw-r--r-- | ui/qt5/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt index ab626b4..9ac6372 100644 --- a/ui/qt5/CMakeLists.txt +++ b/ui/qt5/CMakeLists.txt @@ -8,6 +8,7 @@ set(UI_SOURCES main.cc ${CMAKE_SOURCE_DIR}/3rdparty/Section.cpp useraccountwidget.cc + crypt_sha512.c intropage.cc inputpage.cc |