]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/qt/qt4/hello/jamroot.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt4 / hello / jamroot.jam
1
2 import qt4 ;
3
4 if ! [ qt4.initialized ]
5 {
6 ECHO "Warning: Qt4 not initialized in user-config.jam" ;
7 ECHO "Assuming /space/p2/ghost/build/Qt4 as location." ;
8 ECHO "This is very likely won't work for you. " ;
9 using qt4 : /space/p2/ghost/build/Qt4 ;
10 }
11
12 project : requirements <threading>multi ;
13
14 exe arrow : main.cpp arrow.cpp arrow.h /qt//QtGui ;