PDA

View Full Version : Need help with using SqlCipher in Qt5.1.1.



webjack
13th December 2013, 11:57
I have compiled SqlCipher using mingw 4.8 and msys on Windows 8. I want to use SqlCipher with Qt5.1.1.
I copied 4 files (libqsqlcipher.a, libqsqlcipher.dll, libqsqlcipherd.a and libqsqlcipherd.dll) to sqldrivers folder.
But still the driver is not loading in Qt.

Does anybody know how to overcome with this problem ?
I could not find any help on internet.

Thanks in advance for any help.

Stephan Schrader
1st April 2014, 08:59
You need to build it first:
https://github.com/sijk/qt5-sqlcipher

hecvd
17th April 2014, 00:59
I made a little guide and prepared a few files to use with Qt5

The Link above didn't work for me.