forked from qt-creator/qt-creator
CMake: Pass STATIC types on cmake execution
Change-Id: Ie3401d009044a46af7fac314d1f29975543a44b0 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
6531ff5672
commit
0043c721c2
@@ -82,6 +82,9 @@ static QStringList toArguments(const CMakeConfig &config, const ProjectExplorer:
|
||||
case CMakeConfigItem::INTERNAL:
|
||||
a.append(QLatin1String(":INTERNAL="));
|
||||
break;
|
||||
case CMakeConfigItem::STATIC:
|
||||
a.append(QLatin1String(":STATIC="));
|
||||
break;
|
||||
}
|
||||
a.append(i.expandedValue(k));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user