#!/bin/sh

# you will need "qmake" and "libqt4-dev" to build this
# details at http://tuxboot.wiki.sourceforge.net/compile

lupdate tuxboot.pro
lrelease tuxboot.pro
qmake "DEFINES += NOSTATIC CLONEZILLA" "RESOURCES -= tuxboot.qrc"
make
