mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Make the example compile
[SVN r25932]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright Felix E. Klee, 2003
|
||||
// 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)
|
||||
# Copyright Felix E. Klee, 2003
|
||||
# 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
|
||||
: default-build <threading>multi
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
||||
<class>HelloWorldWidget</class>
|
||||
<comment>
|
||||
<!--
|
||||
Copyright Felix E. Klee, 2003
|
||||
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)
|
||||
-->
|
||||
<class>HelloWorldWidget</class>
|
||||
</comment>
|
||||
<widget class="QWidget">
|
||||
<property name="name">
|
||||
<cstring>HelloWorldWidget</cstring>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright Felix E. Klee, 2003
|
||||
// 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)
|
||||
# Copyright Felix E. Klee, 2003
|
||||
# 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)
|
||||
|
||||
import gcc ;
|
||||
import toolset ;
|
||||
|
||||
Reference in New Issue
Block a user