来发布一个基于Qt的C语言编辑器

安装QT后 最简单的程序编译 出错....

构建 (make)...
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -o HELLO.o src/HELLO.cpp
src/HELLO.cpp:5: fatal error: QPushbutton: 没有那个文件或目录
compilation terminated.
make: *** [HELLO.o] 错误 1
---------------------- 编译结束没有错误----------------------

作者: 斯文de坏蛋   发布时间: 2010-10-23

安装QT后 最简单的程序编译 出错....

构建 (make)...
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -o HELLO.o src/HELLO.cpp
src/HELLO.cpp:5: fatal error: QPushbutton: 没有那个文件或目录
compilation terminated.
make: *** [HELLO.o] 错误 1
---------------------- 编译结束没有错误----------------------

作者: 斯文de坏蛋   发布时间: 2010-10-23