From 772e558f64a6206acd06997006098dec7de10e2a Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Wed, 21 Apr 2010 16:06:29 +0200 Subject: [PATCH] bump required Qt version in the cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd59a29..d0a22e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(PhononMacros) include(MacroLogFeature) include(MacroOptionalFindPackage) -set(QT_MIN_VERSION 4.4.0) +set(QT_MIN_VERSION 4.6.0) find_package(Qt4 REQUIRED) if (NOT QT_QTDBUS_FOUND) message(STATUS "Warning: Phonon won't be compiled with DBus support.") -- 2.1.4