]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/example/qt/qt3/hello/jamroot.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt3 / hello / jamroot.jam
CommitLineData
7c673cae
FG
1# Copyright Vladimir Prus 2004.
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
6using qt ;
7
8project
9 # built MT version, unless asked otherwise.
1e59de90 10 : default-build <threading>multi
7c673cae
FG
11 ;
12
13exe canvas : main.cpp canvas.cpp canvas.h : <library>/qt//qt ;