diff options
Diffstat (limited to 'community/tomahawk/qtkeychain.patch')
-rw-r--r-- | community/tomahawk/qtkeychain.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/tomahawk/qtkeychain.patch b/community/tomahawk/qtkeychain.patch new file mode 100644 index 0000000000..bb9666af39 --- /dev/null +++ b/community/tomahawk/qtkeychain.patch @@ -0,0 +1,13 @@ +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 ) |