blob: d24c03491066d92a9e933e295438531195d51721 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a1b077..019efcd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ find_package (KF5 REQUIRED COMPONENTS
I18n XmlGui GuiAddons DocTools DBusAddons Crash
)
-find_package (Phonon4Qt5)
+find_package (Phonon4Qt5 REQUIRED)
include(KDEInstallDirs)
include(KDECompilerSettings NO_POLICY_SCOPE)
|