summaryrefslogtreecommitdiff
path: root/tools/build/v2/example/qt/qt3/moccable-cpp/jamroot.jam
blob: 85778da20827a3148df101f94fd1e2407f0724e4 (plain)
1
2
3
4
5
6
7
8
9
10
11

using qt ;
import cast ;

project 
    : default-build <threading>multi 
    ;

exe main : main.cpp [ cast _ moccable-cpp : main.cpp ]
           /qt//qt 
    ;