在使用的Qt文件夹中的include修改qglobal.h头文件,在其中加入以下代码:
#if _MSC_VER >= 1600 #pragma execution_character_set("utf-8") #endif