Don't specifically build Qt Script, as we don't use it anymore.

This commit is contained in:
Julian Groß 2023-10-01 21:56:53 +02:00
parent c49df08dd3
commit 3e4f6c10e3

View file

@ -51,12 +51,8 @@ RUN ../qt5/configure -force-debug-info -release -opensource -confirm-license -pl
RUN NINJAFLAGS='-j6' make -j6
RUN make -j6 module-qtscript
RUN make -j6 install
WORKDIR ./qtscript
RUN make -j6 install
WORKDIR ../../qt5-install
RUN find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;