I am using VS2008 & QT plugin to make my application. After making package when I am running the application I am getting error :
QSqlDatabase: QSQLITE d
Linux platform:
Build your Qt Source with the BR2_PACKAGE_QT5BASE_SQLITE_QT=y
option enabled in .config
file, and copy sqldrivers generated in output path lib/qt/plugins/sqldrivers/libqsqlite.so
to /usr/lib/qt/plugins/sqldrivers/ on Target board and run your application.
Also you can Check where and all your binary/application looks for libraries and plugins using "QApplication::libraryPaths()" API