Re: [QBS] Is that possible to getting qbs to running with NodeJS?

2015-10-29 Thread Alberto Mardegan
On 10/28/2015 03:04 PM, 罗勇刚(Yonggang Luo) wrote: > The Qt binaries are too big to ship If you want to ship the buildable source code, why do you need to ship Qt binaries as well? Just let people get them from the Qt site. Ciao, Alberto -- http://blog.mardy.it <- geek in un lingua

[QBS] Using --start-group and --end-group

2015-10-29 Thread Tim Hutt
Hi, Currently in my QBS file for an mBed compile I have this: cpp.staticLibraries: [ "stdc++", "supc++", "m", "gcc", "c", // libc really must be included twice, and before nosys. "c",

Re: [QBS] Using --start-group and --end-group

2015-10-29 Thread Christian Kandeler
On 10/29/2015 09:09 AM, Tim Hutt wrote: Hi, Currently in my QBS file for an mBed compile I have this: cpp.staticLibraries:[ "stdc++", "supc++", "m", "gcc", "c",//libcreallymustbeincludedtwice,andbeforenosys. "c", "nosys", ] It took me a while to work out that I needed libc twice (GCC is mad),