标题:求助各位大神,Qt虚拟键盘编程问题?
作者:framecai
日期:2017-08-15 13:15
内容:
求助各位大神,在运行带有虚拟键盘的程序出现以下错误:
This plugin does not support createPlatformOpenGLContext!
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, profileQSurfaceFormat::OpenGLContextProfile(NoProfile))
Aborted
如何解决处理??
#1 [xlwjz 08-15 14:34]
需要工作在opengles环境,你需要编译eglfs平台的QT。