Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
ERROR: The OpenGL functionality tests failed!You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.Check config.log for details.

解决方案 »

  1.   

    是不是还有依赖没有安装完哦?
    试试  install libgl1-mesa-dev libglu1-mesa-dev
      

  2.   

    自己编译Qt?提示的很明确了No wayland-egl support detected,你是不是在Fedora 25以上版本弄的,看看Qt编译的选项
      

  3.   

    Check config.log for details.  先看看 log
      

  4.   

    make[2]: Entering directory '/opt/qt-everywhere-opensource-src-5.8.0/qtdoc/doc'
    make[2]: Nothing to be done for 'install'.
    make[2]: Leaving directory '/opt/qt-everywhere-opensource-src-5.8.0/qtdoc/doc'
    make[1]: Leaving directory '/opt/qt-everywhere-opensource-src-5.8.0/qtdoc
    安装qt,进行到make那步时出现这种情况是什么错误啊,大神们?
      

  5.   

    在pc上安装qt用不着源码编译的,直接下qt-sdk安装就可以了。除非你是在做qt移植.ERROR: The OpenGL functionality tests failed!应是系统上没有安装openGl库, 可以在配置qt时加上"./configure  -no-opengl",也就编译的qt的不使用这个库就好了