diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,8 @@ ) find_package(KF5KDEGames 4.9.0 REQUIRED) -find_package(Phonon4Qt5 CONFIG REQUIRED) +# Uncomment when sound is reenabled +# find_package(Phonon4Qt5 CONFIG REQUIRED) include(FeatureSummary) include(ECMAddAppIcon) @@ -126,7 +127,8 @@ KF5::DBusAddons KF5::KDELibs4Support KF5::KIOCore - Phonon::phonon4qt5 +# Uncomment when sound is reenabled +# Phonon::phonon4qt5 KF5KDEGames )