summaryrefslogtreecommitdiffstats
path: root/config.tests/common/c++11/c++11.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-07 11:18:41 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:21:36 +0000
commitdd59118b87d779e5cbfcd0b4ee2a3d5332433da9 (patch)
treefadbe87c2bd334130f37ccd98b66480f6b0a173a /config.tests/common/c++11/c++11.pro
parentb5153d5bfab63da811b7a4615238d9e50198b412 (diff)
move c++11 test into qcompilerdetection.h and make it stricter
it positively makes no sense to have a configure test which will be never reached due to the configure/qmake bootstrap failing with a slew of totally unhelpful error messages. pre-standardization partial c++11 implementations are now rejected, except for VS2013, which is still sufficient despite not announcing full compatibility. Change-Id: I58af10e03960af06b80cedac105cf8433f7a1745 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.tests/common/c++11/c++11.pro')
-rw-r--r--config.tests/common/c++11/c++11.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.tests/common/c++11/c++11.pro b/config.tests/common/c++11/c++11.pro
deleted file mode 100644
index 3620f99c71..0000000000
--- a/config.tests/common/c++11/c++11.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-SOURCES = c++11.cpp
-CONFIG += c++11 console
-CONFIG -= qt