Hi All
I am trying to load thre mysql plugin to my application
My .pro file contains
Code:
LIBS +=-L ../database -qsqlmysql4 # it path to .a lib file
In main cpp
i included import macro
Q_IMPORT_PLUGIN(qsqlmysql)
i am getting
ThanksCode:
error: undefined reference to `qt_plugin_instance_qsqlmysql() '
Yuvaraj R