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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user