2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/example/qt/project-root.jam
Vladimir Prus ba590951b9 Added QT example.
[SVN r16916]
2003-01-16 12:51:02 +00:00

10 lines
217 B
Plaintext

import gcc ;
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 ;