From: Andrew den Exter Date: Tue, 19 Jun 2012 06:53:15 +0000 (+1000) Subject: Fix compile of Same Game demo. X-Git-Tag: 071012131707~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c804ab099a98cdd45c49a1f52f3d53e5e9969def;p=profile%2Fivi%2Fqtdeclarative.git Fix compile of Same Game demo. Task-number: QTBUG-26204 Change-Id: I79059969033c57f82437bbec4e4323bfa0cc9430 Reviewed-by: Alan Alpert --- diff --git a/examples/demos/demos.pro b/examples/demos/demos.pro index e4d2243..af7d769 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 4f9a295..96a8c34 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