qt5base-lts/config.tests/common/c++98default/c++98default.pro
Lars Knoll 091df96fb8 Reimplement compiler default detection
Change d1b09dba45 removed the
support to detect the C++ version the compiler used by
default. In essence, it forced the compiler in C++11 mode,
if the default was still C++98.

This change reimplements the functionality in the new
configuration system.

Change-Id: Ib4bf7ade85288776f9ae2a870f19764df727e0a5
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2016-07-15 10:11:01 +00:00

4 lines
70 B
Prolog

TEMPLATE = app
CONFIG -= c++11 c++14 c++1z
SOURCES = c++98default.cpp