1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 21:06:58 +01:00
strawberry-audio-player-win.../3rdparty/qsqlite
2018-03-25 23:00:20 +02: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
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_resource.rc Add missing file. 2018-03-25 23:00:20 +02:00
qsqlite.json Initial commit. 2018-02-27 18:06:05 +01:00
README 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

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.