summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-05-20 13:03:40 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-05-20 13:06:50 (GMT)
commitdc5a426dba72eb1193f6cce913ece94d369d0fbe (patch)
tree2896ea747f07208d158198383268ccda2d3bb0cc /demos/declarative
parentee9c52d5dd38d99ea7d91cb612653f638e674ee3 (diff)
downloadQt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.zip
Qt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.tar.gz
Qt-dc5a426dba72eb1193f6cce913ece94d369d0fbe.tar.bz2
Some minor example fixes
-dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/declarative.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/declarative/declarative.pro b/demos/declarative/declarative.pro
index aa60db0..2963386 100644
--- a/demos/declarative/declarative.pro
+++ b/demos/declarative/declarative.pro
@@ -12,7 +12,9 @@ sources.files = \
samegame \
snake \
twitter \
+ rssnews \
webbrowser
+
sources.path = $$[QT_INSTALL_DEMOS]/declarative
INSTALLS += sources