]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/example/qt/README.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / example / qt / README.txt
CommitLineData
f67539c2
TL
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)
7c673cae
FG
4
5
f67539c2 6This directory contains B2 examples for the Qt library
7c673cae
FG
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
f67539c2 17All examples assumes that you just installed B2 and that QTDIR
7c673cae
FG
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.