summarylogtreecommitdiffstats
path: root/0001-Build-QML-dev-tools-as-shared-library.patch
blob: b422a11486ac199cbc46250de8d130780dbb71f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From fe5ec96e7fafdc589ae3c0d69c02c2b8781e565e Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:24:15 +0200
Subject: [PATCH 1/2] Build QML dev tools as shared library

---
 src/qmldevtools/qmldevtools.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro
index acd5c9729..8b7b999d0 100644
--- a/src/qmldevtools/qmldevtools.pro
+++ b/src/qmldevtools/qmldevtools.pro
@@ -1,7 +1,7 @@
 option(host_build)
 TARGET     = QtQmlDevTools
 QT         = core-private
-CONFIG += static internal_module qmldevtools_build
+CONFIG += internal_module qmldevtools_build
 
 # Don't use pch because the auto-generated header refers to QtBootstrap,
 # which doesn't exist
-- 
2.11.0