Would like to request a way of either “unticking” or preventing specific file types from being part of the binary resources.
As it is, when using the OpenGL Mathematics Library, I’m stuck manually unticking all of their “*.inl” code files from being added to the binary resources file in the Introjucer (and there’s a lot of them, in multiple folders!).
I’m well aware of this list (I did add features to it, after-all); it does not cover modifying the “Add to Binary Resources” settings flag…
[attachment=1]Current options.png[/attachment]
Edit:
If you’re referring to this child file list, the difficulty is unticking all the files in one go - especially with a couple hundred files (bound to miss some).
[attachment=0]List of files and their options.png[/attachment]
oh sorry, I didn’t notice that you were asking about doing it generically for file types. No… nothing in there to do that, the only way is to untick them all in the file list. Although TBH it might be worth hard-coding it treat .inl files like .h files by default.