<div dir="ltr">Thanks for the feedback.<br><br><div class="gmail_quote"><div dir="ltr">Le jeu. 15 juin 2017 à 10:13, Sandro Santilli <<a href="mailto:strk@kbt.io">strk@kbt.io</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jun 15, 2017 at 06:19:46AM +0000, Denis Rouzaud wrote:<br>
<br>
> To achieves this, I was thinking at letting cmake create the include sip<br>
> file lists (core.sip, gui.sip, …) to get a compile error whenever someone<br>
> adds a cpp header without its corresponding sip file. I gave it a try and<br>
> it works well.<br>
<br>
I think any file that can be automatically generated is ok to be built<br>
by running `make` (or whatever other build command cmake can produce).<br>
So rather than a compile error, you should get an automated build of<br>
the missing files.<br>
<br>
Likewise, generated files should not be in the GIT repository (as they<br>
are not things you want to edit manually).<br>
<br>
Is the above achievable ?<br></blockquote><div><br></div><div>Yes this is totally achievable. That's the option 4, slightly modified.</div><div><br></div><div>I'm just not very keen on removing sip files from source at the moment, at least until all files are sipified, but it should not be too long until then.</div><div><br></div><div><br></div><div><br></div></div></div>