1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Add snore to Windows installer

This commit is contained in:
Uwe L. Korn
2014-07-02 11:31:23 +01:00
parent ee11f255d7
commit 27a0ad69ec
2 changed files with 8 additions and 1 deletions

View File

@@ -332,7 +332,7 @@ if( WIN32 )
macro_log_feature(QTSPARKLE_FOUND "qtsparkle" "Library for creating auto updaters written in Qt" "https://github.com/davidsansome/qtsparkle" FALSE "" "")
endif( WIN32 )
if( WIN32 OR APPLE )
if( WIN32 ) #OR APPLE )
if( TOMAHAWK_QT5 )
macro_optional_find_package(LibsnoreQt5 QUIET)
else()