0

I'm looking for a way to create a OpenGL 4.2 context with Qt.

I found this and this.

but those threads are more than 2 years old.. maybe there's a better way to do this by now?

//edit: oh, and if possible i'd like to have a portable solution to do this (but in the first place i'm interested in getting this to run on windows)

Community
  • 1
  • 1
Mat
  • 4,281
  • 9
  • 44
  • 66

1 Answers1

2

Qt4 starting with 4.7 version can create context with requested version. See here:

Mārtiņš Možeiko
  • 12,733
  • 2
  • 45
  • 45