#!/bin/sh

qmake
make

QMLDIR=`$QMAKE -query QT_INSTALL_QML`

if [ ! -e imports ]; then
	ln -sf $QMLDIR imports
fi

