#!/bin/sh

SPEC=
if [ `uname -s` = "Darwin" ]; then 
    SPEC=-spec macx-g++
fi

qmake -makefile $SPEC matrixviz.pro
