forked from qt-creator/qt-creator
QmlProfiler: Fix loading failures
The missing dependency to QmlProjectManager caused the plugin not to load on some combinations (e.g. Windows/Qt5). Change-Id: I4101e40feaebcb4f71c4e68908f944b583f1c8fa Task-number: QTCREATORBUG-7869 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<url>http://www.qt-project.org</url>
|
||||
<dependencyList>
|
||||
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"QmlProjectManager\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
</dependencyList>
|
||||
|
||||
Reference in New Issue
Block a user