Replace sha2 with QCryptographicHash

This commit is contained in:
Jonas Kvinge
2018-12-02 19:12:27 +01:00
parent d97d0fe359
commit 2d8f30c40a
7 changed files with 1 additions and 714 deletions

View File

@@ -67,7 +67,6 @@ endif()
link_directories(${TAGLIB_LIBRARY_DIRS})
include_directories(${TAGLIB_INCLUDE_DIRS})
include_directories(${SHA2_INCLUDE_DIRS})
include_directories(${QTSINGLEAPPLICATION_INCLUDE_DIRS})
include_directories(${QXT_INCLUDE_DIRS})
@@ -906,7 +905,6 @@ target_link_libraries(strawberry_lib
libstrawberry-tagreader
${GLIB_LIBRARIES}
${GIO_LIBRARIES}
${SHA2_LIBRARIES}
${TAGLIB_LIBRARIES}
${GOBJECT_LIBRARIES}
${QT_LIBRARIES}