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

@@ -56,7 +56,6 @@ include_directories(${QTSINGLEAPPLICATION_INCLUDE_DIRS})
include_directories(${QXT_INCLUDE_DIRS})
include_directories(${SHA2_INCLUDE_DIRS})
include_directories(${CHROMAPRINT_INCLUDE_DIRS})
include_directories(${QSQLITE_INCLUDE_DIRS})
find_package(OpenGL)
include_directories(${OPENGL_INCLUDE_DIR})
@@ -853,7 +852,6 @@ target_link_libraries(strawberry_lib
${QTSINGLEAPPLICATION_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${SQLITE_LIBRARIES}
${QSQLITE_LIBRARIES}
z
Qocoa
)

View File

@@ -38,7 +38,6 @@
#cmakedefine TAGLIB_HAS_OPUS
#cmakedefine USE_INSTALL_PREFIX
#cmakedefine USE_SYSTEM_SHA2
#cmakedefine USE_SYSTEM_QSQLITE
#cmakedefine HAVE_GSTREAMER
#cmakedefine HAVE_VLC

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