summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.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/kernel.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/kernel.pro')
-rw-r--r--tests/auto/gui/kernel/kernel.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro
index bbcdd91ea3..7d8af15b25 100644
--- a/tests/auto/gui/kernel/kernel.pro
+++ b/tests/auto/gui/kernel/kernel.pro
@@ -21,6 +21,7 @@ SUBDIRS=\
qwindow \
qguiapplication \
qpixelformat \
+ qopenglwindow
!qtHaveModule(widgets): SUBDIRS -= \
qmouseevent_modal \
@@ -28,3 +29,5 @@ SUBDIRS=\
!qtHaveModule(network): SUBDIRS -= \
qguieventloop
+
+!contains(QT_CONFIG, opengl(es2)?): SUBDIRS -= qopenglwindow