which c++ standard get used in QT 5.12 ?
Solved
C++ Gurus
-
I have used c++ with QT 5.12. but i am unaware of that c++ standard for this version can anybody let me know ?
-
Hi,
Qt 5 requires C++11 to be built however nothing stops you from using a more recent standard if that is required for your project. Just use the adequate CONFIG option to activate it.
-
@Qt-embedded-developer
You can use a fair number of C++ standards with Qt versions. Are you asking for a list of which ones Qt 5.12 supports? Are you wanting to know whether it works with a particular C++ standard? -
Hi,
Qt 5 requires C++11 to be built however nothing stops you from using a more recent standard if that is required for your project. Just use the adequate CONFIG option to activate it.