mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 20:52:13 +00:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
|
import toolset ;
|
|
|
|
# Tell that QT should be used. QTDIR will give installation
|
|
# prefix.
|
|
toolset.using qt ;
|
|
|
|
# Not that good, but sufficient for testing
|
|
toolset.using stlport : : /path/to/stlport ;
|