Skip to content

Commit 1c2bdf1

Browse files
committedNov 4, 2014
Switch tests to automoc
Required for Qt5 compatibility Raises minimum CMake version to 2.8.6
1 parent f46e683 commit 1c2bdf1

File tree

84 files changed

+84
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+84
-94
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MESSAGE(STATUS "QGIS version: ${COMPLETE_VERSION} ${RELEASE_NAME} (${QGIS_VERSIO
1818
#############################################################
1919
# CMake settings
2020

21-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0)
21+
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6)
2222

2323
SET(CMAKE_COLOR_MAKEFILE ON)
2424

‎INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Following a summary of the required dependencies for building:
9292

9393
Required build tools:
9494

95-
- CMake >= 2.8.0
95+
- CMake >= 2.8.6
9696
- Flex
9797
- Bison >= 2.4
9898

0 commit comments

Comments
 (0)
Please sign in to comment.