F:\Qt\4.8.3\include\Qt\qaction.h(3) : fatal error C1021: invalid preprocessor command 'warning'
这个头文件里的代码是
#ifndef QT_NO_QT_INCLUDE_WARN
#if defined(__GNUC__)
#warning "Inclusion of header files from include/Qt is deprecated."(错误指向的是这里)
#elif defined(_MSC_VER)
#pragma message("WARNING: Inclusion of header files from include/Qt is deprecated.")
#endif
#endif
#include "../QtGui/qaction.h"
------最佳解决方案--------------------
你的编译器是什么?怎么回事GNU c 呢?
显然,你的编译器的位置弄错了。
再去看看Qt编译时候的指南和说明吧
可以看看这里的qt的编译的用法:
blog.sina.com.cn/oiv/
------其他解决方案--------------------
元芳,CSDN新论坛上线!你怎么看?