diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2011-12-02 03:27:26 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2011-12-02 03:32:32 (GMT) |
commit | 62f9eeb0fd4ef79a6b92d4b5263122d5d3d56c09 (patch) | |
tree | 90b3556dde3099eaa18e8d911b3f34af71738cab /examples | |
parent | ecb57f4def92f8525c0a33bcf2f332fe127b2937 (diff) | |
download | Qt-62f9eeb0fd4ef79a6b92d4b5263122d5d3d56c09.zip Qt-62f9eeb0fd4ef79a6b92d4b5263122d5d3d56c09.tar.gz Qt-62f9eeb0fd4ef79a6b92d4b5263122d5d3d56c09.tar.bz2 |
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
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/toys/tic-tac-toe/tictactoe.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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 |