From 4284ba490041ba71f87b820eda3a11754a3c56ac Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Fri, 27 Sep 2013 13:00:05 -0700 Subject: Add -fpermissive for OSX Mountain Lion build error --- test/test.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test.pro b/test/test.pro index e0a0b77..facaa35 100644 --- a/test/test.pro +++ b/test/test.pro @@ -30,3 +30,7 @@ win32:!win32-g++ { QMAKE_CFLAGS_RELEASE ~= s/-MD/-MT/ QMAKE_CXXFLAGS_RELEASE ~= s/-MD/-MT/ } + +macx-g++ { + QMAKE_CXXFLAGS += -fpermissive +} -- cgit v1.2.3