Qt include<Python.h> 报错

Qt里面只是加了一个头文件
#include
程序就报错了,
D:\Python34-x86\include\object.h:435: error: expected unqualified-id before ';' token
PyType_Slot slots; / terminated by slot==0. */
^
点击错误发现出错的位置是我Python的安装目录下include/object.h
图片说明
这个问题是要怎么处理啊,各位给点建议

http://blog.csdn.net/lt66ds/article/details/23338335

slots 与 Qt 全局宏冲突了。

http://www.cnblogs.com/jiaping/p/6321859.html