- Timestamp:
- May 18, 2023 9:44:24 AM (20 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGL2D.h
r98103 r99834 41 41 # pragma once 42 42 #endif 43 44 #if defined(VBOX_IS_QT6_OR_LATER) && defined(RT_OS_WINDOWS) 45 // Qt6 has this included no more, adding ourselves: 46 # include <GL/gl.h> 47 #endif /* VBOX_IS_QT6_OR_LATER && RT_OS_WINDOWS */ 43 48 44 49 #include <iprt/types.h> -
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r98431 r99834 72 72 VBoxTestOGL_DEFS = VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\" 73 73 endif 74 ifdef VBOX_WITH_QT6 75 VBoxTestOGL_DEFS += VBOX_IS_QT6_OR_LATER 76 endif 74 77 VBoxTestOGL_SOURCES = OpenGLTestApp.cpp 75 78 VBoxTestOGL_SOURCES.win = VBoxTestOGL.rc
Note:
See TracChangeset
for help on using the changeset viewer.