PDA

View Full Version : QSQLDatabase - Install SQLCipher in Qt (SDK, Version 1.1.3 aka Latest)



xboxnissan
16th November 2011, 21:56
Hi,

I'm trying to make work SQLCipher in Qt Creator (from SDK 1.1.3, not the libraries.)

http://www.qtcentre.org/wiki/index.php?title=Building_QSQLITE_driver_with_AES-256_encryption_support

This link, I've passed many hours trying to make this work.

First: there is no src (by default) folder in Qt. I tried improvising by adding src in Qt dir, still I can't get it to get installed in QtCreator

Second: http://code.google.com/p/heroninos/downloads/detail?name=sqlcipher-qt-4.8.0-x64.7z, tried to find a way to put the .dll into some folders (/plugin/sqldriver/sqlcipher), doesn't work either.

Can someone help me figure out how to make this work?

Thanks!

Lykurg
16th November 2011, 22:02
If there is no src folder just create one surely won't fix the problem, because it needs the Qt sources inside... Open the sdk manager, and install the sources from there. It is disabled by default because normally you won't need the sources.

...and as I wrote that tutorial I guess the structure of the SDK was different. So just look where the sources are and use that path.

xboxnissan
16th November 2011, 22:19
I didn't "just" create the folder, I put all the Qt libraries in the src. I sucessfuly installed ODBC by doing so, so I was thinking that it would work too.
I'll try again with these infos! thanks for the reply

Added after 14 minutes:


If there is no src folder just create one surely won't fix the problem, because it needs the Qt sources inside... Open the sdk manager, and install the sources from there. It is disabled by default because normally you won't need the sources.

...and as I wrote that tutorial I guess the structure of the SDK was different. So just look where the sources are and use that path.

The links for the files are down (OpenSSL, TclTk, MSYS)

Could you re-up in this post?

Thanks!