From 84652e1dfe3690275873e04d685d81d35712eaf3 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] --- src/tools/qt3.jam | 2 +- src/tools/qt4.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/qt3.jam b/src/tools/qt3.jam index dba571092..8bae89e5e 100644 --- a/src/tools/qt3.jam +++ b/src/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/src/tools/qt4.jam b/src/tools/qt4.jam index 2c121cea9..4b5a2888d 100644 --- a/src/tools/qt4.jam +++ b/src/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.