Revert "qt: Disable OpenGL 3.0 renderer for macOS."

This reverts commit d3b00ff27b.
This commit is contained in:
ts-korhonen
2022-02-28 08:43:14 +02:00
parent d3b00ff27b
commit 9af1d0cc5f
4 changed files with 8 additions and 63 deletions

View File

@@ -22,21 +22,15 @@
#include "ui_qt_rendererstack.h"
#include "qt_hardwarerenderer.hpp"
#include "qt_openglrenderer.hpp"
#include "qt_softwarerenderer.hpp"
#ifndef Q_OS_MACOS
# include "qt_openglrenderer.hpp"
#else
# include "qt_opengldummy.hpp"
#endif
#include "qt_mainwindow.hpp"
#include "qt_util.hpp"
#include "evdev_mouse.hpp"
#include <QScreen>
#include <QTimer>
#ifdef __APPLE__
# include <CoreGraphics/CoreGraphics.h>