Clementine-audio-player-Mac.../3rdparty/qsqlite
Jim Broadus e7364263b2 build: Move minimum cmake version to 3.0.0
Compatibility with versions prior to 2.8.12 is being deprecated,
resulting in build warning messages. The minimum for the official
supported distros is 3.7.2 (Stretch), so the version could be moved
forward when newer features are required.

Reference: https://cmake.org/cmake/help/v3.19/release/3.19.html#deprecated-and-removed-features
2021-04-17 16:24:46 +01:00
..
CMakeLists.txt build: Move minimum cmake version to 3.0.0 2021-04-17 16:24:46 +01:00
LICENSE.LGPL Add license headers to all our source files 2010-03-23 23:11:46 +00:00
README Bring the QSQLITE plugin into the source tree and statically link it on Windows. 2010-03-22 18:35:31 +00:00
clementinesqlcachedresult.cpp Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00
clementinesqlcachedresult.h fix Windows build qsqlite (#5583) 2017-01-09 14:19:18 +00:00
qsql_sqlite.cpp Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00
qsql_sqlite.h Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00
qsqlite.json Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00
qsqlite_resource.rc Bring the QSQLITE plugin into the source tree and statically link it on Windows. 2010-03-22 18:35:31 +00:00
smain.cpp Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00
smain.h Update of qsqlite (Qt 5.0.0 version) 2015-04-11 23:23:58 +02:00

README

This is the qsqlite plugin from the Qt SDK.  It's built statically on Windows
and linked with libclementine.  This is so librarybackend.cpp can use QLibrary
to load the symbols from sqlite (like sqlite3_create_function) which by
default aren't exported from the .dll on windows.

See the individual files for licensing information.