From 62f9eeb0fd4ef79a6b92d4b5263122d5d3d56c09 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 2 Dec 2011 13:27:26 +1000 Subject: Fix QtDemo declarative examples The attempt to turn them into C++ examples messed them up as QML examples. Have QtDemo treat them as C++ examples for now. Task-Number: QTBUG-22983 Reviewed-By: Chris Adams --- demos/qtdemo/xml/examples.xml | 18 +++++++++--------- examples/declarative/toys/tic-tac-toe/tictactoe.pro | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/demos/qtdemo/xml/examples.xml b/demos/qtdemo/xml/examples.xml index 2fde945..1ed60e9 100644 --- a/demos/qtdemo/xml/examples.xml +++ b/demos/qtdemo/xml/examples.xml @@ -1,8 +1,8 @@ - - + + @@ -11,8 +11,8 @@ - - + + @@ -41,11 +41,11 @@ - - - - - + + + + + diff --git a/examples/declarative/toys/tic-tac-toe/tictactoe.pro b/examples/declarative/toys/tic-tac-toe/tictactoe.pro index c81d8f0..4fdb47c 100644 --- a/examples/declarative/toys/tic-tac-toe/tictactoe.pro +++ b/examples/declarative/toys/tic-tac-toe/tictactoe.pro @@ -31,6 +31,7 @@ symbian:TARGET.UID3 = 0xEFDDF868 # CONFIG += mobility # MOBILITY += +TARGET = tic-tac-toe # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp -- cgit v0.12