File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Qt SQL driver plugin for SQLCipher ( for Qt 5 )
22
3- The master branch builds against the Qt version ** 5.12.1 ** .
3+ The master branch builds against the Qt version ** 5.12.2 ** .
44To build for previous versions choose from the releases the one that
55matches the system's Qt version.
66See https://github.com/sijk/qt5-sqlcipher to build up to Qt 5.5.x
@@ -61,7 +61,7 @@ sudo make install
6161and not the one in 'QT_INSTALL_PLUGINS' is to define the QT_DEBUG_PLUGINS
6262and check the loaded library path.
6363``` bash
64- QT_DEBUG_PLUGINS=1 ./tests/qsqcipher_test
64+ QT_DEBUG_PLUGINS=1 ./tests/qsqlcipher_test
6565```
6666
6767### Specific instructions for Ubuntu 18.04 (Bionic Beaver)
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ CONFIG += warning_clean
44QT_SOURCE_TREE = $$PWD
55QT_BUILD_TREE = $$shadowed($$PWD)
66
7- MODULE_VERSION = 5.12.1
7+ MODULE_VERSION = 5.12.2
You can’t perform that action at this time.
0 commit comments