aports/unmaintained/tomahawk/qtkeychain.patch
Carlo Landmeter e0f5f83fce community/tomahawk: move to unmaintained
project is abandoned
2018-12-28 16:10:11 +00:00

14 lines
577 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3180626..102b8c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -324,7 +324,7 @@ if( TOMAHAWK_QT5 )
else()
macro_optional_find_package(QtKeychain 0.1.0)
endif()
-macro_log_feature(QTKEYCHAIN_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "")
+macro_log_feature(QtKeychain_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "")
endif()
if( UNIX AND NOT APPLE )