summaryrefslogtreecommitdiff
path: root/examples/declarative/toys/tic-tac-toe/tictactoe.pro
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 15:50:02 +0100
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 15:59:40 +0100
commitdf92e56be8b3e20ad02f9da0e9d956bbb7db78cf (patch)
tree6f97a8ee0e03dabfb90fda9b5727ea1711baf4f8 /examples/declarative/toys/tic-tac-toe/tictactoe.pro
parent7a98c9cca6dade7a2074d9dd19a44c8c23bd412b (diff)
downloadqt4-tools-df92e56be8b3e20ad02f9da0e9d956bbb7db78cf.tar.gz
Toys Examples Modifications
toys/ clocks, corkboards, dynamicscene, tic-tac-toe and tvtennis example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/declarative/toys/tic-tac-toe/tictactoe.pro')
-rw-r--r--examples/declarative/toys/tic-tac-toe/tictactoe.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/toys/tic-tac-toe/tictactoe.pro b/examples/declarative/toys/tic-tac-toe/tictactoe.pro
index 2e1fbd39fb..deb9ba31b8 100644
--- a/examples/declarative/toys/tic-tac-toe/tictactoe.pro
+++ b/examples/declarative/toys/tic-tac-toe/tictactoe.pro
@@ -1,5 +1,5 @@
# Add more folders to ship with the application, here
-folder_01.source = qml
+folder_01.source = qml/tic-tac-toe
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
@@ -35,5 +35,5 @@ symbian:TARGET.UID3 = 0xEFDDF868
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
+include(../../../tools/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()