Skip to content

Source files w/in addon libs folders with *.mm extension are not recognized by project generator. #3136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bakercp opened this issue Aug 11, 2014 · 1 comment

Comments

@bakercp
Copy link
Member

bakercp commented Aug 11, 2014

Here is an example of an addon with such a structure.

https://github.com/bakercp/ofxTablet

@Daandelange
Copy link
Member

Another addon having this issue is ofxSyphon (3 x .mm files and 1 x .m), and this issue also affects parsing of addons in qt creator.
But it looks like Qt projects automatically scan addon folders from within Qt... Should this be a separate bug report ?

Slightly off-topic, as a temporary (and dirty) workaround for qt creator, you can add the concerned files to your ofApp.qbs files: [] section as such: '../../../addons/myAddon/src/mySourceFile.mm' so they get compiled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants