SQLCipher database in simple tablew view in Qt

I’m using Visual Studio 17 and Qt plugin. Somehow I’ve managed to compile SQLCipher but to get “full support” i need to build additional driver for Qt. And now the fun started, I’ve got totally no idea how to do it.

Basically I just want to show data from database in simple table view. But to use this https://doc.qt.io/qt-5/qsqltablemodel.html I need driver that I don’t know how to build.

Or is there any other way to manage it?