Skip to content
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

Generated QtCreator project contains hard-coded paths to $HOME/.platformio directory #243

Closed
pastcompute opened this issue Jun 25, 2015 · 2 comments
Assignees
Milestone

Comments

@pastcompute
Copy link

The project file generated by running platformio init --ide qtcreator uses absolute paths to the platformio installed SDKs for INCLUDE paths, etc.

For example:
INCLUDEPATH += "/home/pastcompute/.platformio/packages/framework-arduinoespressif/variants/generic"
This makes it unsuitable for adding to version control.
It would be prefereable if these options were instead added like:
INCLUDEPATH += "${HOME}/.platformio/packages/framework-arduinoespressif/variants/generic"
making the project portable between users

@ivankravets ivankravets added this to the 2.2.0 milestone Jun 25, 2015
@ivankravets ivankravets self-assigned this Jun 25, 2015
@ivankravets
Copy link
Member

Please re-test it using development version.

Does it work for you?

@pastcompute
Copy link
Author

Hi, I just tested this and it works. Thanks!

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

2 participants