so, i just finished my coding in QT using C++ as base programming language. my program runs heavily of database. now, i want to turn my program to an installable application.
@Sapok_5
Search for windeployqt or linuxdeployqt and read Deploying Qt Applications. If you want to distribute an already-populated database include the necessary file from which to re-create the database in what you distribute.