From 1eba731aae0bec7b7dac5767861d3406a815b973 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 31 Jan 2016 20:00:31 +0100 Subject: [PATCH] Try to lower cmake required for Qt 4 build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f0838df2..f631f1b13 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ endif() if(USE_QT_5) cmake_minimum_required(VERSION 2.8.10) else(USE_QT_5) - cmake_minimum_required(VERSION 2.8.0) + cmake_minimum_required(VERSION 2.6.0) endif(USE_QT_5) if(${APPLE})