Are exceptions supported in Qt 5?

In newer version of Qt, it is not possible to execute the -exceptions command line option on configuration. So are there exceptions or not? I use exceptions a lot in my programs. So if exceptions are turned off once and for all ... then that's bad news!

Can you guys explain what happened to exceptions in Qt 5?

+3


source to share


1 answer


The ability to disable exceptions was originally introduced to work with pre-standard compilers. Qt has been around for a long time.



All compilers are now supported by Qt support exceptions, so you no longer need to disable them.

+8


source







All Articles