Clementine-audio-player-Mac.../3rdparty/qsqlite
David Sansome deb6abaa10 Force qsqlite to be compiled statically 2010-09-20 22:18:17 +00:00
..
CMakeLists.txt Force qsqlite to be compiled statically 2010-09-20 22:18:17 +00:00
LICENSE.LGPL
README
clementinesqlcachedresult.cpp Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
clementinesqlcachedresult.h Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
qsql_sqlite.cpp Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
qsql_sqlite.h Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
qsqlite_resource.rc
smain.cpp
smain.patch
sqlite3.c
sqlite3.h

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.