From 0119416c3f906533f54be6cc7b3735264f4eeaaa Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 13 Sep 2005 11:07:05 +0000 Subject: [PATCH] Note that QTDIR must be set to use the examples. [SVN r30945] --- v2/example/qt/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v2/example/qt/README.txt b/v2/example/qt/README.txt index abd6971e7..05723ab10 100644 --- a/v2/example/qt/README.txt +++ b/v2/example/qt/README.txt @@ -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. +