Skip to content

meson: qt: Don't pass cpp_std=c++11 to MSVC

msvc cannot understand the compiler option.

WARNING: msvc does not support C++11; attempting best effort; setting the standard to C++14
cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
Edited by Tim-Philipp Müller

Merge request reports