Quote:
Originally Posted by giorgio130
@JonnyXDA I'm trying to do this as well, but I'm stuck at compiling qt in order to have qmake. Could you outline the steps you took? If I succeed in compiling it I could be able to fix it for the new home layout.
|
Which Qt are you using? 4.6.2 or 4.8.0?
I first tried with 4.6.2 and qmake compiles fine without any modification but I had to make an edit to the qt.sh script to get 4.8.0 to compile.
On the ./configure line in qt.sh remove -qt-gif and then it should compile fine, for some reason the command switch must have been edited/removed in 4.8.0 - took me 3 days to figure out why it wasn't compiling lol.