Facilitate Portability
Just sharing my progress.
Qtractor.cpp line 159:
sLocPath = (QDir(QCoreApplication::applicationDirPath()).filePath("../share/qtractor/translations"));
This allows Qtractor to always find the translations, even if the local installation directory changes.
You just need to respect the structure: bin | lib | share.
---
QtractorOptions.cpp line 72: