Hello,
I am writing a desktop Linux application using PostgreSQL. I wanted to add static plugin like here: http://doc.qt.digia.com/qt/plugins-howto.html#static-plugins . I received an error:
/bla/bla/main.cpp:-1: error:undefined reference to `qt_plugin_instance_qsqlpsql()'
I foun a lot of similar errors on the internet but i haven’t found any solution. Can You help me?
PS: Sorry for my english :D
↧