New Features in QGIS 2.12 ‘Lyon’ This is the next release in our 4-monthly release series. It gives you access to the new features we have been working on and represents the ‘cutting edge’ of QGIS development. QGIS ‘Lyon’ is jam-packed with awesome new features. Special highlights are support for rule based labelling, rule based styling of attribute tables, and advanced geometry checker, support for digitising curve based geometries, better authentication management and much, much more! QGIS 2.12 also has many bug fixes and memory leaks addressed. The features provided in QGIS 2.12 will be included in the next LTR release (slated for release in 2016), so using this release provides you with an excellent opportunity to test new features that will make their way into the next LTR.
16 lines
642 B
CMake
16 lines
642 B
CMake
$NetBSD: patch-mac_cmake_1qt.cmake.in,v 1.1 2016/02/02 04:33:58 dbj Exp $
|
|
|
|
Make sure QCATOOL_EXECUTABLE is available to QCAMacros.cmake
|
|
so that FIND_QCATOOL works when running install scripts
|
|
This is in conjunction with patch-mac-CMakeLists.txt
|
|
|
|
--- mac/cmake/1qt.cmake.in.orig 2016-01-15 12:00:55.000000000 +0000
|
|
+++ mac/cmake/1qt.cmake.in
|
|
@@ -8,6 +8,7 @@ CMAKE_POLICY (SET CMP0012 NEW)
|
|
|
|
INCLUDE ("@CMAKE_BINARY_DIR@/mac/0vars.cmake")
|
|
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake")
|
|
+SET (QCATOOL_EXECUTABLE @QCATOOL_EXECUTABLE@)
|
|
INCLUDE ("@CMAKE_SOURCE_DIR@/cmake/QCAMacros.cmake")
|
|
|
|
# Qt framework version is major version
|