Hi,

I am using Sqlite for my database and plan to use SQLCipher for encryption with QT5.

I am having issues however, trying to create the dll drivers for MSVC (Mingw not an option for me at the moment as I use Visual Studio rather than QT).

Can anybody help or explain in clearer steps what I need to do to get this working?

There is this: https://github.com/sijk/qt5-sqlcipher but this does not have a project file so I'm a bit confused how to correct configure the library to create the plugin.

Thanks.