devbean / QtCipherSqlitePlugin

A Qt plugin for cipher SQLite.
http://qtciphersqliteplugin.galaxyworld.org
GNU Lesser General Public License v2.1
380 stars 155 forks source link

The problem of compilation failure under qt5.6 #43

Open lilucpp opened 2 years ago

lilucpp commented 2 years ago

Thank you for writing this plugin, it helped me solve the sqlite3 encryption problem. There is a small problem. QSqlCachedResultPrivate is not exported on qt5.6, and it will prompt QSqlCachedResultPrivate to be an undefined base class when compiling. Is there a solution currently under qt5.6?