引用楼主dragonfever于2011-04-16 21:15发表的 编译问题--> error: ‘Qstring’ was not declared in this scope :
今天编译用qt3的designer设计一个简单的加法器程序,make时,报错如下:
......
g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/root/qt/qt_pc/qt-embedded-free-3.3.8/mkspecs/default -I. -I. -I/root/qt/qt_pc/qt-embedded-free-3.3.8/include -o slotform.o slotform.cpp
In file included from slotform.cpp:22:
slotform.ui.h: In member function ‘virtual void slotform::add()’:
.......
