summaryrefslogtreecommitdiff
path: root/WebKit.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-01-31 11:55:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 12:33:57 +0100
commit032ed118eeb3cb642720336a1ef67623bb97f9c4 (patch)
tree0e59274454ec7861d1edd0349f3ce27ec0ceb424 /WebKit.pro
parent39ec04fedbc2862073ed38b61e152d9e0d73077d (diff)
downloadqtwebkit-032ed118eeb3cb642720336a1ef67623bb97f9c4.tar.gz
Use WebKit's copy of leveldb when system version is not available
To support indexed database webkit needs leveldb, therefore webkit contains a copy of leveldb which we can use to provide support when the system doesn't ship with a suitable version. Change-Id: I231694e6a7c7cb83855bfed3f9ee24fbd2795362 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'WebKit.pro')
-rw-r--r--WebKit.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit.pro b/WebKit.pro
index f7167129f..11b59e58b 100644
--- a/WebKit.pro
+++ b/WebKit.pro
@@ -24,6 +24,12 @@ use?(3D_GRAPHICS) {
SUBDIRS += ANGLE
}
+use?(leveldb):!use?(system_leveldb) {
+ leveldb.file = Source/ThirdParty/leveldb/leveldb.pro
+ leveldb.makefile = Makefile.leveldb
+ SUBDIRS += leveldb
+}
+
WebCore.file = Source/WebCore/WebCore.pro
WebCore.makefile = Makefile.WebCore
SUBDIRS += WebCore