forked from qt-creator/qt-creator
Debugger/Android: Add the Qt's qml directory as a search path
Change-Id: I5244eda989220aa2e2f8a225294d3c1dd0d97a2a Task-number: QTCREATORBUG-13245 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -2307,6 +2307,8 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
|
||||
str << " (built: " << QDir::toNativeSeparators(sp.projectBuildDirectory)
|
||||
<< ')';
|
||||
str << '\n';
|
||||
str << "Addtional Search Directories:"
|
||||
<< sp.additionalSearchDirectories.join(QLatin1Char(' ')) << '\n';
|
||||
}
|
||||
if (!sp.qmlServerAddress.isEmpty())
|
||||
str << "QML server: " << sp.qmlServerAddress << ':'
|
||||
|
||||
Reference in New Issue
Block a user