Skip to content
Snippets Groups Projects
Commit c23ed4b1 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Add a dummy RSS file, to be filled with (local) content later

parent 1613208c
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Featured</title>
<link>http://qt.nokia.com/</link>
<description>Offline content of featured articles</description>
<lastBuildDate>Fri, 17 Sep 2010 10:30:00 GMT</lastBuildDate>
<language>en-us</language>
<item>
<title>How to create a Qt C++ application</title>
<category>Tutorial</category>
<link>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</link>
<guid>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</guid>
<pubDate>Mon, 12 Sep 2005 18:37:00 GMT</pubDate>
<description><![CDATA[ This tutorial describes how to use Qt Creator to create a small Qt application, Text Finder. ]]></description>
<image>
<link>images/qtcreator-textfinder-screenshot.png</link>
</image>
</item>
</channel>
</rss>
share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png

12.8 KiB

......@@ -29,6 +29,7 @@ DATA_DIRS = \
designer \
schemes \
styles \
rss \
gdbmacros \
qmldesigner \
qmlicons \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment