aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: aafe93b62350fb51a03eebdb14640109780fb31d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

mkdir -p build

ROOT="$(dirname "$(readlink -f "$0")")"

cd build
/usr/lib/qt5/bin/qmake "$ROOT"

make sub-qtmips_cli sub-qtmips_gui