i'm trying to deploy my app built in Qt 5.6 MSVC2015. currently i have a problem loading qsqlite.dll plugin for reading my database. i made my research and i found some ways to edit Plugin path to find the plugin in my deployed-app directory but any of them works....any helps? I've tried copying the plugin into the app folder, using qt.conf(using this method make my app no start, with other methods simply shows Driver not loaded)