summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-23 14:24:24 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-23 15:09:01 (GMT)
commit5438dd0c9085fbc6e73c40106e2923b65e292458 (patch)
tree04778ef19c06471ddb46cb0ab0615c65e52c83f7 /examples/declarative/toys
parentdd26f80efaf5276e12896a12f1d186822bc86067 (diff)
downloadQt-5438dd0c9085fbc6e73c40106e2923b65e292458.zip
Qt-5438dd0c9085fbc6e73c40106e2923b65e292458.tar.gz
Qt-5438dd0c9085fbc6e73c40106e2923b65e292458.tar.bz2
Fix build error: specifying full path to pro file is required here.
Reviewed-By: Oswald Buddenhagen
Diffstat (limited to 'examples/declarative/toys')
-rw-r--r--examples/declarative/toys/toys.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/toys.pro b/examples/declarative/toys/toys.pro
index 5c7f70b..b24559a 100644
--- a/examples/declarative/toys/toys.pro
+++ b/examples/declarative/toys/toys.pro
@@ -4,5 +4,5 @@ SUBDIRS += \
clocks \
corkboards \
dynamicscene \
- tic-tac-toe \
+ tic-tac-toe/tictactoe.pro \
tvtennis