summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/simple_app/test.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/simple_app/test.qrc')
-rw-r--r--tests/auto/qmake/testdata/simple_app/test.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/simple_app/test.qrc b/tests/auto/qmake/testdata/simple_app/test.qrc
new file mode 100644
index 0000000000..decde3dd24
--- /dev/null
+++ b/tests/auto/qmake/testdata/simple_app/test.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>test.qrc</file>
+ </qresource>
+</RCC>