From cd2cd5b6f028e19d5fea69c526265a527ae7c3c9 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 6 Feb 2006 12:50:22 +0000 Subject: [PATCH] "Unmess" Qt3Support. Patch from Juergen Hunold. [SVN r32605] --- 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 22b9c3606..eb045c29c 100644 --- a/v2/tools/qt4.jam +++ b/v2/tools/qt4.jam @@ -202,7 +202,7 @@ rule init ( prefix ? ) : Qt3Support$(suffix_version) release : : # usage-requirements - QT_COMPAT_LIB + QT_QT3SUPPORT_LIB QT3_SUPPORT $(.prefix)/include/Qt3Support ; @@ -210,7 +210,7 @@ rule init ( prefix ? ) : Qt3Support$(suffix_debug)$(suffix_version) debug : : # usage-requirements - QT_COMPAT_LIB + QT_QT3SUPPORT_LIB QT3_SUPPORT $(.prefix)/include/Qt3Support ;