]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/qt.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / 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