mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Use TOMAHAWK_QT5
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
|
|
||||||
if( NOT BUILD_WITH_QT4 )
|
if( TOMAHAWK_QT5 )
|
||||||
find_package(Phonon4Qt5 NO_MODULE)
|
find_package(Phonon4Qt5 NO_MODULE)
|
||||||
set(Phonon_FOUND ${Phonon4Qt5_FOUND})
|
set(Phonon_FOUND ${Phonon4Qt5_FOUND})
|
||||||
set(Phonon_DIR ${Phonon4Qt5_DIR})
|
set(Phonon_DIR ${Phonon4Qt5_DIR})
|
||||||
|
Reference in New Issue
Block a user