summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-09-06 12:31:05 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-05 16:44:26 (GMT)
commita97b9620a584c9b1a2e006873183526b3d7e001e (patch)
tree74e161a77ac0cb2d0df2da96b88dfd428f9a4dd2 /examples
parent75b3dd0fa5525c8a998c3db2eb72aa10882ae123 (diff)
downloadQt-a97b9620a584c9b1a2e006873183526b3d7e001e.zip
Qt-a97b9620a584c9b1a2e006873183526b3d7e001e.tar.gz
Qt-a97b9620a584c9b1a2e006873183526b3d7e001e.tar.bz2
More examples adjusted to Symbian and Maemo5.
Diffstat (limited to 'examples')
-rw-r--r--examples/richtext/textobject/resources.qrc5
-rw-r--r--examples/xml/htmlinfo/resources.qrc11
2 files changed, 16 insertions, 0 deletions
diff --git a/examples/richtext/textobject/resources.qrc b/examples/richtext/textobject/resources.qrc
new file mode 100644
index 0000000..39b2f5d
--- /dev/null
+++ b/examples/richtext/textobject/resources.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>files/heart.svg</file>
+ </qresource>
+</RCC>
diff --git a/examples/xml/htmlinfo/resources.qrc b/examples/xml/htmlinfo/resources.qrc
new file mode 100644
index 0000000..a8cf88d
--- /dev/null
+++ b/examples/xml/htmlinfo/resources.qrc
@@ -0,0 +1,11 @@
+<RCC>
+ <qresource prefix="/">
+ <file>apache_org.html</file>
+ <file>nokia_com.html</file>
+ <file>simpleexample.html</file>
+ <file>trolltech_com.html</file>
+ <file>w3c_org.html</file>
+ <file>youtube_com.html</file>
+ </qresource>
+</RCC>
+