FileInProjectFinder/Debugger: Use FileNameList for search directories

Change-Id: I8f9fa4631fda26e10e6b21abfcba9e5f74d635c2
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-08-21 19:03:46 +02:00
parent e9de99f84b
commit 33a0ab8943
8 changed files with 18 additions and 15 deletions

View File

@@ -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();