forked from qt-creator/qt-creator
Revert "CMake: Pass STATIC types on cmake execution"
I have missed that this change was headed for 4.0 instead
of master. It breaks the build there.
This reverts commit 0043c721c2.
Change-Id: Ia359798c2636b2b4699de9cc73484ec12a757601
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0043c721c2
commit
8405a16179
@@ -82,9 +82,6 @@ static QStringList toArguments(const CMakeConfig &config, const ProjectExplorer:
|
|||||||
case CMakeConfigItem::INTERNAL:
|
case CMakeConfigItem::INTERNAL:
|
||||||
a.append(QLatin1String(":INTERNAL="));
|
a.append(QLatin1String(":INTERNAL="));
|
||||||
break;
|
break;
|
||||||
case CMakeConfigItem::STATIC:
|
|
||||||
a.append(QLatin1String(":STATIC="));
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
a.append(i.expandedValue(k));
|
a.append(i.expandedValue(k));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user