summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-02-11 15:00:09 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-02-14 07:27:34 +0000
commit797f686ea4c7ba4953242fc7755bf30e531644d0 (patch)
treebe5a168e9570fac0c4972bc63a316d4928939879 /src/gui
parent4b4a288f5f88077d647d47e9bdd911edf6cdca72 (diff)
Turn bcm_host library into makeSpec source
The bcm_host library couldn't be detected anymore. Let the makespec provide LIBDIR, INCDIR and LIBS for bcm_host to fix this. Change-Id: I4bc268504dc48edaf2884f1c14b745260fd9112c Fixes: QTBUG-73727 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 70d0817791..44140bc7b6 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -59,8 +59,9 @@
},
"bcm_host": {
"export": "",
+ "headers": ["bcm_host.h"],
"sources": [
- "-lbcm_host"
+ { "type": "makeSpec", "spec": "BCM_HOST" }
]
},
"dxguid": {