• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Jan-2020-

LICENSE.LGPLH A D02-Jan-202026.2 KiB515424

READMEH A D02-Jan-2020332 75

clementinesqlcachedresult.cppH A D02-Jan-20207.9 KiB323227

clementinesqlcachedresult.hH A D02-Jan-20203.2 KiB10336

qsql_sqlite.cppH A D02-Jan-202023.1 KiB763607

qsql_sqlite.hH A D02-Jan-20204 KiB12569

qsqlite.jsonH A D02-Jan-202028 43

qsqlite_resource.rcH A D02-Jan-2020778 3532

smain.cppH A D02-Jan-20201.9 KiB5315

smain.hH A D02-Jan-20201.9 KiB5213

README

1This is the qsqlite plugin from the Qt SDK.  It's built statically on Windows
2and linked with libclementine.  This is so librarybackend.cpp can use QLibrary
3to load the symbols from sqlite (like sqlite3_create_function) which by
4default aren't exported from the .dll on windows.
5
6See the individual files for licensing information.
7