Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / example / qt / qt3 / uic / jamroot.jam
1 # Copyright Felix E. Klee, 2003
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt
4 # or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 # Tell that QT should be used. QTDIR will give installation
7 # prefix. 
8 using qt ;
9
10 project
11     : default-build <threading>multi
12     ;
13
14 exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
15