From ba29a44295a518e2b4f8a7e81d633f794f810dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Tue, 18 Apr 2006 19:02:03 +0000 Subject: [PATCH] Correct QSql to QtSql in dependency list of Qt3Support. [SVN r33736] --- v2/tools/qt4.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/tools/qt4.jam b/v2/tools/qt4.jam index 9f2c63f98..0ca818109 100644 --- a/v2/tools/qt4.jam +++ b/v2/tools/qt4.jam @@ -218,7 +218,7 @@ rule init ( prefix ) $(.prefix)/include/QtXml ; - lib Qt3Support : QtGui QtNetwork QtXml QSql + lib Qt3Support : QtGui QtNetwork QtXml QtSql : Qt3Support$(suffix_version) release : : # usage-requirements @@ -226,7 +226,7 @@ rule init ( prefix ) QT3_SUPPORT $(.prefix)/include/Qt3Support ; - lib Qt3Support : QtGui QtNetwork QtXml QSql + lib Qt3Support : QtGui QtNetwork QtXml QtSql : Qt3Support$(suffix_debug)$(suffix_version) debug : : # usage-requirements