I am creating a music player in Qt (c++) that has music library implementation like itunes'. The application will need to store data in forms of SQL tables. Qt has an inbuilt SQL library. So let's say I use MySQL here. but I'm afraid, in each and every system where I install my music player, I will have to make sure MySQL is preinstalled.
I'm newbie in Qt. Any kind of help/advice would be awesome!