From c804ab099a98cdd45c49a1f52f3d53e5e9969def Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Tue, 19 Jun 2012 16:53:15 +1000 Subject: Fix compile of Same Game demo. Task-number: QTBUG-26204 Change-Id: I79059969033c57f82437bbec4e4323bfa0cc9430 Reviewed-by: Alan Alpert --- examples/demos/demos.pro | 1 + examples/demos/samegame/samegame.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/demos') 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 -- cgit v1.2.3