Jose' Matos a écrit :
On Friday 19 May 2006 09:41, Abdelrazak Younes wrote:
This is weird... Is it a specificity of the Qt4 Fedora package? Qt4
claims that they don't use QTDIR at all.
I am sorry, what I meant was that I have used:
QT4DIR=/usr/lib/qt4 ./configure ...
So I have used QT4DIR for configure to know where to find qt4, this variable
was not exported, so qt4 did not use that variable at all.
Probably there other easy ways to tell configure (or configure.py) where to
find qt4, this was the first that I searched and it worked.
./configure --with-frontend=qt4 --with-qt4-dir='/usr/lib/qt4'
scons frontend=qt4 qt_dir=d:/program/Qt/4.1
So, what is your impression of the qt4 frontend? Is it slow as hell as
some other reported? As the future 1.5 maintainer you may want to do
some profiling on linux (and MacOS). ;-)
Abdel.