2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Use project name 'qt' for Qt4 and 'qt3' for Qt3.

[SVN r33442]
This commit is contained in:
Vladimir Prus
2006-03-22 15:10:27 +00:00
parent 8365dbd676
commit 84652e1dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.