f0e2c6fe1c
Also check for c++11 support in configure.exe (which is also used by MinGW builds). The c++11 check is therefore moved from 'unix' to 'common' directory. Change-Id: I082848f032c2770e52e34f331b83820f395c06b6 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Yuchen Deng <loaden@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
4 lines
60 B
Prolog
4 lines
60 B
Prolog
SOURCES = c++11.cpp
|
|
CONFIG += c++11
|
|
CONFIG -= qt app_bundle
|