View Single Post
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#5
Originally Posted by timoph View Post
I'd guess the configure script uses "wrong" qmake since 4.6 qmake is in /opt/something (I don't remember the path to qmake). you might want to set 4.6 qmake as your default.

for info on setting the default Qt version see http://jpnurmi.kapsi.fi/blog/2008/03...ion-in-ubuntu/
Ive set the PATH to pick the correct qt which is qt4.6 which I installed in /opt/qtsdk-2009.05 the default installation path of the QT4.6 SDK

[sbox-FREMANTLE_X86: ~] > which qmake
/opt/qtsdk-2009.05/qt/bin/qmake


also in the make output you can see the include directories are also from the same path where I installed QT4.6

so it doesnt seem to me thats the issue.

configure also detected QT4.6 ( check log ), else it would have failed stating QT is not version >= 4.6.