Commit a65c3d3e authored by Ronan Abhamon's avatar Ronan Abhamon

chore(tools): fix build_static_qt

parent 4ef1241b
...@@ -29,41 +29,41 @@ if [[ $? != 0 ]] ; then ...@@ -29,41 +29,41 @@ if [[ $? != 0 ]] ; then
fi fi
./init-repository --module-subset=default,\ ./init-repository --module-subset=default,\
-qtandroidextras,\ -qtandroidextras,\
-qtcharts,\ -qtcharts,\
-qtdoc,\ -qtdoc,\
-qtlocation,\ -qtlocation,\
-qtmacextras,\ -qtmacextras,\
-qtnetworkauth,\ -qtnetworkauth,\
-qtpurchasing,\ -qtpurchasing,\
-qtremoteobjects,\ -qtremoteobjects,\
-qtrepotools,\ -qtrepotools,\
-qtscript,\ -qtscript,\
-qtscxml,\ -qtscxml,\
-qtsensors,\ -qtsensors,\
-qtspeech,\ -qtspeech,\
-qtspeech,\ -qtspeech,\
-qttools,\ -qttools,\
-qtwebchannel,\ -qtwebchannel,\
-qtwebengine,\ -qtwebengine,\
-qtwebglplugin,\ -qtwebglplugin,\
-qtwebsockets,\ -qtwebsockets,\
-qtwebview,\ -qtwebview,\
-qtwinextras,\ -qtwinextras,\
-qtx11extras,\ -qtx11extras,\
-qtxmlpatterns \ -qtxmlpatterns \
-f -f
./configure -opensource -confirm-license -release -static -c++std c++11 -ccache -silent -nomake examples -nomake tests \ ./configure -opensource -confirm-license -release -static -c++std c++11 -ccache -silent -nomake examples -nomake tests \
-prefix "/opt/${QT_VERSION}" \ -prefix "/opt/qt${QT_VERSION}" \
-qt-freetype \ -qt-freetype \
-qt-harfbuzz \ -qt-harfbuzz \
-qt-libjpeg \ -qt-libjpeg \
-qt-libpng \ -qt-libpng \
-qt-pcre \ -qt-pcre \
-qt-xcb \ -qt-xcb \
-qt-xkbcommon \ -qt-xkbcommon \
-system-zlib -system-zlib
if [[ $? != 0 ]] ; then if [[ $? != 0 ]] ; then
printf "${RED}Unknown configure option.${NC}\n" printf "${RED}Unknown configure option.${NC}\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment