summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/PlatformQt.cmake')
-rw-r--r--Source/WebCore/PlatformQt.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake
index 84e9127eb..4e5909307 100644
--- a/Source/WebCore/PlatformQt.cmake
+++ b/Source/WebCore/PlatformQt.cmake
@@ -147,13 +147,6 @@ list(APPEND WebCore_SOURCES
platform/text/qt/TextBreakIteratorInternalICUQt.cpp
)
-if (SQLITE_SOURCE_FILE)
- list(APPEND WebCore_SOURCES
- "${SQLITE_SOURCE_FILE}"
- )
- add_definitions(-DSQLITE_CORE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_COMPLETE)
-endif ()
-
if (ENABLE_DEVICE_ORIENTATION)
list(APPEND WebCore_SOURCES
platform/qt/DeviceMotionClientQt.cpp