Skip to content
Snippets Groups Projects
Commit 0043c721 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

CMake: Pass STATIC types on cmake execution


Change-Id: Ie3401d009044a46af7fac314d1f29975543a44b0
Reviewed-by: default avatarTobias Hunger <tobias.hunger@qt.io>
parent 6531ff56
Branches
Tags
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment