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
- Committer:
- theotherjimmy
- Date:
- 2018-09-25
- Revision:
- 45:c4a728429846
- Parent:
- 36:96847d42f010
File content as of revision 45:c4a728429846:
{% for d in defines -%}
{% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}}
{% endfor %}
{% for i in forced_includes -%}
#include "{{i}}"
{% endfor %}
