1 2 3 4 5 6 7 8 9 10
if [ ! -d build ];then mkdir build else rm -rf build/* fi cd build qmake ../example/qhexedit.pro make cd ..