aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos')
-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