Gerade wollte ich mal wieder Qt auf einem neuem sauberem System kompilieren und bekam diese Fehlermeldung:
Basic XLib functionality test failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /usr/local/src/qt-x11-opensource-src-4.5.1/mkspecs/linux-g++.
Da man über Google nicht all zu viel dazu findet, dachte ich mir ich schreib es mal in meinen Notizblog =) .
Einfach das Packet libxext-dev installieren.
apt-get install libxext-dev

