Details
Description
The following in static-res.pro breaks when built with qmake CONFIG+=qbs_disable_rpath
qbsres.target = $$builddirname/default/default.bg qbsres.commands = \ $$shell_quote($$shell_path($$qbsbindir/qbs)) \ build \ --settings-dir $$shell_quote($$builddirname/settings) \ -f $$shell_quote($$PWD/qbs.qbs) \ -d $$shell_quote($$builddirname) \ -p $$shell_quote("qbs resources") \ project.withCode:false \ project.withDocumentation:false \ profile:none
libqbscore.so hasn't been installed at this point so the qbs invocation is going to need an LD_PRELOAD or something similar