1# Copyright (c) 2002 Institute of Transport, 2# Railway Construction and Operation, 3# University of Hanover, Germany 4# Copyright (c) 2006 J�rgen Hunold 5# 6# Distributed under the Boost Software License, Version 1.0. 7# (See accompanying file LICENSE_1_0.txt or copy at 8# http://www.boost.org/LICENSE_1_0.txt) 9 10# Tell that Qt3 should be used. QTDIR will give installation prefix. 11using qt3 ; 12 13# Not that good, but sufficient for testing 14using stlport : : /path/to/stlport ; 15