Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

QTCreator customize .qbs default template

$
0
0

@php0614 wrote:

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.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles