Skip to content

Commit ab9a0f2

Browse files
committed
Mapper 0.5.3.1 patch: Enable OS X 10.6 support by disabling C++11 in Qt5
1 parent e084100 commit ab9a0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rd-party/qt5/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ else()
198198
set(QT5_DATA_DESTINATION "${INSTALL_DIR}${QT5_DATA_DESTINATION}")
199199
endif()
200200
if(APPLE)
201-
set(QT5_CONFIG_EXTRA_OPTS "${QT5_CONFIG_EXTRA_OPTS} -no-framework")
201+
set(QT5_CONFIG_EXTRA_OPTS "${QT5_CONFIG_EXTRA_OPTS} -no-framework -no-c++11")
202202
endif()
203203
if(UNIX AND NOT APPLE)
204204
set(QT5_CONFIG_ENVIRONMENT "LDFLAGS=-Wl,--enable-new-dtags")

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project(Mapper)
2626
# We use 99 to mark development builds.
2727
SET(Mapper_VERSION_MAJOR 0)
2828
SET(Mapper_VERSION_MINOR 5)
29-
SET(Mapper_VERSION_PATCH 3)
29+
SET(Mapper_VERSION_PATCH 3.1)
3030

3131
if(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
3232
message(FATAL_ERROR "You must not use the source directory as build directory.")

0 commit comments

Comments
 (0)