Skip to content

Commit

Permalink
Matches Qt version 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjemens committed Feb 4, 2019
1 parent 971b899 commit af16033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Qt SQL driver plugin for SQLCipher ( for Qt 5 )

The master branch builds against the Qt version **5.12.0**.
The master branch builds against the Qt version **5.12.1**.
To build for previous versions choose from the releases the one that
matches the system's Qt version.
See https://github.com/sijk/qt5-sqlcipher to build up to Qt 5.5.x

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

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion qsqlcipher/.qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CONFIG += warning_clean
QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD)

MODULE_VERSION = 5.12.0
MODULE_VERSION = 5.12.1

0 comments on commit af16033

Please sign in to comment.