mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
b1e1de709c
Also remove the unused xine windows patches, and move all the windows resources into dist/windows
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
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.
|