From: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Date: Sun, 15 Apr 2018 12:53:09 -0500
Subject: cmake-add-quotes

---
 core/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 4f79977..0d2080e 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -228,7 +228,7 @@ find_package(QtAV)
 
 if(ENABLE_MEDIAPLAYER)
 
-    if(NOT ${QtAV_FOUND} OR ${QTAV_VERSION_STRING} VERSION_LESS ${QTAV_MIN_VERSION})
+    if(NOT ${QtAV_FOUND} OR "${QTAV_VERSION_STRING}" VERSION_LESS ${QTAV_MIN_VERSION})
 
         set(ENABLE_MEDIAPLAYER OFF)
         set(QtAV_FOUND OFF)
