aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.qrc
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2010-07-20 17:21:18 +0200
committerAlessandro Portale <[email protected]>2010-07-20 18:32:59 +0200
commit38e2ba8cfe7deed62948f5c82d7b861b634291b8 (patch)
tree2fe6d69d7603ffb78fd9063454ac9f93d8b821fe /src/plugins/qmlprojectmanager/qmlproject.qrc
parentae4993f8a54851a93af8e65dc2ad5cdddfbd8d72 (diff)
Support existing Qml project for "standalone" Qml apps
Now, the user can select an existing qml application that can be turned into a standalone Qml app. The qml source files will not be copied around but rather stay in their original location. The new .pro file that gets generated by this wizard will reference the qml source files via relative path and deploy them from there. Task-number: QTCREATORBUG-1814
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.qrc')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.qrc b/src/plugins/qmlprojectmanager/qmlproject.qrc
index c50f05276eb..6b770593582 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.qrc
+++ b/src/plugins/qmlprojectmanager/qmlproject.qrc
@@ -5,7 +5,7 @@
<file>images/qmlproject.png</file>
<file>images/qml_wizard.png</file>
<file>wizards/templates/app.pro</file>
- <file>wizards/templates/qml/app.qml</file>
+ <file>wizards/templates/qml/app/app.qml</file>
<file>wizards/templates/cpp/qmlapplicationview.h</file>
<file>wizards/templates/cpp/symbianicon.svg</file>
<file>wizards/templates/cpp/main.cpp</file>