How can I use the Qt Charts module with qbs? Depends { name: 'Qt'; submodules: ['core','gui','test','widgets','charts'] } does not work, the error message is: "Module Qt/charts could not be loaded". Best Regards Kurt Keller