LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-09-25 e8d34d11799fc79c7c53bdcd40f9b4ee7be7a2c5
openlibs/qt/build.sh
File was renamed from openlibs/qt/build_QT5.sh
@@ -151,6 +151,18 @@
    #rm -rf ${QTDIR_NAME}
}
function do_clean()
{
    rm -rf appweb* php*
}
if [[ $# == 1 && $1 == -c ]] ;then
    echo "start clean ${LIB_NAME}"
    do_clean
    exit;
fi
exit;
compile_qt