标题:Qt 5.15 源码编译
作者:chain78
日期:2021-06-18 12:35
内容:
下载地址:
https://download.qt.io/archive/qt/5.15/5.15.2/single/
安装依赖包:
sudo apt-get install '.*libxcb.*' libxrender-dev libxi-dev libfontconfig1-dev libudev-dev
配置:
./configure -shared -v -opensource -confirm-license -nomake examples -nomake tests -extprefix /opt/Qt5 -release -skip qtsvg -skip qtdeclarative -skip qtactiveqt -skip qtscript -skip qtmultimedia -skip qttools -skip qtxmlpatterns -skip qttranslations -skip qtdoc -skip qtlocation -skip qtsensors -skip qtconnectivity -skip qtwayland -skip qt3d -skip qtimageformats -skip qtgraphicaleffects -skip qtquickcontrols -skip qtserialbus -skip qtserialport -skip qtx11extras -skip qtmacextras -skip qtwinextras -skip qtandroidextras -skip qtwebsockets -skip qtwebchannel -skip qtwebengine -skip qtcanvas3d -skip qtwebview -skip qtquickcontrols2 -skip qtpurchasing -skip qtcharts -skip qtdatavis3d -skip qtvirtualkeyboard -skip qtgamepad -skip qtscxml -skip qtspeech -skip qtnetworkauth -skip qtremoteobjects -skip qtwebglplugin -opengl desktop -no-openssl -no-use-gold-linker -qt-xcb
编译:
make -j 4
sudo make install
#1 [fsu0413 06-18 20:10]
能skip的都skip没了啊。。。。。。。。。。
#2 [fsu0413 06-18 20:10]
能skip的都skip没了啊。。。。。。。。。。
#3 [fsu0413 06-18 20:11]
能skip的都skip没了啊。。。。。。。。。。
#4 [nanjingqin 08-20 22:40]
编译出来带qtcreator吗??
#5 [nanjingqin 08-20 22:40]
编译出来带qtcreator吗??