Hello everyone.

I am developing a project in Qt Creator for the University I work at, but I have encountered a problem I don't know how to solve, I hope someone can give me the answer.

I am including the source files of the AngelScript scripting library in the project, but one of the files is an assembly file with .S extension, and it does not seem to be compiled when I build the project. Is there a way to tell Qt Creator to build the ASM file, or is this feature not supported?

Thank you all for your attention.