aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2018-02-26 12:00:04 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2018-03-01 11:54:26 +0000
commitf70392700c63d81ef8bcee7351d903e4823b4571 (patch)
treefc45835a7be86ca0c959122eb651d4b89f094114 /tests/auto/quick/qquickimage/data
parentcc71df112772ac5552ca5a698a837f3bbaeddc2a (diff)
Fix: Do not read texture files when backend is not opengl
The software backend would assert for the compressed GL texture files. Autotests updated for this functionality. Moved tests of the optional texture-file support out of qmltest (where it did not belong) and into tst_qquickimage, side by side with the tests of the optional svg format. Change-Id: I98c407093ccebeb70ba5a93ff0882dbd0b8060d5 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickimage/data')
-rw-r--r--tests/auto/quick/qquickimage/data/car.ktxbin0 -> 11908 bytes
-rw-r--r--tests/auto/quick/qquickimage/data/logo.pkmbin0 -> 32784 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickimage/data/car.ktx b/tests/auto/quick/qquickimage/data/car.ktx
new file mode 100644
index 0000000000..2aefdd306b
--- /dev/null
+++ b/tests/auto/quick/qquickimage/data/car.ktx
Binary files differ
diff --git a/tests/auto/quick/qquickimage/data/logo.pkm b/tests/auto/quick/qquickimage/data/logo.pkm
new file mode 100644
index 0000000000..c0987c5c36
--- /dev/null
+++ b/tests/auto/quick/qquickimage/data/logo.pkm
Binary files differ