head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.09.02.21.53.02;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Show how to integrate PyQwt in the consolidated _qt module.
@
text
@#!/bin/bash

# you must have done
# source SOURCE-ME

pushd ..
if [ ! -d SOURCES ]; then
    mkdir SOURCES
fi
if [ ! -d BUILD ]; then
    mkdir BUILD
fi
popd

./build-python
./build-numpy-svn
./build-qt4.4-static
./build-qwt-qt4-static
./build-sip-svn
./build-pyqt4-svn-static

# Local Variables: ***
# mode: sh ***
# End: ***
@
