undefined reference to `_imp___ZN12QApplicationC1ERiPPci'
undefined reference to `_imp___ZN11QPushButtonC1ERK7QStringP7QWidget'
undefined reference to `_imp___ZN12QApplication4execEv'
undefined reference to `QPushButton::~QPushButton()'
undefined reference to `QApplication::~QApplication()'
看样子好像是.cpp文件找不到引起的,但是怎么样才能让编译器找到qt的cpp文件呢?!我只是在文件头引用了QApplication和QPushButton而已!
有没有在SlickEdit环境下编译QT程序成功的哥们,出来冒个泡,好让俺崇拜一下啊。。。