Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - how to build qt4.8.2 with opengl for qnx?: (1 Item)
   
how to build qt4.8.2 with opengl for qnx?  
I was build qt4.8.2 libs with opengl for qnx.
My development platform is i.mx53qsb.
When I used the QtOpenGL , I get a issue.

Debug: QQnxScreen: Attached to Device, number of displays: 1
Debug: QQnxScreen: Attached to Display 0, resolution 1024x768, refresh 60 Hz
Debug: QQnxMouseHandler: connected.
Debug: QWSQnxKeyboardHandler: connected.
Warning: QEgl::display(): Falling back to EGL_DEFAULT_DISPLAY
Warning: QEgl::display(): Can't even open the default display

But I can run app about OpenGL without QT.
Now I want to build qt libs with opengl on embedded.
Do you have any suggestion how to do this?