1. 程式人生 > >ubuntu16.04搭建QT5.7

ubuntu16.04搭建QT5.7

ubuntu16.04使用QT5.7

1.下載
https://www.qt.io/download-open-source/#section-2

#chmod +x qt
./qt-unified-linux-x64-2.0.3-1-online.run

2.install depend lib
#sudo apt-get install build-essential
#sudo apt-get install libfontconfig1
#sudo apt-get install mesa-common-dev   #openGL LIB
#sudo apt-get install libglu1-mesa-dev -y
3.編譯 #../Qt/5.7/gcc_64/bin/qmake untitled.pro 4.執行