mirror of https://github.com/google/oss-fuzz.git
[qt] Clone qtimageformats (#7684)
To actually test it, changes in the build script are needed.
This commit is contained in:
parent
a2363da0b2
commit
688737e846
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue