qmake4Hook: enable parallel building with qmake4Hook by default

This commit is contained in:
Orivej Desh 2017-12-02 06:57:15 +00:00
parent 46f57dbc14
commit ca4f822fd8

View File

@ -3,6 +3,11 @@ qmakeConfigurePhase() {
$QMAKE PREFIX=$out $qmakeFlags
if ! [[ -v enableParallelBuilding ]]; then
enableParallelBuilding=1
echo "qmake4Hook: enabled parallel building"
fi
runHook postConfigure
}