hi, is there a way to add addons to an existing project directly from qtcreator without having to update the project with the project generator?
thanks
Hi, the way I do it is by double clicking on the qbs file and then add them in this section:
of.addons: [
'ofxOsc',
'ofxOpenCv'
]
1 Like