64134181db
A QWidget that can embed a QWindow. This can be used to embed a QWindow/QOpenGLContext based window or a full QQuickView. Change-Id: I8415b5ae38562fc00b46150fa70b56fd9b19a80c Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
10 lines
191 B
Prolog
10 lines
191 B
Prolog
SOURCES = windowcontainer.cpp
|
|
|
|
QT += widgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
|
|
INSTALLS += target
|
|
|
|
include(../../gui/openglwindow/openglwindow.pri)
|