From b2578fc88212971ad0f78cd46ae3f446794b59bb 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] --- src/tools/qt4.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/qt4.jam b/src/tools/qt4.jam index 9f2c63f98..0ca818109 100644 --- a/src/tools/qt4.jam +++ b/src/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