summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-03-20 12:58:22 +0100
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-08-05 16:47:37 +0200
commite48737ae778b8ef5e8e905825a2787b97deea23d (patch)
tree220628a632981dd709e801d2855e563989b39331 /tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
parentb53e08e3356528e7d240188c8985e205a6eaa2a2 (diff)
Introduce QOpenGLWindow
[ChangeLog] Added QOpenGLWindow. This serves as a convenience class for creating windows showing OpenGL content via an API similar to QGLWidget and without any widget dependencies. Done-with: Jorgen Lind <jorgen.lind@digia.com> Task-number: QTBUG-36899 Change-Id: I52e9bc61acb129dbfd3841b3adeffab2dbcf7f05 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro')
-rw-r--r--tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro b/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
new file mode 100644
index 0000000000..43a62b4811
--- /dev/null
+++ b/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TARGET = tst_qopenglwindow
+
+QT += core-private gui-private testlib
+
+SOURCES += tst_qopenglwindow.cpp
+
+win32:CONFIG+=insignificant_test # QTBUG-28264