1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

Find Phonon for Qt4 and Phonon4Qt5 for Qt5

Conflicts:
	CMakeLists.txt
This commit is contained in:
Dominik Schmidt
2013-05-25 16:01:41 +02:00
committed by Uwe L. Korn
parent 5884db1e3b
commit af1bf099e2
3 changed files with 50 additions and 24 deletions

View File

@@ -220,8 +220,8 @@ IF( UNIX AND NOT APPLE AND QT_QTDBUS_FOUND )
ENDIF( UNIX AND NOT APPLE AND QT_QTDBUS_FOUND )
macro_optional_find_package(Phonon 4.5.0)
macro_log_feature(PHONON_FOUND "Phonon" "The Phonon multimedia library" "http://phonon.kde.org" TRUE "" "")
if( PHONON_FOUND )
macro_log_feature(Phonon_FOUND "Phonon" "The Phonon multimedia library" "http://phonon.kde.org" TRUE "" "")
if(Phonon_FOUND)
message(STATUS "Phonon found; ensure that phonon-vlc is at least 0.4")
endif()