[Qbs] How do I tell qbs to use the nasm assembler when building using QtCreator and a Qt kit?

Ola Røer Thorsen ola at silentwings.no
Thu Dec 14 15:52:03 CET 2017


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.

How can I tell it to use nasm while still using the default kit found in
QtCreator? I've tried setting the cpp.assemblerName and cpp.assemblerPath
properties in my project file but it doesn't seem to have any effect.

Cheers,
Ola
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20171214/2cb6ad39/attachment.html>


More information about the Qbs mailing list