Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / src / tools / qt.jam
1 #  Copyright (c) 2006 Vladimir Prus.
2 #
3 #  Use, modification and distribution is subject to the Boost Software
4 #  License Version 1.0. (See accompanying file LICENSE_1_0.txt or
5 #  http://www.boost.org/LICENSE_1_0.txt)
6
7 #  Forwarning toolset file to Qt GUI library. Forwards to the toolset file
8 #  for the current version of Qt.
9
10 import qt4 ;
11
12 rule init ( prefix : full_bin ? : full_inc ? : full_lib ? : version ? : condition * )
13 {
14     qt4.init $(prefix) : $(full_bin)  : $(full_inc) : $(full_lib) : $(version) : $(condition) ;
15 }
16
17