forked from qt-creator/qt-creator
FileInProjectFinder/Debugger: Use FileNameList for search directories
Change-Id: I8f9fa4631fda26e10e6b21abfcba9e5f74d635c2 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -159,7 +159,7 @@ void AndroidDebugSupport::start()
|
||||
setQmlServer(m_runner->qmlServer());
|
||||
//TODO: Not sure if these are the right paths.
|
||||
if (qtVersion)
|
||||
addSearchDirectory(qtVersion->qmlPath().toString());
|
||||
addSearchDirectory(qtVersion->qmlPath());
|
||||
}
|
||||
|
||||
DebuggerRunTool::start();
|
||||
|
||||
Reference in New Issue
Block a user