X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=dependencies%2Fqt%2Fsetup.sh;fp=dependencies%2Fqt%2Fsetup.sh;h=0162c4d47bdffde594fd18704584179979354f3f;hp=0e3b6a98ccaa6f0c9ab9cfd6aa4f82a506e6527f;hb=5aa9fce9769668e00807b47108899434a4beb431;hpb=b86e5bc6a6b14b161d0a29ea551ca41a34557975 diff --git a/dependencies/qt/setup.sh b/dependencies/qt/setup.sh index 0e3b6a9..0162c4d 100755 --- a/dependencies/qt/setup.sh +++ b/dependencies/qt/setup.sh @@ -7,11 +7,13 @@ if [[ ! $(which git) ]]; then exit -1 fi -git clone -b 5.15.2 https://github.com/qt/qtbase.git ${ROOT}/qtbase -git clone -b 5.15.2 https://github.com/qt/qttools.git ${ROOT}/qttools -git clone -b 5.15.2 https://github.com/qt/qttranslations.git ${ROOT}/qttranslations -git clone -b 5.15.2 https://github.com/qt/qtdeclarative.git ${ROOT}/qtdeclarative +git clone -b 5.15 https://github.com/qt/qtbase.git ${ROOT}/qtbase +git clone -b 5.15 https://github.com/qt/qttools.git ${ROOT}/qttools +git clone -b 5.15 https://github.com/qt/qttranslations.git ${ROOT}/qttranslations +git clone -b 5.15 https://github.com/qt/qtdeclarative.git ${ROOT}/qtdeclarative cd ${ROOT}/qtbase patch -s -p1 < ${ROOT}/stack_protector.patch +cd ${ROOT}/qtdeclarative +patch -s -p1 < ${ROOT}/scenegraph.patch cd ${ROOT}