diff options
author | Matt Liberty <matt.liberty@gmail.com> | 2013-09-27 13:00:05 -0700 |
---|---|---|
committer | Matt Liberty <matt.liberty@gmail.com> | 2013-09-27 13:00:05 -0700 |
commit | 4284ba490041ba71f87b820eda3a11754a3c56ac (patch) | |
tree | 863add0e9f263ff26a32e3fa5866f9c6bc0f76fe /test | |
parent | 9306cb60c32082c5403931de0823a9fd5daa196c (diff) |
Add -fpermissive for OSX Mountain Lion build error
Diffstat (limited to 'test')
-rw-r--r-- | test/test.pro | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |