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.运行
Logo

更多推荐