summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2016-05-20 13:41:17 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2016-05-20 10:51:43 +0000
commit32ce46cb702f95860ad404e5a966589f91c105c7 (patch)
treed23d87162ca1ce609d855bb34580ec73328ad78c
parente858f1afde1b9931c96a3e59f2ab17340036107c (diff)
Fix include in commandthroughput test.
Example folder changes broke the include path in this test. Change-Id: Ib7ac0c2cc035163300da410c5d804680b183bcf7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--tests/manual/commandthroughput/qml/commandthroughput/commandthroughput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/commandthroughput/qml/commandthroughput/commandthroughput.js b/tests/manual/commandthroughput/qml/commandthroughput/commandthroughput.js
index 8433ec2..1f4a63b 100644
--- a/tests/manual/commandthroughput/qml/commandthroughput/commandthroughput.js
+++ b/tests/manual/commandthroughput/qml/commandthroughput/commandthroughput.js
@@ -34,7 +34,7 @@
**
****************************************************************************/
-Qt.include("../../../examples/canvas3d/canvas3d/3rdparty/gl-matrix.js")
+Qt.include("../../../examples/canvas3d/3rdparty/gl-matrix.js")
//
// Draws a cube that has the Qt logo as decal texture on each face in to a texture.