diff --git a/v2/example/qt-ui/Jamfile b/v2/example/qt-ui/Jamfile index 71b39e160..5dd2e1836 100644 --- a/v2/example/qt-ui/Jamfile +++ b/v2/example/qt-ui/Jamfile @@ -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 multi diff --git a/v2/example/qt-ui/hello_world_widget.ui b/v2/example/qt-ui/hello_world_widget.ui index 19f3ddcca..26cc73487 100644 --- a/v2/example/qt-ui/hello_world_widget.ui +++ b/v2/example/qt-ui/hello_world_widget.ui @@ -1,11 +1,13 @@ +HelloWorldWidget + -HelloWorldWidget + HelloWorldWidget diff --git a/v2/example/qt-ui/project-root.jam b/v2/example/qt-ui/project-root.jam index 8041561d4..b4c10a06e 100644 --- a/v2/example/qt-ui/project-root.jam +++ b/v2/example/qt-ui/project-root.jam @@ -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 ;