diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-07-14 10:33:47 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-07-14 10:08:14 +0000 |
| commit | d65f3ab8ce9abc8ed99b699efca9bda4f0a18006 (patch) | |
| tree | 581005caafce85a60740ee35162af4930f639d78 /sources/pyside2/tests | |
| parent | 31d2303a836177cc3e50a85e5190096be1232447 (diff) | |
Add QtOpenGLWidgets
QOpenGLWidget has been moved from QtWidgets into
a separate library.
Fix the examples and remove obsolete examples using deceased
QGLWidget.
Task-number: PYSIDE-1339
Task-number: PYSIDE-904
Change-Id: Ib291d49c22ee6a32d7c03b6ff4980e87c8a09ecb
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/tests')
| -rw-r--r-- | sources/pyside2/tests/QtOpenGLWidgets/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtOpenGLWidgets/CMakeLists.txt b/sources/pyside2/tests/QtOpenGLWidgets/CMakeLists.txt new file mode 100644 index 000000000..2f7cb08b9 --- /dev/null +++ b/sources/pyside2/tests/QtOpenGLWidgets/CMakeLists.txt @@ -0,0 +1 @@ +# Please add some tests, here |
