diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-23 15:10:51 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-23 15:10:51 +0200 |
commit | c44790b03b11c5d430572a25c76322cce03c74b7 (patch) | |
tree | d1df0464c93ec62fda074d5f76b8b3df46090f05 /examples/xml/htmlinfo | |
parent | 122d20608794541a82fdd9b4d5e9b1ee5f77c18f (diff) | |
download | qtbase-c44790b03b11c5d430572a25c76322cce03c74b7.tar.gz |
More examples adjusted to Symbian and Maemo5.
(cherry picked from commit a97b9620a584c9b1a2e006873183526b3d7e001e)
Diffstat (limited to 'examples/xml/htmlinfo')
-rw-r--r-- | examples/xml/htmlinfo/resources.qrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/xml/htmlinfo/resources.qrc b/examples/xml/htmlinfo/resources.qrc new file mode 100644 index 0000000000..a8cf88d57b --- /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> + |