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 --- quackle.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'quackle.pro') diff --git a/quackle.pro b/quackle.pro index 4793e27..b3910ae 100644 --- a/quackle.pro +++ b/quackle.pro @@ -82,3 +82,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