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

Not working on Windows 5.14.1 #32

Closed joenano closed 4 years ago

joenano commented 4 years ago

Config: Using QtTest library 5.14.1, Qt 5.14.1 (x86_64-little_endian-llp64 shared (dynamic) release build; by GCC 7.3.0) FAIL! : TestSqliteCipher::initTestCase() 'QSqlDatabase::isDriverAvailable("SQLITECIPHER")' returned FALSE. (SQLITECIPHER driver not found.) C:/Users/slevin/Desktop/QtCipherSqlitePlugin-master/test/main.cpp(20) : failure location PASS : TestSqliteCipher::cleanupTestCase() Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted, 77ms Finished testing of TestSqliteCipher

Monsterovich commented 4 years ago

Did you fix this?

joenano commented 4 years ago

I changed to older version of qt

Monsterovich commented 4 years ago

https://github.com/devbean/QtCipherSqlitePlugin/issues/33