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
_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
