Skip to content

Commit cac8fd3

Browse files
committed
Matches Qt version 5.12.2
1 parent af16033 commit cac8fd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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**.
44
To build for previous versions choose from the releases the one that
55
matches the system's Qt version.
66
See https://github.com/sijk/qt5-sqlcipher to build up to Qt 5.5.x
@@ -61,7 +61,7 @@ sudo make install
6161
and not the one in 'QT_INSTALL_PLUGINS' is to define the QT_DEBUG_PLUGINS
6262
and 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)

qsqlcipher/.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CONFIG += warning_clean
44
QT_SOURCE_TREE = $$PWD
55
QT_BUILD_TREE = $$shadowed($$PWD)
66

7-
MODULE_VERSION = 5.12.1
7+
MODULE_VERSION = 5.12.2

0 commit comments

Comments
 (0)