#!/bin/sh mkdir -p build/release && \ cd build/release && \ qmake ../../torrent-client-v2.pro -spec linux-g++ && \ make