mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
|
|
import toolset ;
|
|
|
|
# Tell that QT should be used. QTDIR will give installation
|
|
# prefix.
|
|
toolset.using qt ;
|
|
|
|
|