sudo apt-get install qt5-default qtdeclarative5-dev
mkdir -p build cd build qmake -config release ../imagerQt.pro make
cd .. build/ImagerQt