1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00
Clementine-audio-player-Mac.../3rdparty/qsqlite
2010-06-20 15:44:52 +00:00
..
clementinesqlcachedresult.cpp
clementinesqlcachedresult.h
CMakeLists.txt Enable FTS3 in static sqlite. 2010-06-20 15:44:52 +00:00
LICENSE.LGPL
qsql_sqlite.cpp
qsql_sqlite.h
qsqlite_resource.rc
README
smain.cpp
smain.patch
sqlite3.c
sqlite3.h

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.