Bug 547690 - QtUiTools is not required for Qt port compilation. r=dougt

This commit is contained in:
Oleg Romashin 2010-02-28 08:16:20 +02:00
parent 79ecdaf0ba
commit 06bd76881c

View File

@ -4959,7 +4959,7 @@ dnl = QT support
dnl ========================================================
if test "$MOZ_ENABLE_QT"
then
PKG_CHECK_MODULES(MOZ_QT, QtGui QtNetwork QtUiTools QtCore)
PKG_CHECK_MODULES(MOZ_QT, QtGui QtNetwork QtCore)
AC_SUBST(MOZ_QT_CFLAGS)
AC_SUBST(MOZ_QT_LIBS)