forked from qt-creator/qt-creator
QmlProfiler: Add dependency to RemoteLinux
Change-Id: Id02b393655bb05a4a93dff8449b045ffe61ec79a Reviewed-on: http://codereview.qt.nokia.com/782 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -279,6 +279,7 @@ plugin_qmlprofiler.depends = plugin_coreplugin
|
||||
plugin_qmlprofiler.depends += plugin_analyzerbase
|
||||
plugin_qmlprofiler.depends += plugin_qmlprojectmanager
|
||||
plugin_qmlprofiler.depends += plugin_qt4projectmanager
|
||||
plugin_qmlprofiler.depends += plugin_remotelinux
|
||||
|
||||
plugin_qmljstools.subdir = qmljstools
|
||||
plugin_qmljstools.depends = plugin_projectexplorer
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
<dependency name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -8,6 +8,7 @@ include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/analyzerbase/analyzerbase.pri)
|
||||
include(../../plugins/qmlprojectmanager/qmlprojectmanager.pri)
|
||||
include(../../plugins/qt4projectmanager/qt4projectmanager.pri)
|
||||
include(../../plugins/remotelinux/remotelinux.pri)
|
||||
include(../../libs/qmljsdebugclient/qmljsdebugclient-lib.pri)
|
||||
|
||||
QT += network script declarative
|
||||
|
||||
Reference in New Issue
Block a user