summaryrefslogtreecommitdiff
path: root/qbs/modules/sqlite_sources
Commit message (Collapse)AuthorAgeFilesLines
* Fix qbs buildChristian Stenger2022-04-291-2/+2
| | | | | | | Amends 88781a003ff. Change-Id: I5b44d89cc1b536d0d533cd29fc3a06005a7c80d3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix qbs buildChristian Kandeler2022-01-191-1/+1
| | | | | | | Amends 704f239b55. Change-Id: I18a0c52850340a8ed73fe236b6304102f631e370 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* sqlite: Fix qbs buildChristian Kandeler2021-05-071-4/+15
| | | | | Change-Id: I919fd20c445510231e66c08d3dafd5c1b5696ac7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Sqlite: Use config.h instead of setting everything in the build filesMarco Bubke2021-05-051-10/+1
| | | | | Change-Id: Ia70a5e78475a8b8078276df03330060c8785bf90 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* sqlite: Fix qbs buildChristian Kandeler2020-06-161-0/+49
Exporting the full sqlite interface can lead to run-time conflicts with the system sqlite that Qt's SQL support pulls in. So re-build the sources for the unit test, as in the qmake build. Change-Id: I8394b9c0aa4e21704bc84600f40b8f5d706ad66d Reviewed-by: Christian Stenger <christian.stenger@qt.io>