We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to produce an AppImage for avrdude-qt-gui and I am struggling with the fact that paths are hardcoded:
avrdude-qt-gui
avrdude-qt-gui/qavrdude/settings.cpp
Lines 15 to 17 in b5bb0d0
needs to be made relative to QCoreApplication::applicationDirPath().
QCoreApplication::applicationDirPath()
http://doc.qt.io/qt-5/qcoreapplication.html#applicationDirPath
References:
The text was updated successfully, but these errors were encountered:
Hey,
Feel free to fix and PR and I will accept it.
To be honest, there are a lot of tweaks which needs to be done on the tool itself. I do not remember if I have even tested it with the SQLite backend.
Sorry, something went wrong.
No branches or pull requests
I am trying to produce an AppImage for
avrdude-qt-gui
and I am struggling with the fact that paths are hardcoded:avrdude-qt-gui/qavrdude/settings.cpp
Lines 15 to 17 in b5bb0d0
needs to be made relative to
QCoreApplication::applicationDirPath()
.http://doc.qt.io/qt-5/qcoreapplication.html#applicationDirPath
References:
The text was updated successfully, but these errors were encountered: