CppTools: More build fixes

Change-Id: I350479c0f79869cccdf0edfd6c89d932d8f3215f
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Christian Kandeler
2018-12-21 10:59:20 +01:00
parent e250543cc7
commit 3741c2213d

View File

@@ -579,9 +579,9 @@ QString CompilerOptionsBuilder::includeDirOptionForSystemPath(ProjectExplorer::H
return QString("-F");
if (m_useSystemHeader == UseSystemHeader::Yes)
return includeSystemPathOption;
return QString(includeSystemPathOption);
return includeUserPathOption;
return QString(includeUserPathOption);
}
void CompilerOptionsBuilder::addToolchainFlags()