Git commit 7fe3cd3c6654f350836d6d2d7c374508ed5cbd2c by Antonio Rojas. Committed on 08/09/2018 at 10:10. Pushed by arojas into branch 'Applications/18.08'. Mark phonon as required kletrres doesn't build without it Differential Revision: https://phabricator.kde.org/D15345 M +1 -1 CMakeLists.txt https://commits.kde.org/klettres/7fe3cd3c6654f350836d6d2d7c374508ed5cbd2c diff --git a/CMakeLists.txt b/CMakeLists.txt index d757b68..3dfc9ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Test Widgets ) -find_package(Phonon4Qt5) +find_package(Phonon4Qt5 REQUIRED) = find_package(KF5 REQUIRED COMPONENTS Completion