WSJT-X/tools/build/example/qt
Bill Somerville 4ebe6417a5 Squashed 'boost/' content from commit b4feb19f2
git-subtree-dir: boost
git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
2018-06-09 21:48:32 +01:00
..
qt3 Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
qt4 Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
README.txt Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00

README.txt

Copyright 2005 Vladimir Prus 
Distributed under the Boost Software License, Version 1.0. 
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 


This directory contains Boost.Build examples for the Qt library
(http://www.trolltech.com/products/qt/index.html).

The current examples are:
  1. Basic setup -- application with several sources and moccable header.
  2. Using of .ui source file.
  3. Running .cpp files via the moc tool.

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 would
have to remove "using qt ; " statements from example Jamroot files.