sqlite: exceptions are necessary for sqlite

Qt itself is using no exceptions but if we want to
use this sqlite access code we need to enable it.

Change-Id: Id69b8527c612e06a534bc100e5339cddf5471917
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2020-07-02 13:45:34 +02:00
parent 8f8c817294
commit 33671897bd

View File

@@ -67,3 +67,5 @@ CONFIG(debug, debug|release): DEFINES += SQLITE_ENABLE_API_ARMOR
OTHER_FILES += README.md OTHER_FILES += README.md
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
CONFIG += exceptions