我在redhat9装QT/embedded开发环境(qt-x11-2.3.2+qt-embedded2.3.7+tmake1.11),安装没有问题,可是在编译helloword时候:
Helloword 是随程序附带的,代码肯定没有问题,由.CPP到.O文件没有问题,可是在l连接程序时候,
在执行到-o hello mian.o hello moc_hello.o时候发生了以下问题:
Hello.o(.text+0x15): in function “hello::hello[not-in_charge](char const*,QWidget,char const*);
:undefined reference to ‘QWidget::QWidget[not-in-charge]( QWidget,char const*);
请问 哪位高手知道问题到底出在哪里???是连接库有问题还是编译器有问题???????/