|
From: James T. <jam...@kd...> - 2017-06-24 07:37:43
|
> On 24 Jun 2017, at 09:09, wki...@gm... wrote: > > /home/myuser/flightgear-dev/next/flightgear/src/GUI/PreviewWindow.cxx: In member function ‘void PreviewWindow::setUrls(QVariantList)’: > /home/myuser/flightgear-dev/next/flightgear/src/GUI/PreviewWindow.cxx:29:15: error: ‘qInfo’ was not declared in this scope > qInfo() << "requesting:" << url; Ah, another old Qt one. There are changes coming soon that will require Qt 5.4 (which is still ‘old’), maybe it’s time for you to upgrade? Hopefully not too painful, I guess even if your distro ships older Qt there will be third party ways to get a newer version? Kind regards, James |