strawberry-audio-player-win.../3rdparty/qsqlite
Jonas Kvinge e337b7933b Includes, comments and bugfixes
- Fix includes
- Use common regex (Song::kCoverRemoveDisc) for removing Disc/CD from album
- Remove Disc/CD from album when creating hash
- Make imobiledevice support compile
- Fix setting device on windows
2018-05-01 00:41:33 +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
README Initial commit. 2018-02-27 18:06:05 +01:00
qsql_sqlite.cpp Includes, comments and bugfixes 2018-05-01 00:41:33 +02:00
qsql_sqlite.h Includes, comments and bugfixes 2018-05-01 00:41:33 +02:00
qsqlite.json Initial commit. 2018-02-27 18:06:05 +01:00
qsqlite_resource.rc Add missing file. 2018-03-25 23:00:20 +02:00
smain.cpp Includes, comments and bugfixes 2018-05-01 00:41:33 +02:00
smain.h Includes, comments and bugfixes 2018-05-01 00:41:33 +02:00
sqlcachedresult.cpp Includes, comments and bugfixes 2018-05-01 00:41:33 +02:00
sqlcachedresult.h Includes, comments and bugfixes 2018-05-01 00:41:33 +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.