forked from qt-creator/qt-creator
CppTools: More build fixes
Change-Id: I350479c0f79869cccdf0edfd6c89d932d8f3215f Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -579,9 +579,9 @@ QString CompilerOptionsBuilder::includeDirOptionForSystemPath(ProjectExplorer::H
|
|||||||
return QString("-F");
|
return QString("-F");
|
||||||
|
|
||||||
if (m_useSystemHeader == UseSystemHeader::Yes)
|
if (m_useSystemHeader == UseSystemHeader::Yes)
|
||||||
return includeSystemPathOption;
|
return QString(includeSystemPathOption);
|
||||||
|
|
||||||
return includeUserPathOption;
|
return QString(includeUserPathOption);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CompilerOptionsBuilder::addToolchainFlags()
|
void CompilerOptionsBuilder::addToolchainFlags()
|
||||||
|
Reference in New Issue
Block a user