Update git last night. Autobuild of tdeadmin now fails to find valid qt version. I have /usr/lib/qt3-3.4 built from last nights update 14th Feb 2012. (Sorry i am not familiar with git jargon). Most other packages compile.

  CFLAGS=$CPUOPT \
  CXXFLAGS=$CPUOPT \
  ./configure \
    --prefix=${PREFIX} \
    --sysconfdir=${SYSCONFDIR} \
    --libdir=${LIBDIR} \
    --mandir=${MANDIR} \
    --with-qt-dir=${QTDIR} \
    --with-qt-includes=${QTDIR}/include \
    --with-qt-libraries=${QTDIR}/lib \
    --enable-closure

checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!