aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/sqlite/sqlite_static_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix static build of Qt CreatorCristian Adam2023-01-051-1/+1
| | | | | | | | | | | | | | When is QTC_STATIC_BUILD set to ON add_qtc_library will add a <target_name>_STATIC_LIBRARY define, otherwise <target_name>_LIBRARY is added. Since Sqlite uses two libraries now both SQLITE_STATIC_LIBRARY and SQLITEC_STATIC_LIBRARY need to be checked. Change-Id: I07c4de01627754534da7e37d1261db37779df296 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Sqlite: Refactor static buildMarco Bubke2022-06-231-0/+305
Don't declare all defines of the static build anymore but only the needed structs. Change-Id: I84567d302edbc839852b8a9e85f104c5f915e5e1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>