Getting error while using 2nd last command from BUILD-UBUNTU.txt
$ make ffmpeg bluecherry-client
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp: In member function ‘void LiveFeedItem::saveSnapshot(const QString&)’:
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp:216:23: error: ‘scene’ was not declared in this scope
QWidget window = scene()->views().value(0);
^~~~~
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp:216:23: note: suggested alternative: ‘scale’
QWidget *window = scene()->views().value(0);
^~~~~
scale
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp: In member function ‘virtual void LiveFeedItem::mousePressEvent(QGraphicsSceneMouseEvent*)’:
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp:255:5: error: ‘QDeclarativeItem’ has not been declared
QDeclarativeItem::mousePressEvent(event);
^~~~~~~~~~~~~~~~
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp: In member function ‘QPoint LiveFeedItem::globalPosForItem(QQuickItem)’:
/home/blue/bluecherry-client/src/ui/liveview/LiveFeedItem.cpp:514:37: error: ‘class QQuickItem’ has no member named ‘scene’; did you mean ‘scale’?
QGraphicsView *view = item->scene()->views().value(0);
^~~~~
scale
please help on the issue.