mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 02:19:23 +00:00
OpenGL upgrade
This commit is contained in:
parent
5c082db9e4
commit
c34bde416f
2 changed files with 4 additions and 4 deletions
|
|
@ -29,9 +29,9 @@
|
|||
// =============================================================================
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
QSurfaceFormat defaultFormat = QSurfaceFormat::defaultFormat();
|
||||
defaultFormat.setVersion(2,1); // SDK doesn't support recent version yet. Request 2.1 (it will request compatibility mode if not available)
|
||||
QSurfaceFormat::setDefaultFormat(defaultFormat);
|
||||
//QSurfaceFormat defaultFormat = QSurfaceFormat::defaultFormat();
|
||||
//defaultFormat.setVersion(2,1); // SDK doesn't support recent version yet. Request 2.1 (it will request compatibility mode if not available)
|
||||
//QSurfaceFormat::setDefaultFormat(defaultFormat);
|
||||
AppController controller(argc, argv);
|
||||
#ifdef QT_QML_DEBUG
|
||||
QQmlDebuggingEnabler enabler;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 21c354aaf1c6e39797840bc79a1f60aa70dd6a49
|
||||
Subproject commit 4114144fac5b39dab25fa3d1bf819e6466c9f929
|
||||
Loading…
Add table
Reference in a new issue