Remove 3rdparty qsqlite.

This commit is contained in:
Jonas Kvinge
2018-05-04 21:32:42 +02:00
parent f4159e06f6
commit 5bfd04b9f3
15 changed files with 0 additions and 1990 deletions

View File

@@ -81,12 +81,6 @@
const QDBusArgument &operator>>(const QDBusArgument &arg, QImage &image);
#endif
// Load sqlite plugin on windows and mac.
#ifndef USE_SYSTEM_QSQLITE
#include <QtPlugin>
Q_IMPORT_PLUGIN(QSQLiteDriverPlugin)
#endif
int main(int argc, char* argv[]) {
#ifdef Q_OS_DARWIN