aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-08-07 17:37:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-09 00:23:41 +0200
commite09e6d2bc05897e2016ed2af32a9abca72e9a0ce (patch)
treed57046349afbdce6ade020988096754b17336081 /examples/quick/quick.pro
parent68b4a904df701a39f1d9da52104ba26a5253e636 (diff)
Uncomment examples in pro file
Examples all seem to build and install fine, and no task number was mentioned in the pro file. Change-Id: Ie836385683287467618749456247684456721866 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r--examples/quick/quick.pro24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index d715d4787c..8357e8e389 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -2,16 +2,16 @@ TEMPLATE = subdirs
SUBDIRS = accessibility \
animation \
draganddrop \
- #canvas \
- #imageelements \
- #keyinteraction \
+ canvas \
+ imageelements \
+ keyinteraction \
modelviews \
- #mousearea \
- #openglunderqml \
- #painteditem \
- #positioners \
- #righttoleft \
- #shadereffects \
- #text \
- #threading \
- #touchinteraction
+ mousearea \
+ openglunderqml \
+ painteditem \
+ positioners \
+ righttoleft \
+ shadereffects \
+ text \
+ threading \
+ touchinteraction