#!/bin/sh

# Builds default HnDE

# Source the config file first:
source buildHNDE.conf

# Now call cmake correctly:
cmake -DQT_QMAKE_EXECUTABLE=$QTOPIACORE/bin/qmake -DQTC_INCLUDE_DIR=$QTOPIACORE/include/ .

# build it!
make
