Hi All
I am trying to load thre mysql plugin to my application
My .pro file contains
LIBS +=-L ../database -qsqlmysql4 # it path to .a lib file
LIBS +=-L ../database -qsqlmysql4 # it path to .a lib file
To copy to clipboard, switch view to plain text mode
In main cpp
i included import macro
Q_IMPORT_PLUGIN(qsqlmysql)
i am getting
error: undefined reference to `qt_plugin_instance_qsqlmysql()
'
error: undefined reference to `qt_plugin_instance_qsqlmysql()
'
To copy to clipboard, switch view to plain text mode
Thanks
Yuvaraj R
Bookmarks