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

using qt ;

project
    # built MT version, unless asked otherwise.
    : default-build <threading>multi
    ;

exe canvas : main.cpp canvas.cpp canvas.h : <library>/qt//qt ;