Skip to content

Commit

Permalink
cmake 2.6 required for QtWebkit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12319 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 3, 2009
1 parent 51de01b commit f26da8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -20,7 +20,8 @@ SET(QGIS_VERSION_INT 10400)
#############################################################
# CMake settings

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.3)
# 2.6 required for QtWebkit
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

SET(CMAKE_COLOR_MAKEFILE ON)

Expand Down Expand Up @@ -180,6 +181,7 @@ SET( QT_USE_QTXML TRUE )
SET( QT_USE_QTNETWORK TRUE )
SET( QT_USE_QTSVG TRUE )
SET( QT_USE_QTSQL TRUE )
SET( QT_USE_QTWEBKIT TRUE )
IF (ENABLE_TESTS)
SET( QT_USE_QTTEST TRUE )
ENABLE_TESTING()
Expand Down

0 comments on commit f26da8e

Please sign in to comment.