summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_applicationwindow.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-03-20 15:47:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-24 22:27:21 +0100
commit76dd99c448ae69cb12a0465facc5dd743b94e624 (patch)
tree785288589e8645a42be240960e75a6ff718faf64 /tests/auto/controls/data/tst_applicationwindow.qml
parent51156e412b2f91dbbf8c0b6055e6ab4c29370d8a (diff)
downloadqtquickcontrols-76dd99c448ae69cb12a0465facc5dd743b94e624.tar.gz
Fix shaders for OpenGL core profiles
Add also a --coreprofile command-line parameter to the gallery and systemdialogs examples to allow testing Quick Controls with an OpenGL 3.2+ core profile. This depends on the new features introduced to qtdeclarative in I75a47182 and I41b513e9. Change-Id: I408263a108a71df221943915849a4c3e18e0d3e4 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'tests/auto/controls/data/tst_applicationwindow.qml')
-rw-r--r--tests/auto/controls/data/tst_applicationwindow.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_applicationwindow.qml b/tests/auto/controls/data/tst_applicationwindow.qml
index a428fe97..8695d59e 100644
--- a/tests/auto/controls/data/tst_applicationwindow.qml
+++ b/tests/auto/controls/data/tst_applicationwindow.qml
@@ -41,6 +41,7 @@
import QtQuick 2.1
import QtTest 1.0
import QtQuickControlsTests 1.0
+import QtQuick.Window 2.1
Item {
id: container