enter image description hereI am trying to use SqlCipher as a free way to encrypt a database and use it in a QT project. I am using version 4.8 of QT and SQLite 3.0 I think.
I have not been able to find a good example to build this SqlCipher DLL and to incorporate it into a QT project. One example needed libeay32.dll & libeay32.lib for win32. However that seemed to be another rabbit hole to build that. Does anyone have experience with this?
These are my error messages