On 7/15/19 12:55 AM, Ralph Lange via Core-talk wrote:
> However, when set to use the VisualStudio compiler, all my throw keywords are marked with "error: cannot use 'throw' with exceptions disabled" - but I can't seem to find how to enable exceptions.
>
> Any ideas anyone?
Maybe ClangCodeModel.CustomCommandLineKey in the .creator file?
eg.
> <valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey">
> <value type="QString">-fexception</value>
> </valuelist>
Nope - does not change anything.
~Ralph