1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-14 10:46:07 +01:00

Disable QDBus on windows & mac.

This commit is contained in:
John Maguire 2010-03-22 14:27:54 +00:00
parent b64e8120a4
commit db3c6ec098

View File

@ -16,7 +16,9 @@ set(QT_USE_QTSQL 1)
set(QT_USE_QTNETWORK 1)
set(QT_USE_QTXML 1)
set(QT_USE_QTTEST 1)
set(QT_USE_QTDBUS 1)
if(UNIX AND NOT APPLE)
set(QT_USE_QTDBUS 1)
endif(UNIX AND NOT APPLE)
if(WIN32)
set(QT_USE_PHONON 1)
endif(WIN32)