]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/types/qt.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / types / qt.jam
1 # Copyright Vladimir Prus 2005. Distributed under the Boost
2 # Software License, Version 1.0. (See accompanying
3 # file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
4
5 import cpp ; # must import to have registered H type
6
7 type UI : ui ;
8 type QRC : qrc ;
9 type MOCCABLE_CPP ;
10 type MOCCABLE_H ;
11 type MOCCABLE5_CPP ;
12 type MOCCABLE5_H ;
13 # Result of running moc.
14 type MOC : moc : H ;