removed obsolete configuration

This commit is contained in:
Gregor Fabritius
2020-10-21 00:26:16 +02:00
parent c35da37f5a
commit 257585dd71

View File

@@ -29,7 +29,7 @@ RUN \
RUN \ RUN \
cd /opt/qt-everywhere-src-5.15.0 && \ cd /opt/qt-everywhere-src-5.15.0 && \
./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -skip qtwebengine \ ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -skip qtwebengine \
-qt-zlib -qt-libjpeg -qt-libpng -xcb -xcb-xlib -bundled-xcb-xinput -qt-freetype -qt-pcre -qt-harfbuzz && \ -qt-zlib -qt-libjpeg -qt-libpng -xcb -qt-freetype -qt-pcre -qt-harfbuzz && \
make -j $(($(nproc)+4)) && \ make -j $(($(nproc)+4)) && \
make install && \ make install && \
cd /opt && \ cd /opt && \