Skip to content
Snippets Groups Projects
Commit b6e12f4a authored by Marco Bubke's avatar Marco Bubke
Browse files

Convert macros from plain QByteArray to a vector of structs


The old code model expected the macros as C++ formatted text
("#define Foo 42) but newer targets like the Clang codemodel expect key
value arguments like "-DFoo=42". So instead of parsing the text again and
again we use an abstract data description.

Task-number: QTCREATORBUG-17915
Change-Id: I0179fd13c48a581e91ee79bba9d42d501c26f19f
Reviewed-by: default avatarTobias Hunger <tobias.hunger@qt.io>
parent 3adb71d4
No related branches found
No related tags found
No related merge requests found
Showing
with 149 additions and 160 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment