forked from qt-creator/qt-creator
More FileName::appendPath() -> .pathAppended() changes
Change-Id: Ibc7eb4eb3ffb64658e441aafa240b1ddc0061930 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -85,10 +85,8 @@ static QStringList searchPaths(Kit *kit)
|
||||
searchPaths << qtVersion->qmakeProperty("QT_INSTALL_PLUGINS") + '/' + dir;
|
||||
|
||||
searchPaths << qtVersion->qmakeProperty("QT_INSTALL_LIBS");
|
||||
searchPaths << qtVersion->qnxTarget().appendPath(qtVersion->cpuDir()).appendPath("lib")
|
||||
.toString();
|
||||
searchPaths << qtVersion->qnxTarget().appendPath(qtVersion->cpuDir()).appendPath("usr/lib")
|
||||
.toString();
|
||||
searchPaths << qtVersion->qnxTarget().pathAppended(qtVersion->cpuDir() + "/lib").toString();
|
||||
searchPaths << qtVersion->qnxTarget().pathAppended(qtVersion->cpuDir() + "/usr/lib").toString();
|
||||
|
||||
return searchPaths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user