Clone of official tools

Revision:
36:96847d42f010
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/export/qtcreator/config.tmpl	Thu Jun 22 11:12:28 2017 -0500
@@ -0,0 +1,6 @@
+{%  for d in defines -%}
+{% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}}
+{%  endfor %}
+{%  for i in forced_includes -%}
+#include "{{i}}"
+{%  endfor %}