summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/dynamicscene
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-21 12:24:20 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-21 12:50:57 (GMT)
commit0b594c27b946eb8c2356f1400e3dfb72be824588 (patch)
tree627374251c5a14659fb8543ee98f46d46c761ebb /examples/declarative/toys/dynamicscene
parent7eb8de4dde6df60b26e5297407573f01634415c3 (diff)
downloadQt-0b594c27b946eb8c2356f1400e3dfb72be824588.zip
Qt-0b594c27b946eb8c2356f1400e3dfb72be824588.tar.gz
Qt-0b594c27b946eb8c2356f1400e3dfb72be824588.tar.bz2
Fix use of qmlapplicationviewer.
- Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
Diffstat (limited to 'examples/declarative/toys/dynamicscene')
-rw-r--r--examples/declarative/toys/dynamicscene/dynamicscene.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/toys/dynamicscene/dynamicscene.pro b/examples/declarative/toys/dynamicscene/dynamicscene.pro
index 60b4daf..49b8716 100644
--- a/examples/declarative/toys/dynamicscene/dynamicscene.pro
+++ b/examples/declarative/toys/dynamicscene/dynamicscene.pro
@@ -35,5 +35,6 @@ symbian:TARGET.UID3 = 0xEE509F2D
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(../../../tools/qmlapplicationviewer/qmlapplicationviewer.pri)
+desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/toys/dynamicscene
+include(../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()