091df96fb8
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>
4 lines
70 B
Prolog
4 lines
70 B
Prolog
TEMPLATE = app
|
|
CONFIG -= c++11 c++14 c++1z
|
|
SOURCES = c++98default.cpp
|