hi @arturo,
now I have issues with addons in qt creator myself. Trying to build projects which are using ofxLibwebsockets. I can build and run them perfectly with eclipse / make but not via your Qt Creator plugin. Not sure what the difference is but I get:
/home/felix/oF/openFrameworks/addons/ofxLibwebsockets/libs/libwebsockets/lib/linux64/libwebsockets.a(extension-deflate-frame.c.o): In function `lws_extension_callback_deflate_frame':
extension-deflate-frame.c:(.text+0x12e): undefined reference to `inflate'
extension-deflate-frame.c:(.text+0x1cf): undefined reference to `inflateInit2_'
extension-deflate-frame.c:(.text+0x343): undefined reference to `inflateEnd'
extension-deflate-frame.c:(.text+0x696): undefined reference to `inflateEnd'
I went New Project -> OpenFrameworks -> Import existing Application. I tried both using addons.make only and using the of.addons tag in the qbs file. The example I'm trying to build is the example-client-helloworld. Any idea?
Btw what is the difference between only using addons.make and the qbs of.addons tag?
Thanks,
Felix