1#!/bin/sh 2PATH=$LICHEE_BR_OUT/host/bin/:$PATH 3$QT_INSTALL_DIR/bin/qmake -o Makefile CameraUI.pro 4make -j32 5