forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.10'
Conflicts:
src/libs/utils/consoleprocess.h
src/libs/utils/consoleprocess_unix.cpp
src/libs/utils/consoleprocess_win.cpp
src/plugins/projectexplorer/devicesupport/sshdeviceprocess.cpp
src/tools/clangrefactoringbackend/source/symbolscollector.cpp
tests/unit/mockup/projectexplorer/project.h
Change-Id: I8d10f26b9bcb54829ba31cdc2272885691df1e16
This commit is contained in:
@@ -52,7 +52,7 @@ static Abis detectTargetAbis(const FilePath &sdpPath)
|
||||
if (!sdpPath.fileName().isEmpty()) {
|
||||
Utils::EnvironmentItems environment = QnxUtils::qnxEnvironment(sdpPath.toString());
|
||||
foreach (const Utils::EnvironmentItem &item, environment) {
|
||||
if (item.name == QLatin1Literal("QNX_TARGET"))
|
||||
if (item.name == QLatin1String("QNX_TARGET"))
|
||||
qnxTarget = FilePath::fromString(item.value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user