mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
* build/toolset.jam (using): Move to... * build/project.jam (_using): ... here. (project-context.using, import): New rules that restore the .current-project variable properly. [SVN r27382]
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
# Tell that QT should be used. QTDIR will give installation
|
|
# prefix.
|
|
using qt ;
|
|
|
|
# Not that good, but sufficient for testing
|
|
using stlport : : /path/to/stlport ;
|