From 072d359630626b3bb91f202c1caedf298af1a405 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 29 Oct 2004 09:55:13 +0000 Subject: [PATCH] Make the example compile [SVN r25932] --- v2/example/qt-ui/Jamfile | 8 ++++---- v2/example/qt-ui/hello_world_widget.ui | 4 +++- v2/example/qt-ui/project-root.jam | 8 ++++---- 3 files changed, 11 insertions(+), 9 deletions(-) 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 ;