strawberry-audio-player-win.../3rdparty/qsqlite
Jonas Kvinge b2b1ba7abe Initial commit. 2018-02-27 18:06:05 +01:00
..
CMakeLists.txt Initial commit. 2018-02-27 18:06:05 +01:00
LICENSE.LGPL Initial commit. 2018-02-27 18:06:05 +01:00
README Initial commit. 2018-02-27 18:06:05 +01:00
qsql_sqlite.cpp Initial commit. 2018-02-27 18:06:05 +01:00
qsql_sqlite.h Initial commit. 2018-02-27 18:06:05 +01:00
qsqlite.json Initial commit. 2018-02-27 18:06:05 +01:00
smain.cpp Initial commit. 2018-02-27 18:06:05 +01:00
smain.h Initial commit. 2018-02-27 18:06:05 +01:00
sqlcachedresult.cpp Initial commit. 2018-02-27 18:06:05 +01:00
sqlcachedresult.h Initial commit. 2018-02-27 18:06:05 +01: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.