summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/extractarchiveoperationtest/data.qrc
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-04-30 13:34:59 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-05-02 11:12:26 +0200
commit678d12092c661c6437e71833235ee854f69d36cf (patch)
tree82c6fc9a51789f6268b78125b1409d0728e2b3ec /tests/auto/installer/extractarchiveoperationtest/data.qrc
parentecac680b52c8ecf439e370998c0643b51ad05a0a (diff)
Rewrote extract operation test in preparation for lzma update.
Change-Id: I719aaeaad3c213b3767c4c6ecd40b89a35bc81ca Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests/auto/installer/extractarchiveoperationtest/data.qrc')
-rw-r--r--tests/auto/installer/extractarchiveoperationtest/data.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/installer/extractarchiveoperationtest/data.qrc b/tests/auto/installer/extractarchiveoperationtest/data.qrc
new file mode 100644
index 000000000..d6453a9b3
--- /dev/null
+++ b/tests/auto/installer/extractarchiveoperationtest/data.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/">
+ <file>data/valid.7z</file>
+ <file>data/invalid.7z</file>
+ </qresource>
+</RCC>