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>
7 lines
207 B
Prolog
7 lines
207 B
Prolog
CONFIG += testcase
|
|
mac:CONFIG -= app_bundle
|
|
# CONFIG += parallel_test // Cannot be parallel due to the activation test
|
|
TARGET = tst_qwindowcontainer
|
|
QT += widgets testlib
|
|
SOURCES += tst_qwindowcontainer.cpp
|