diff options
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 +} |