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 089bf366c3 Kill tabs.
[SVN r17189]
2003-02-04 09:03:07 +00:00

11 lines
232 B
Plaintext

import gcc ;
import toolset ;
import kylix ;
# 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 ;