Changeset 94138 in vbox
- Timestamp:
- Mar 8, 2022 10:24:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
r94137 r94138 57 57 #ifdef VBOX_WITH_VIDEOHWACCEL 58 58 # include <QApplication> 59 # if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)60 # include <Q SurfaceFormat>59 # if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) && defined(RT_OS_WINDOWS) 60 # include <QGLWidget> /* for GL headers on windows */ 61 61 # endif 62 62 # include <VBox/VBoxGL2D.h>
Note:
See TracChangeset
for help on using the changeset viewer.