• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2import qt4 ;
3
4if ! [ 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
12project : requirements <threading>multi ;
13
14exe arrow : main.cpp arrow.cpp arrow.h /qt//QtGui ;