logic: Added cross-compilation UI to CXX source group setup (issue #370)

Allows for defining specific target triple of architecture, vendor, OS and environment as set of dropdown lists
in CXX source group setup.

bug id = 370
This commit is contained in:
Eberhard Graether
2017-08-08 16:00:32 +02:00
parent 4f74235ca1
commit 2305a74e6c
22 changed files with 611 additions and 64 deletions
@@ -154,6 +154,8 @@ private:
{
LOG_ERROR("parser with id " + std::to_string(parserId) + " not found");
}
return false;
}
static int s_nextParserId;