2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00
Files
build/example/qt-ui/project-root.jam
Vladimir Prus 19e776cc6d Add a script for making distributions
[SVN r18300]
2003-04-24 11:35:40 +00:00

12 lines
267 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 ;
#type.change-generated-target-suffix H : : hpp ;