1Copyright 2005 Vladimir Prus 2Distributed under the Boost Software License, Version 1.0. 3(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5 6This directory contains B2 examples for the Qt library 7(http://www.trolltech.com/products/qt/index.html). 8 9The current examples are: 10 1. Basic setup -- application with several sources and moccable header. 11 2. Using of .ui source file. 12 3. Running .cpp files via the moc tool. 13 14For convenience, there are examples both for 3.* and 4.* version of Qt, they are 15mostly identical and differ only in source code. 16 17All examples assumes that you just installed B2 and that QTDIR 18environment variables is set (typical values can be /usr/share/qt3 and 19/usr/share/qt4). After adding "using qt ..." to your user-config.jam, you would 20have to remove "using qt ; " statements from example Jamroot files. 21