]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/example/qt/qt4/uic/jamroot.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt4 / uic / jamroot.jam
CommitLineData
7c673cae
FG
1# Copyright Felix E. Klee, 2003
2# Distributed under the Boost Software License, Version 1.0.
1e59de90
TL
3# (See accompanying file LICENSE.txt
4# or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
5
6import qt4 ;
7if ! [ qt4.initialized ]
8{
9 ECHO "Warning: Qt4 not initialized in user-config.jam" ;
10 ECHO "Assuming /space/p2/ghost/build/Qt4 as location." ;
11 ECHO "This is very likely won't work for you. " ;
12 using qt4 : /space/p2/ghost/build/Qt4 ;
13}
14
15project : requirements <threading>multi
16 ;
17
18exe hello : main.cpp hello_world_widget.ui : <library>/qt//QtGui ;