Fix compile of Same Game demo.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Tue, 19 Jun 2012 06:53:15 +0000 (16:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jun 2012 05:45:20 +0000 (07:45 +0200)
Task-number: QTBUG-26204
Change-Id: I79059969033c57f82437bbec4e4323bfa0cc9430
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
examples/demos/demos.pro
examples/demos/samegame/samegame.pro

index e4d2243..af7d769 100644 (file)
@@ -1,3 +1,4 @@
 TEMPLATE = subdirs
 SUBDIRS =   calculator \
+            samegame \
             tweetsearch
index 4f9a295..96a8c34 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += qml
+QT += qml quick
 SOURCES += main.cpp
 
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame