ed067d0808
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
20 lines
536 B
Text
20 lines
536 B
Text
$NetBSD: patch-bd,v 1.2 2012/01/12 22:59:58 adam Exp $
|
|
|
|
Build shared libwebcore.
|
|
|
|
--- src/3rdparty/webkit/Source/WebCore/WebCore.pro.orig 2012-01-09 07:30:08.000000000 +0000
|
|
+++ src/3rdparty/webkit/Source/WebCore/WebCore.pro
|
|
@@ -7,13 +7,10 @@
|
|
include($$PWD/WebCore.pri)
|
|
include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
|
|
|
|
-contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
|
|
|
TEMPLATE = lib
|
|
TARGET = $$WEBCORE_TARGET
|
|
-CONFIG += staticlib
|
|
|
|
-DESTDIR = $$WEBCORE_DESTDIR
|
|
|
|
DEFINES += BUILDING_WEBKIT
|
|
DEFINES += QT_MAKEDLL
|