]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/example/qt/qt3/uic/jamroot.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt3 / uic / jamroot.jam
CommitLineData
7c673cae
FG
1# Copyright Felix E. Klee, 2003
2# Distributed under the Boost Software License, Version 1.0.
1e59de90
TL
3# (See accompanying file LICENSE.txt
4# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
5
6# Tell that QT should be used. QTDIR will give installation
1e59de90 7# prefix.
7c673cae
FG
8using qt ;
9
10project
11 : default-build <threading>multi
12 ;
13
14exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
15