2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/v2/example/qt/project-root.jam
Vladimir Prus 3b69d3f2db Don't import compilers modules
[SVN r18303]
2003-04-24 12:04:25 +00:00

9 lines
204 B
Plaintext

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 ;