[QBS] Support for .cc in QBS

Christian Kandeler christian.kandeler at digia.com
Fri Jul 26 16:06:42 CEST 2013


On 07/26/2013 02:40 PM, Иван Комиссаров wrote:
> Hello, how do i compile c++ file with .cc extension using qbs? Right now, module cpp doesn't support .cc extension

Put this into your product:
     FileTagger {
         pattern: "*.cc"
         fileTags: ["cpp"]
     }

Though it seems reasonable to me to do this in the cpp module; the file 
extension is probably common enough.


Christian



More information about the Qbs mailing list