2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/test/railsys/program/project-root.jam
Vladimir Prus cebcbbc38d Add big testcase from Jürgen Hunold.
[SVN r17838]
2003-03-12 13:30:21 +00:00

12 lines
234 B
Plaintext

import gcc ;
#import msvc ;
import toolset ;
# Tell that QT should be used. QTDIR will give installation
# prefix.
toolset.using qt ;
#Alternatively, the prefix can be given as second argument
#toolset.using qt : /usr/share/qt ;