2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Note that QTDIR must be set to use the examples.

[SVN r30945]
This commit is contained in:
Vladimir Prus
2005-09-13 11:07:05 +00:00
parent 9498b8f722
commit 0119416c3f

View File

@@ -10,3 +10,8 @@ The current examples are:
For convenience, there are examples both for 3.* and 4.* version of Qt,
they are mostly identical and differ only in source code.
All examples assumes that you just installed Boost.Build and that QTDIR
environment variables is set (typical values can be /usr/share/qt3 and
/usr/share/qt4). After adding "using qt ..." to your user-config.jam, you'd
have to removing "using qt ; " statements from Jamroot file of examples.