Hello All,
I’m using oF 0.9.8 + QTCreator on OSX 10.11,
and I want to change the default .qbs template to
…
of.cxxFlags: [’-std=c++14’] // flags passed to the c++ compiler
of.linkerFlags: [] // flags passed to the linker
of.defines: [] // defines are passed as -D to the compiler
// and can be checked with #ifdef or #if in the code
of.frameworks: [‘QTKit’]
…
so that i don’t need to add those two every time.
If anyone knows how to do it, please let me know. answer would be greatly appreciated.