#!/bin/sh mkdir -p build cd build || exit 1 export QTDIR=/opt/qt4 cmake -DCMAKE_INSTALL_PREFIX=/usr ..