summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase/patches/patch-qtwebkit_Source_WebCore_Target.pri
blob: c7e1bb44670a24946814186be199faf5a0546250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-qtwebkit_Source_WebCore_Target.pri,v 1.1 2013/12/13 14:38:35 ryoon Exp $

* Build libWebCore with libtool
* Install libWebCore libraries

--- qtwebkit/Source/WebCore/Target.pri.orig	2013-11-27 01:01:46.000000000 +0000
+++ qtwebkit/Source/WebCore/Target.pri
@@ -12,7 +12,10 @@ include(WebCore.pri)
 WEBKIT += wtf
 WEBKIT += javascriptcore
 
-CONFIG += staticlib
+#CONFIG += staticlib
+
+target.path = $$[QT_INSTALL_LIBS]
+INSTALLS += target
 
 # Do it in the WebCore static lib to support force_static_libs_as_shared
 # since the QtWebKitWidgets lib wouldn't load QtWebKit in that case.