summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageelements/shadows/shadows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/imageelements/shadows/shadows.pro')
-rw-r--r--examples/declarative/imageelements/shadows/shadows.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/declarative/imageelements/shadows/shadows.pro b/examples/declarative/imageelements/shadows/shadows.pro
index 6c88896..bba8c24 100644
--- a/examples/declarative/imageelements/shadows/shadows.pro
+++ b/examples/declarative/imageelements/shadows/shadows.pro
@@ -1,5 +1,5 @@
# Add more folders to ship with the application, here
-folder_01.source = qml
+folder_01.source = qml/shadows
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
@@ -35,5 +35,7 @@ symbian:TARGET.UID3 = 0xE2C00C58
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
+desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/imageelements/shadows
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()