diff options
author | John Fultz <jfultz@wolfram.com> | 2015-10-14 04:37:27 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-10-14 04:37:27 -0500 |
commit | 86e8d2a1247e8c6b00cefda10b2a96376a1540ca (patch) | |
tree | 5b5089a9462b34ca1e0b833638b9df779c50d410 /quackle.pro | |
parent | fd6daafffbcce3bfc385d7508a1ca50174840912 (diff) |
Windows build fixes.
Diffstat (limited to 'quackle.pro')
-rw-r--r-- | quackle.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quackle.pro b/quackle.pro index 18d9a33..4bd40f4 100644 --- a/quackle.pro +++ b/quackle.pro @@ -17,6 +17,8 @@ release { DESTDIR = lib/release } +QMAKE_CXXFLAGS += -std=c++11 + # enable/disable debug symbols #CONFIG += debug staticlib CONFIG += release staticlib |