forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user