LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-23 cafc37823fac451035e065fa469338fab3a5641a
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