1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Use TOMAHAWK_QT5

This commit is contained in:
Uwe L. Korn
2013-07-28 22:00:37 +02:00
parent 2b2d2e0390
commit a9eecbd246

View File

@@ -13,7 +13,7 @@
include(FindPackageHandleStandardArgs)
if( NOT BUILD_WITH_QT4 )
if( TOMAHAWK_QT5 )
find_package(Phonon4Qt5 NO_MODULE)
set(Phonon_FOUND ${Phonon4Qt5_FOUND})
set(Phonon_DIR ${Phonon4Qt5_DIR})