Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
export/qtcreator/config.tmpl@36:96847d42f010, 2017-06-22 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Thu Jun 22 11:12:28 2017 -0500
- Revision:
- 36:96847d42f010
Tools release 5.5.1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| The Other Jimmy |
36:96847d42f010 | 1 | {% for d in defines -%} |
| The Other Jimmy |
36:96847d42f010 | 2 | {% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}} |
| The Other Jimmy |
36:96847d42f010 | 3 | {% endfor %} |
| The Other Jimmy |
36:96847d42f010 | 4 | {% for i in forced_includes -%} |
| The Other Jimmy |
36:96847d42f010 | 5 | #include "{{i}}" |
| The Other Jimmy |
36:96847d42f010 | 6 | {% endfor %} |
