From ff2f41bd14cdfd14da91ae1b66dc6e679a41936e Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 11 Dec 2012 10:59:07 +0100 Subject: Fixed install path of tictactoe example Change-Id: I710152e833a74956060772d5e01772dea0298384 Reviewed-by: Joerg Bornemann --- examples/declarative/toys/tic-tac-toe/tic-tac-toe.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/declarative/toys/tic-tac-toe/tic-tac-toe.pro b/examples/declarative/toys/tic-tac-toe/tic-tac-toe.pro index 1352bc1c..84045aa9 100644 --- a/examples/declarative/toys/tic-tac-toe/tic-tac-toe.pro +++ b/examples/declarative/toys/tic-tac-toe/tic-tac-toe.pro @@ -23,7 +23,7 @@ DEFINES += ORIENTATIONLOCK SOURCES += main.cpp # Please do not modify the following two lines. Required for deployment. -desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/toys/tic-tac-toe +desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/toys/tic-tac-toe exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) qtcAddDeployment() -- cgit v1.2.3