diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-23 14:24:24 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-23 15:09:01 (GMT) |
commit | 5438dd0c9085fbc6e73c40106e2923b65e292458 (patch) | |
tree | 04778ef19c06471ddb46cb0ab0615c65e52c83f7 /examples/declarative/toys | |
parent | dd26f80efaf5276e12896a12f1d186822bc86067 (diff) | |
download | Qt-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.pro | 2 |
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 |