[Interest] Qt Lite 5.8
Thiago Macieira
thiago.macieira at intel.com
Mon Jan 30 19:35:27 CET 2017
On segunda-feira, 30 de janeiro de 2017 11:57:33 PST mark diener wrote:
> -c++std c++11 \
Out of curiosity, why this? Do you have any reason to specifically reduce the
use of the C++ language inside Qt from C++17 to C++11?
> -reduce-exports \
This is the default, so you don't need to pass the option. But you can keep
it, just so that if the test fails, configure fails.
We should probably make it required... Qt has not been tested without hidden
visibility for at least 8 years, probably more.
> -opengl desktop \
Ditto: default, but you can keep it in case some headers are missing.
> -no-widgets
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list