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