summaryrefslogtreecommitdiff
path: root/devel/qbs/files/patch-static-res.pro
blob: eca4ccf5b231013da823b72947e69493db6a79d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
The freshly built qbs binary requires the library that also freshly created library. Make it find it. 

--- static-res.pro.orig	2018-03-29 21:04:38 UTC
+++ static-res.pro
@@ -15,6 +15,7 @@ else: \
 
 qbsres.target = $$builddirname/default/default.bg
 qbsres.commands = \
+    env LD_LIBRARY_PATH=$$shell_path($$qbsbindir/../lib) \
     $$shell_quote($$shell_path($$qbsbindir/qbs)) \
     build \
     --settings-dir $$shell_quote($$builddirname/settings) \