From 213a53acb813257049dfbcbccf417a552d1d142c Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 22 Mar 2006 15:10:27 +0000 Subject: [PATCH] Use project name 'qt' for Qt4 and 'qt3' for Qt3. [SVN r33442] --- v2/tools/qt3.jam | 2 +- v2/tools/qt4.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/tools/qt3.jam b/v2/tools/qt3.jam index dba571092..8bae89e5e 100644 --- a/v2/tools/qt3.jam +++ b/v2/tools/qt3.jam @@ -21,7 +21,7 @@ import toolset : flags ; # targets here. project.initialize $(__name__) ; -project qt ; +project qt3 ; # Initialized the QT support module. The 'prefix' parameter # tells where QT is installed. When not given, environmental diff --git a/v2/tools/qt4.jam b/v2/tools/qt4.jam index 2c121cea9..4b5a2888d 100644 --- a/v2/tools/qt4.jam +++ b/v2/tools/qt4.jam @@ -46,7 +46,7 @@ import os ; import virtual-target ; project.initialize $(__name__) ; -project qt4 ; +project qt ; # Initialized the QT support module. The 'prefix' parameter # tells where QT is installed.