mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Merge topic 'qt4-phonon-backend'
ad7c80c Added conditional for the phonon backend plugin.
This commit is contained in:
@@ -1059,7 +1059,11 @@ IF (QT_QMAKE_EXECUTABLE AND QTVERSION)
|
||||
SET( QT_IMAGEFORMATS_PLUGINS qgif qjpeg qmng qico qsvg qtiff )
|
||||
SET( QT_INPUTMETHODS_PLUGINS qimsw_multi )
|
||||
SET( QT_MOUSEDRIVERS_PLUGINS qwstslibmousehandler )
|
||||
SET( QT_PHONON_BACKEND_PLUGINS phonon_qt7 )
|
||||
IF(APPLE)
|
||||
SET( QT_PHONON_BACKEND_PLUGINS phonon_qt7 )
|
||||
ELSEIF(WIN32)
|
||||
SET( QT_PHONON_BACKEND_PLUGINS phonon_ds9 )
|
||||
ENDIF()
|
||||
SET( QT_SCRIPT_PLUGINS qtscriptdbus )
|
||||
SET( QT_SQLDRIVERS_PLUGINS qsqldb2 qsqlibase qsqlite qsqlite2 qsqlmysql qsqloci qsqlodbc qsqlpsql qsqltds )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user