12 lines
180 B
Bash
12 lines
180 B
Bash
|
qmakeConfigurePhase() {
|
||
|
runHook preConfigure
|
||
|
|
||
|
$QMAKE PREFIX=$out $qmakeFlags
|
||
|
|
||
|
runHook postConfigure
|
||
|
}
|
||
|
|
||
|
export QMAKE=@qt4@/bin/qmake
|
||
|
|
||
|
configurePhase=qmakeConfigurePhase
|