aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-06-19 16:53:15 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-20 07:45:20 +0200
commitc804ab099a98cdd45c49a1f52f3d53e5e9969def (patch)
treece38468e5ebb228437b27eec15c7fbc79360050d /examples
parent0bc4a13048c030d52fd37debba0e934e1dd49b83 (diff)
Fix compile of Same Game demo.
Task-number: QTBUG-26204 Change-Id: I79059969033c57f82437bbec4e4323bfa0cc9430 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/demos.pro1
-rw-r--r--examples/demos/samegame/samegame.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/demos/demos.pro b/examples/demos/demos.pro
index e4d2243f29..af7d769c7d 100644
--- a/examples/demos/demos.pro
+++ b/examples/demos/demos.pro
@@ -1,3 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = calculator \
+ samegame \
tweetsearch
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
index 4f9a295dc4..96a8c34ab0 100644
--- a/examples/demos/samegame/samegame.pro
+++ b/examples/demos/samegame/samegame.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-QT += qml
+QT += qml quick
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame