summaryrefslogtreecommitdiff
path: root/tests/auto/integration/qsound/resources.qrc
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2018-03-24 13:21:18 +0100
committerAndré Hartmann <aha_1980@gmx.de>2018-04-25 08:10:13 +0000
commitfa8f2114bdb98160921711cd272ab1c9503ab9c3 (patch)
treecabc28a34c7a15fcfb4a0de50a2d06b680800f06 /tests/auto/integration/qsound/resources.qrc
parent08dd127bd7c3900bdb9c73d646a12aae2383a9fb (diff)
downloadqtmultimedia-fa8f2114bdb98160921711cd272ab1c9503ab9c3.tar.gz
QSound: Allow to play files with qrc schema
It was possible to play resource files only by prefix ":/". Added support of qrc schema in filenames. Change-Id: I9e538422828ad2107ab5567d172dca8728cbc64d Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
Diffstat (limited to 'tests/auto/integration/qsound/resources.qrc')
-rw-r--r--tests/auto/integration/qsound/resources.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/integration/qsound/resources.qrc b/tests/auto/integration/qsound/resources.qrc
new file mode 100644
index 000000000..b54c65040
--- /dev/null
+++ b/tests/auto/integration/qsound/resources.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>test.wav</file>
+ </qresource>
+</RCC>