I have a Qt5
application using Qwt
Library for plotting a few traces, with graphic zoom, and some other simple Qt widgets, like QLabel
, QPushButton
, QScrollBar
, QFrame
and the like.
The application is running on Linux.
Linux kernel is 3.10.17.
Distribution is Ubuntu 14.04.4 LTS (trusty).
Qt version is 5.2.1.
My question is: What should I do to make sure the iMX6 built-in GPU hardware acceleration is in use? Do I need to specify:
QT += opengl
in Qt
.pro project file?
Regarding Qwt
, is it enough to use QwtPlotGLCanvas
?
Are those the best that I can do?