summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/qt/qt3/uic/jamroot.jam
blob: d53df7a588c54828b4591a34ff7ac440586aa5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Felix E. Klee, 2003
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt
# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)

# Tell that QT should be used. QTDIR will give installation
# prefix.
using qt ;

project
    : default-build <threading>multi
    ;

exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;