#!/bin/bash
SRC="time-traveler"

cd $SRC
qmake -project 
qmake 
make clean all

