summaryrefslogtreecommitdiffstats
path: root/config.tests/common/c++1z
Commit message (Collapse)AuthorAgeFilesLines
* Add detection of C++14 and C++1z compiler featuresThiago Macieira2015-09-052-0/+43
[ChangeLog][General Improvements] Qt's buildsystem now detects whether the compiler supports C++14 and experimental support for C++1z. If the compiler supports it, then Qt is automatically compiled using that support. \ This does not apply to user applications built using qmake: those are still built with C++11 support only. To enable support for C++14 in your application, add to your .pro file: CONFIG += c++14 (similarly for C++1z). Change-Id: Ib056b47dde3341ef9a52ffff13ef1f5d01c42596 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>