可能重复:
为什么当我尝试使用异常时,我的代码在 Qt Creator 中使用 -fno-exceptions 进行编译?
即使我的 .pro 文件行中有:
QMAKE_CXXFLAGS += -std=gnu++0x -pedantic -fexceptions
我在编译过程中仍然遇到错误:
error: exception handling disabled, use -fexceptions to enable
任何想法为什么,以及如何在 qt 中启用异常处理?