diff --git a/README.md b/README.md index 15f56b8..84b5450 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/qsqlcipher/.qmake.conf b/qsqlcipher/.qmake.conf index 5df0809..518aa07 100644 --- a/qsqlcipher/.qmake.conf +++ b/qsqlcipher/.qmake.conf @@ -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