summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/main/main.pro
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:50:05 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:59:54 (GMT)
commitf38788d08bcb7c50f5ce29255792a35f6ad2bb16 (patch)
tree5e76354ebd7f8794ea78782d56992bfefc741e07 /examples/declarative/ui-components/main/main.pro
parent5c2f5bf955e5c5a37c59f64ae05d816416c3f1ac (diff)
downloadQt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.zip
Qt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.tar.gz
Qt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.tar.bz2
ui-components/main example modifications
Modified the example to use centralized qmlapplicationviewer, removed duplicate 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/ui-components/main/main.pro')
-rw-r--r--examples/declarative/ui-components/main/main.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/ui-components/main/main.pro b/examples/declarative/ui-components/main/main.pro
index cf172ab..60b0ed5 100644
--- a/examples/declarative/ui-components/main/main.pro
+++ b/examples/declarative/ui-components/main/main.pro
@@ -1,5 +1,5 @@
# Add more folders to ship with the application, here
-folder_01.source = qml
+folder_01.source = qml/main
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
@@ -35,5 +35,5 @@ symbian:TARGET.UID3 = 0xE647B679
SOURCES += main.cpp
# Please do not modify the following two lines. Required for deployment.
-include(qmlapplicationviewer/qmlapplicationviewer.pri)
+include(../../../tools/qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()