Try to lower cmake required for Qt 4 build.
This commit is contained in:
parent
bfa76b3074
commit
1eba731aae
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ endif()
|
||||||
if(USE_QT_5)
|
if(USE_QT_5)
|
||||||
cmake_minimum_required(VERSION 2.8.10)
|
cmake_minimum_required(VERSION 2.8.10)
|
||||||
else(USE_QT_5)
|
else(USE_QT_5)
|
||||||
cmake_minimum_required(VERSION 2.8.0)
|
cmake_minimum_required(VERSION 2.6.0)
|
||||||
endif(USE_QT_5)
|
endif(USE_QT_5)
|
||||||
|
|
||||||
if(${APPLE})
|
if(${APPLE})
|
||||||
|
|
Loading…
Add table
Reference in a new issue