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
Родитель f057b7256f
Коммит 1067cb5adf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)