aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-11-25 13:40:10 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-11-25 13:57:19 +0100
commitf4ae2546618caa7c2932918dacc1b1d181e9919c (patch)
tree5d3e7242aca74b2ad4a80b0695cce5ff1080cd34 /share
parenta1e707f93d9d954005e0510718301017e4afd861 (diff)
Copy dependencies specified in manifest file.
Change-Id: I7e97af90cb7cd4c93abe2330cfbd92581b2be22e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
index 72a30ae622f..fb5769d6242 100644
--- a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
@@ -294,7 +294,7 @@ Item {
script: {
delegate.state = "";
if (model.hasSourceCode)
- gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl)
+ gettingStarted.openProject(model.projectPath, model.filesToOpen, model.docUrl, model.dependencies)
else
gettingStarted.openSplitHelp(model.docUrl);
}