在构造函数中,我只是写了这些行
using namespace QWt3d;
using namespace std;
QWt3d::GridPlot* widget;
widget=new GridPlot(ui->widget);
widget->coordinates()->setLineSmooth(1);
widget->enableMouse(1);
获取未定义指向QWt3d::extegl::enablemouse
的错误
错误。
如何解决这个问题。我只想使用qt5.4版本绘制3d。