Skip to content

Commit af16033

Browse files
committed
Matches Qt version 5.12.1
1 parent 971b899 commit af16033

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,12 +1,12 @@
11
# Qt SQL driver plugin for SQLCipher ( for Qt 5 )
22

3-
The master branch builds against the Qt version **5.12.0**.
3+
The master branch builds against the Qt version **5.12.1**.
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
77

88
The sources for this plugin are based on the sqlite plugin from
9-
[qt/qtbase](https://github.com/qt/qtbase/tree/5.12.0/src/plugins/sqldrivers/sqlite)
9+
[qt/qtbase](https://github.com/qt/qtbase/tree/5.12/src/plugins/sqldrivers/sqlite)
1010

1111
## Dependencies
1212

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.0
7+
MODULE_VERSION = 5.12.1

0 commit comments

Comments
 (0)