]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/qt.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / qt.jam
CommitLineData
7c673cae
FG
1# Copyright (c) 2006 Vladimir Prus.
2#
3# Use, modification and distribution is subject to the Boost Software
1e59de90
TL
4# License Version 1.0. (See accompanying file LICENSE.txt or
5# https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
6
7# Forwarning toolset file to Qt GUI library. Forwards to the toolset file
8# for the current version of Qt.
9
10import qt4 ;
11
12rule 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