SoftProjector / softprojector

Church media presentation software
http://softprojector.org/
GNU General Public License v3.0
46 stars 30 forks source link

Moving the database to the home folder #55

Open CineEncoder opened 3 years ago

CineEncoder commented 3 years ago

Hi!

I want to make packages for Linux, but the database that is installed next to the executable file does not allow me to do this. Could you make changes so that when the program starts, the spData.sqlite database is installed in the home folder, for example:

QString _settings_path = QDir:: homePath () + " /SoftProjector";