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.