I'm having a hard time to let the configure program finding QT4. Everything goes well until this:
checking for QT4... no
configure: error: QT4 library not found
I have QT4 compiled myself and installed in:
/usr/local/Trolltech/Qt-4.2.3/
I tried this:
QT4_LIBS=/usr/local/Trolltech/Qt-4.2.3/lib and without the lib directory but nothing works.
My .configure uses this:
./configure --enable-libtool --disable-nls --disable-hal --enable-dbus --enable-release --disable-sout --disable-httpd --disable-vlm --disable-growl --disable-notify --enable-musicbrainz --enable-taglib --enable-dvdread --enable-opencv --disable-smb --disable-gnomevfs --disable-libcddb --enable-vcdx --enable-faad --enable-twolame --enable-real --enable-realrtsp --enable-flac --enable-tremor --with-dvbpsi=/usr/local/include/dvbpsi/ --enable-tarkin --enable-theora --disable-png --disable-xinerama --enable-snapshot --disable-fb --disable-wingdi --disable-oss --disable-upnp --enable-skins2 --enable-qt4 --disable-visual --disable-bonjour --with-x --with-tuning=i686 --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-dts --with-ffmpeg-vorbis --with-ffmpeg-theora --with-ffmpeg-ogg --with-ffmpeg-zlib --prefix=/usr/
The development package from my distro wasn't found either. What am I doing wrong?