From ed74beda0ed61e160fd12a6195d48d7d67e380c5 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 12 Feb 2021 12:53:49 +0100 Subject: [PATCH] qt: clean build directory --- products/compil_scripts/qt-5.12.10.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/products/compil_scripts/qt-5.12.10.sh b/products/compil_scripts/qt-5.12.10.sh index be1cb2b..e83d672 100755 --- a/products/compil_scripts/qt-5.12.10.sh +++ b/products/compil_scripts/qt-5.12.10.sh @@ -17,6 +17,9 @@ else BUILD_TYPE="-release" fi +# clean build directory +rm -rf $BUILD_DIR && mkdir -p $BUILD_DIR && cd $BUILD_DIR + # For -qt-harfbuzz option, see spns #9694 echo echo "*** $SOURCE_DIR/configure -prefix $PRODUCT_INSTALL $BUILD_TYPE -opensource -nomake tests -nomake examples -no-rpath -verbose -no-separate-debug-info -confirm-license -qt-libpng -qt-xcb -no-eglfs -dbus-runtime -skip qtwebengine -skip wayland -skip qtgamepad -system-freetype -qt-harfbuzz -no-openssl -no-glib" -- 2.39.2