aboutsummarylogtreecommitdiffstats
path: root/0016-Build-dynamic-host-libraries.patch
blob: 8a299a72b9d25a5df34627356ca4382c8271dc7c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
From 5b1b584626a4b89500bd8925dee62a61f869f179 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 14:27:28 +0200
Subject: [PATCH 16/26] Build dynamic host libraries

For better accordance with Arch Linux packaging
standards
---
 mkspecs/features/qt_module.prf              | 2 +-
 src/tools/bootstrap-dbus/bootstrap-dbus.pro | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index d9011f5482..cb29009970 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -25,7 +25,7 @@ isEmpty(VERSION): error("Module does not define version.")
 
 # Compile as shared/DLL or static according to the option given to configure
 # unless overridden. Host builds are always static
-host_build|staticlib: CONFIG += static
+staticlib: CONFIG += static
 
 host_build {
     QT -= gui   # no host module will ever use gui
diff --git a/src/tools/bootstrap-dbus/bootstrap-dbus.pro b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
index c3ed27d979..30d2114aa1 100644
--- a/src/tools/bootstrap-dbus/bootstrap-dbus.pro
+++ b/src/tools/bootstrap-dbus/bootstrap-dbus.pro
@@ -27,4 +27,4 @@ SOURCES = \
 load(qt_module)
 
 lib.CONFIG = dummy_install
-INSTALLS = lib
+INSTALLS += lib
-- 
2.11.0