summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/easing/easing.pro
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:49:40 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:58:07 (GMT)
commit3710fed6b494de075718a8a02696c0d97c7e8176 (patch)
tree23f4b7c3ed24d578c9db241dbdf887cd7ecfab7a /examples/declarative/animation/easing/easing.pro
parent8619ad1cdd55fb3f157b873abad3af221e3879fe (diff)
downloadQt-3710fed6b494de075718a8a02696c0d97c7e8176.zip
Qt-3710fed6b494de075718a8a02696c0d97c7e8176.tar.gz
Qt-3710fed6b494de075718a8a02696c0d97c7e8176.tar.bz2
animation/easing example modifications
Modified the project to use centralized qmlapplicationviewer, removed duplicated 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/animation/easing/easing.pro')
-rw-r--r--examples/declarative/animation/easing/easing.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/animation/easing/easing.pro b/examples/declarative/animation/easing/easing.pro
index 3273d9f..1f003b1 100644
--- a/examples/declarative/animation/easing/easing.pro
+++ b/examples/declarative/animation/easing/easing.pro
@@ -1,5 +1,5 @@
# Add more folders to ship with the application, here
-folder_01.source = qml
+folder_01.source = qml/easing
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
@@ -35,5 +35,5 @@ symbian:TARGET.UID3 = 0xEAA54148
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
+include(../../../tools/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()