Minor linux-issues
Opened this issue · 0 comments
ivogrig commented
I found some minor issues after compiling on Ubuntu 16 with Qt5:
- All text is greyed out in the UI
- The file-dialogs don't automatically add the correct file-extension (both for the project and sample files)
- The libsndfile library is not linked on linux (I saw that there is already PR fixing this)
I also needed to add this to the project file:
CONFIG += c++11
The program is really useful nonetheless, thank you!