diff --git a/app/main.cpp b/app/main.cpp index 020f594e0..e472c79d7 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) { QSurfaceFormat format; format.setVersion(3, 2); format.setDepthBufferSize(24); - format.setProfile(QSurfaceFormat::CompatibilityProfile); + format.setProfile(QSurfaceFormat::CoreProfile); QSurfaceFormat::setDefaultFormat(format); // Try to share OpenGL contexts