1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Bump snorenotify requirement

This commit is contained in:
Dominik Schmidt
2016-02-17 14:27:43 +01:00
parent 3808e230d4
commit 1b7b7ca4b3

View File

@@ -403,7 +403,7 @@ if( WIN32 )
endif( WIN32 ) endif( WIN32 )
if( WIN32 OR APPLE ) if( WIN32 OR APPLE )
macro_optional_find_package(LibsnoreQt5 0.5.70 QUIET) macro_optional_find_package(LibsnoreQt5 0.6.0 QUIET)
macro_log_feature(LibsnoreQt5_FOUND "Libsnore" "Library for notifications" "https://projects.kde.org/projects/playground/libs/snorenotify" FALSE "" "") macro_log_feature(LibsnoreQt5_FOUND "Libsnore" "Library for notifications" "https://projects.kde.org/projects/playground/libs/snorenotify" FALSE "" "")
endif() endif()