eacd58d4e7
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>
10 lines
169 B
Prolog
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
|