Fix qbs build

Amends 704f239b55.

Change-Id: I18a0c52850340a8ed73fe236b6304102f631e370
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-01-19 14:45:00 +01:00
parent 44cc45e000
commit 657cef6109

View File

@@ -9,7 +9,7 @@ Module {
Depends { name: "cpp" } Depends { name: "cpp" }
cpp.defines: { cpp.defines: {
var defines = ["_HAVE_SQLITE_CONFIG_H", "SQLITE_CORE"]; var defines = ["SQLITE_CUSTOM_INCLUDE=config.h", "SQLITE_CORE"];
if (buildSharedLib) if (buildSharedLib)
defines.push("BUILD_SQLITE_LIBRARY"); defines.push("BUILD_SQLITE_LIBRARY");
else else