summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/progressbar/progressbar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/ui-components/progressbar/progressbar.pro')
-rw-r--r--examples/declarative/ui-components/progressbar/progressbar.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/ui-components/progressbar/progressbar.pro b/examples/declarative/ui-components/progressbar/progressbar.pro
index aae34b0dfc..38eef3c46d 100644
--- a/examples/declarative/ui-components/progressbar/progressbar.pro
+++ b/examples/declarative/ui-components/progressbar/progressbar.pro
@@ -1,5 +1,5 @@
# Add more folders to ship with the application, here
-folder_01.source = qml
+folder_01.source = qml/progressbar
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
@@ -35,5 +35,5 @@ symbian:TARGET.UID3 = 0xEAA2206D
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
+include(../../../tools/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()