Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi for all, I have installed Qt 4.8.3 for Win7 and I can't build project if I use "throw" operator. I got error "exception handling disabled, use -fexceptions to enable". Any ideas?
Your system asked you to use the "-fexceptions" flag. You can do that by adding this line to your .pro file:
@QMAKE_CXXFLAGS += -fexceptions@