aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/scenegraph/data/render_bug37422.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/scenegraph/data/render_bug37422.qml')
-rw-r--r--tests/auto/quick/scenegraph/data/render_bug37422.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/scenegraph/data/render_bug37422.qml b/tests/auto/quick/scenegraph/data/render_bug37422.qml
index 440159aef0..d9b294c766 100644
--- a/tests/auto/quick/scenegraph/data/render_bug37422.qml
+++ b/tests/auto/quick/scenegraph/data/render_bug37422.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 Jolla Ltd, author: <gunnar.sletta@jollamobile.com>
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.12
@@ -48,7 +48,7 @@ RenderTestBase
y: 10
fragmentShader: GraphicsInfo.shaderType === GraphicsInfo.GLSL
? "varying highp vec2 qt_TexCoord0; void main() { gl_FragColor = vec4(1, 0, 0, 1); }"
- : "file:data/render_bug37422.frag.qsb"
+ : "qrc:/data/render_bug37422.frag.qsb"
Rectangle {
width: 5