QT build.sh #1

Open
opened 3 years ago by duke · 0 comments
duke commented 3 years ago
Owner

I have used this to build QT 5.15.1

#!/bin/bash

OPENSSL_LIBS='-L/home/user/Downloads/openssl-1.1.1h -lssl -lcrypto' ./configure -static -prefix ~/qt  -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtscript -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtdatavis3d -skip qtdoc -skip qtcharts -skip qtdeclarative -skip qt3d -skip qtwebengine -skip qtandroidextras -skip qtwebview -skip qtgamepad -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtwebview -skip qtwebchannel -skip qtwebglplugin  -nomake examples -nomake tests -qt-zlib -qt-libpng -bundled-xcb-xinput -feature-fontconfig -no-feature-getentropy  -release -openssl-linked -opensource -confirm-license
I have used this to build QT 5.15.1 ``` #!/bin/bash OPENSSL_LIBS='-L/home/user/Downloads/openssl-1.1.1h -lssl -lcrypto' ./configure -static -prefix ~/qt -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtscript -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtdatavis3d -skip qtdoc -skip qtcharts -skip qtdeclarative -skip qt3d -skip qtwebengine -skip qtandroidextras -skip qtwebview -skip qtgamepad -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtwebview -skip qtwebchannel -skip qtwebglplugin -nomake examples -nomake tests -qt-zlib -qt-libpng -bundled-xcb-xinput -feature-fontconfig -no-feature-getentropy -release -openssl-linked -opensource -confirm-license ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.