Force script path with env var or cli argument?
Posted: Tue Oct 06, 2020 7:44 am
I'm looking to do some larger scale changes to scripts locally & would like to be able to point the same version of qcad to different instances of my script directories.
It's not completely clear how I should do this & the values that QT suggests are checked by default don't seem to be.
https://doc.qt.io/qt-5/qstandardpaths.html
Any suggestions?
Thanks,
Wes
It's not completely clear how I should do this & the values that QT suggests are checked by default don't seem to be.
https://doc.qt.io/qt-5/qstandardpaths.html
Code: Select all
AppDataLocation "~/.local/share/<APPNAME>", "/usr/local/share/<APPNAME>", "/usr/share/<APPNAME>"
AppLocalDataLocation "~/.local/share/<APPNAME>", "/usr/local/share/<APPNAME>", "/usr/share/<APPNAME>"
Thanks,
Wes