Let's see now What you want is: ../../resources Meanwhile... in the qtractorSession.cpp file. On line 64 change: sessionDir = QDir().absolutePath(); to: sessionDir = "../../resources"; But I don't know what will come out of that... :O. I'll try it out of curiosity. Reply
What you want is:
../../resources
Meanwhile... in the qtractorSession.cpp file.
On line 64 change:
sessionDir = QDir().absolutePath();
to:
sessionDir = "../../resources";
But I don't know what will come out of that... :O.
I'll try it out of curiosity.