2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00
Files
build/example/qt/Jamfile
Vladimir Prus 3b0b49a6fc Write a new example to avoid lengthy "what is the license" and "how to
refer to the QPL" and "is it OK to have QPL example" discussions.


[SVN r24834]
2004-08-31 06:58:52 +00:00

11 lines
349 B
Plaintext

# Copyright Vladimir Prus 2004.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
project
# built MT version, unless asked otherwise.
: default-build <threading>multi
;
exe canvas : main.cpp canvas.cpp canvas.h : <library>/qt//qt ;