// QT编译选项(静态编译)
./configure -static -release -confirm-license -opensource -nomake examples -nomake tests -fontconfig -prefix /home/rootqt/Qt5.8.0_static
// QT编译选项(动态链接)
./configure -release -confirm-license -opensource -nomake examples -nomake tests -fontconfig -prefix /home/rootqt/Qt5.9.0