On Thu, 14 Dec 2017 15:52:03 +0100
Ola Røer Thorsen <[email protected]> wrote:

> I'm trying to build a project that has some assembly files as well as C++
> code. I'm building from QtCreator using the latest Qt 5.10 release kit
> (Linux x86_64) on KDE Neon.
> 
> The assembly files are added to the files property along with the rest, and
> end with .asm. While building qbs seems to just ignore these, and I suspect
> it's because the toolchain has no assembler defined.

Have you tagged them properly? The .asm extension is not auto-tagged on
Linux; you will need to do that "manually" via a Group or a FileTagger item.
See https://doc.qt.io/qbs/cpp-module.html#relevant-file-tags for the 
assembler-related file tags.


Christian
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to