Adding this to .qbs file allow me to go through the whole build process
of.cxxFlags: ["-std=c++11", "-stdlib=libc++"] // flags passed to the c++ compiler
of.linkerFlags: ["-lc++"] // flags passed to the linker
Adding this to .qbs file allow me to go through the whole build process
of.cxxFlags: ["-std=c++11", "-stdlib=libc++"] // flags passed to the c++ compiler
of.linkerFlags: ["-lc++"] // flags passed to the linker