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