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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user