diff options
author | John Fultz <jfultz@wolfram.com> | 2015-11-06 20:39:57 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-11-06 20:39:57 -0600 |
commit | fd68f76c1311aa40612d8502b83df84c931812be (patch) | |
tree | e9c21a12904088dda336bfa00506f912e9dd3534 /test | |
parent | db11bc3cd7bfac2126623a6af2c30778f26f361c (diff) |
Some Windows build updates.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.pro b/test/test.pro index bb04d0c..4fbf69a 100644 --- a/test/test.pro +++ b/test/test.pro @@ -26,7 +26,7 @@ win32:!win32-g++ { LIBS += -lquackleio -lquackle } -QMAKE_CXXFLAGS += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register +QMAKE_CXXFLAGS:!win32-msvc2013 += -std=c++11 -Wno-unknown-warning-option -Wno-deprecated-register # Input HEADERS += testharness.h trademarkedboards.h |