nixpkgs/pkgs/development/libraries/qt-4.x/4.8/qmake-hook.sh
2016-04-20 18:48:01 +03:00

12 lines
180 B
Bash

qmakeConfigurePhase() {
runHook preConfigure
$QMAKE PREFIX=$out $qmakeFlags
runHook postConfigure
}
export QMAKE=@qt4@/bin/qmake
configurePhase=qmakeConfigurePhase