[QBS] Creator code style

Christian Kandeler christian.kandeler at theqtcompany.com
Mon Sep 28 09:52:42 CEST 2015


> Does Creator’s code style work for anyone when using qbs?
> I’ve tried creating custom settings and applying them at the global and project level (and both) but the settings are never applied.  (E.g., I set indent to be two spaces in the custom settings, but indent always inserts four.)
> The settings work as expected with qmake-based projects open in the same workspace.

These settings are not related to the build system. The only possible 
explanation I have is that the Kit you use with qbs is invalid so that 
Creator does not find some included file and the C++ parser gets 
confused. In that case, your project should not compile either.


Christian



More information about the Qbs mailing list