• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright Felix E. Klee, 2003
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt
4# or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6# Tell that QT should be used. QTDIR will give installation
7# prefix.
8using qt ;
9
10project
11    : default-build <threading>multi
12    ;
13
14exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
15
16