Hello, I’m using Qt Creator 4.4.1 on Linux, with the last version of OF master (584b5719de24565cfed7e148b374a131f4e67498). When creating a new project, not all the addons show up in the wizard. This should not be a problem, because as showed in this video, https://vimeo.com/142272907, it should be possible to add an addon editing the .qbs file. I’ve tried to
of.addons: [
'ofxPointCloud',
]
But it did not worked. I’ve thought that, maybe, it is something related to the addon, so I’ve tried to use an official one, like the ofxKinect, but it does not work neither.
Does it help if you right click on the project testPcl [master] and choose reparse qbs?
If I remember right @inx mentioned that he activated Force probes in the project settings inside Build Steps. I never did that, but maybe it’s required for you?
Hello @hamoid, sorry for the late answer. I was away from the PC for some days and I could not test your solution.
I’ve tried, Force probes in the build settings.