I have built QSQLCIPHER drivers. It produced 4 files.i.e. qsqlcipher.dll(761kb), qsqlcipherd.dll(3619kb),qsqlcipher.a(3kb), qsqlcipherd.a(3kb). I am using Qt 5.3.0 on windows. I put the two qsqlcipher dll files in C:\Qt\Qt5.3.0\5.3\mingw482_32\plugins\sqldrivers folder. If I try to view available database drivers using the following code QSQLCIPHER driver is not shown up.

qDebug()<<QSqlDatabase::drivers();