QtUiTools not built
-
I'm having the same problem when building Qt 4.8.5. Only building sub-tools doesn't solve the problem for me. I've tried building every sub- module I can find in the Makefile, but nothing produces libQtUiTools.so.
Here is the config.status file contents:
@#!/bin/sh
if [ "$#" -gt 0 ]; then
/home/build/usr/src/qt-everywhere-opensource-src-4.8.5/configure -prefix /home/build/usr/src/qt-everywhere-opensource-src-4.8.5 -release -opensource -confirm-license -qt-sql-sqlite -plugin-sql-mysql -openssl-linked -nomake tests -nomake examples -nomake demos -no-phonon -no-phonon-backend -no-glib -no-qt3support "$@"
else
/home/build/usr/src/qt-everywhere-opensource-src-4.8.5/configure -prefix /home/build/usr/src/qt-everywhere-opensource-src-4.8.5 -release -opensource -confirm-license -qt-sql-sqlite -plugin-sql-mysql -openssl-linked -nomake tests -nomake examples -nomake demos -no-phonon -no-phonon-backend -no-glib -no-qt3support
fi
@