removed obsolete configuration
This commit is contained in:
@@ -29,7 +29,7 @@ RUN \
|
||||
RUN \
|
||||
cd /opt/qt-everywhere-src-5.15.0 && \
|
||||
./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 install && \
|
||||
cd /opt && \
|
||||
|
||||
Reference in New Issue
Block a user