Qt 6.11 is out! See what's new in the release
blog
linker error while building 'QtCipherSqlitePlugin' with Qt 5.6.2 msvc 2013 32bit
-
sqlitecipher.obj: -1: error: LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall QSqlCachedResult::QSqlCachedResult(class QSqlCachedResultPrivate &)" (_imp??0QSqlCachedResult@@iae@AAVQSqlCachedResultPrivate@@@z) referenced in function "public: __thiscall SQLiteResult::SQLiteResult(class SQLiteCipherDriver const *)" (??0SQLiteResult@@QAE@PBVSQLiteCipherDriver@@@z)
.
.
I am trying to build QtCipherSqlitePlugin with Qt 5.6.2 msvc 2013 32bit, but I get this error. it is ok with newer versions and even msvc 2013 64bit.
You can get the plugin from here:
https://github.com/devbean/QtCipherSqlitePlugin