File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
tools/installer/Dockerfiles Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ RUN git clone git://code.qt.io/qt/qtbase.git && \
8484 ./configure --prefix=/opt/mlc-python-2.7.11/Qt-5.7.1 -xkb-config-root /usr/share/X11/xkb -no-gtk -nomake tests -nomake examples -qt-xcb --opensource --confirm-license && make -j4 && make install && \
8585 rm -rf /tmp/qtbase
8686
87+ RUN git clone git://code.qt.io/qt/qttools.git && \
88+ cd qttools && \
89+ git checkout 5.7 && \
90+ /opt/mlc-python-2.7.11/Qt-5.7.1/bin/qmake CONFIG+=release && make -j4 && make install && \
91+ rm -rf /tmp/qttools
92+
8793RUN git clone git://code.qt.io/qt/qtcharts.git && \
8894 cd qtcharts && \
8995 git checkout 5.7 && \
Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ RUN git clone git://code.qt.io/qt/qtbase.git && \
9292 ./configure --prefix=/opt/mlc-python-2.7.11/Qt-5.7.1 -xkb-config-root /usr/share/X11/xkb -no-gtk -nomake tests -nomake examples -qt-xcb --opensource --confirm-license && make -j4 && make install && \
9393 rm -rf /tmp/qtbase
9494
95+ RUN git clone git://code.qt.io/qt/qttools.git && \
96+ cd qttools && \
97+ git checkout 5.7 && \
98+ /opt/mlc-python-2.7.11/Qt-5.7.1/bin/qmake CONFIG+=release && make -j4 && make install && \
99+ rm -rf /tmp/qttools
100+
95101RUN git clone git://code.qt.io/qt/qtcharts.git && \
96102 cd qtcharts && \
97103 git checkout 5.7 && \
Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ RUN git clone git://code.qt.io/qt/qtbase.git && \
106106 make -j4 && make install && \
107107 rm -rf /tmp/qtbase
108108
109+ RUN git clone git://code.qt.io/qt/qttools.git && \
110+ cd qttools && \
111+ git checkout 5.7 && \
112+ /opt/mlc-python-2.7.11/Qt-5.7.1/bin/qmake CONFIG+=release && make -j4 && make install && \
113+ rm -rf /tmp/qttools
114+
109115RUN git clone git://code.qt.io/qt/qtcharts.git && \
110116 cd qtcharts && \
111117 git checkout 5.7 && \
You can’t perform that action at this time.
0 commit comments