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

Phonon cmake config file is still a mess with Qt4

This commit is contained in:
Dominik Schmidt
2013-08-06 23:58:13 +02:00
parent 3c52e73595
commit 07ae17b5e6
3 changed files with 10 additions and 48 deletions

View File

@@ -18,9 +18,7 @@ if( TOMAHAWK_QT5 )
set(Phonon_FOUND ${Phonon4Qt5_FOUND})
set(Phonon_DIR ${Phonon4Qt5_DIR})
else()
find_package(Phonon4)
set(Phonon_FOUND ${PHONON_FOUND})
set(Phonon_DIR ${PHONON_DIR})
find_package(Phonon NO_MODULE)
endif()
find_package_handle_standard_args(Phonon DEFAULT_MSG Phonon_DIR )