qt5base-lts/tests/manual/qopenglwidget/openglwidget/openglwidget.pro
Paul Olav Tvete eacd58d4e7 Enabling QQuickWidget and QOpenGLWidget
Enable child widgets (without a native window) that render to an FBO
and are composed with the raster backingstore by the platform plugin.
A preliminary version of QOpenGLWidget is included as private API.

Change-Id: I8f984a4d7db285069ce3d6564707942c823d890d
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2014-02-12 20:12:17 +01:00

10 lines
169 B
Prolog

QT += widgets widgets-private gui-private core-private
TARGET = openglwidget
TEMPLATE = app
SOURCES += main.cpp \
openglwidget.cpp
HEADERS += openglwidget.h