[qt] Clone qtimageformats (#7684)

To actually test it, changes in the build script are needed.
This commit is contained in:
Robert Löhning 2022-05-09 21:59:01 +02:00 committed by GitHub
parent a2363da0b2
commit 688737e846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN git clone --branch dev --depth 1 git://code.qt.io/qt/qt5.git && \
cp -r qt5/cmake . && \
rm -rf qt5
RUN git clone --branch dev --depth 5000 git://code.qt.io/qt/qtbase.git
RUN git clone --branch dev --depth 1 git://code.qt.io/qt/qtimageformats.git
RUN git clone --branch dev --depth 1 git://code.qt.io/qt/qtsvg.git
RUN cmake -DSYNC_TO_MODULE=qtsvg -DSYNC_TO_BRANCH=dev -P cmake/QtSynchronizeRepo.cmake
RUN git clone --branch dev --depth 1 git://code.qt.io/qt/qtqa.git