Merge pull request #9835 from Chocobo1/cppver

Implement proper C++11 mode detection
This commit is contained in:
Mike Tzou
2018-11-19 10:53:32 +08:00
committed by GitHub
4 changed files with 251 additions and 159 deletions

View File

@@ -2,9 +2,6 @@
TEMPLATE = app
CONFIG += qt thread silent
# C++11 support
CONFIG += c++11
# Platform specific configuration
win32: include(../winconf.pri)
macx: include(../macxconf.pri)