84984af0e1
Ported from QDom to QXmlStreamReader. This enables removal of QtXml classes from bootstrap. A new rcc test was added, copying the data from the QResourceFileEngine test. The new test runs rcc to create binary resources, dynamically loads them under various locales and checks that they do contain the expected files. Change-Id: I15d23dfda45de851a421156951ce2a60af4c1f7f Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
22 lines
441 B
Plaintext
22 lines
441 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>blahblah.txt</file>
|
|
</qresource>
|
|
|
|
<qresource prefix="/myroot/">
|
|
|
|
<file>currentdir.txt</file>
|
|
|
|
<file>currentdir2.txt</file>
|
|
|
|
</qresource>
|
|
|
|
<qresource prefix="/anotherroot/">
|
|
|
|
<file alias="aliased.txt">search_file.txt</file>
|
|
<file>../parentdir.txt</file></qresource>
|
|
|
|
<qresource prefix="/myroot"><file>subdir/subdir.txt</file></qresource>
|
|
|
|
</RCC>
|