nixpkgs/pkgs/development/libraries/qt-4.x/4.8/qmake-hook.sh

17 lines
321 B
Bash
Raw Normal View History

2016-04-16 23:21:07 +00:00
qmakeConfigurePhase() {
runHook preConfigure
$QMAKE PREFIX=$out $qmakeFlags
if ! [[ -v enableParallelBuilding ]]; then
enableParallelBuilding=1
echo "qmake4Hook: enabled parallel building"
fi
2016-04-16 23:21:07 +00:00
runHook postConfigure
}
export QMAKE=@qt4@/bin/qmake
configurePhase=qmakeConfigurePhase