Changeset 84790 in vbox for trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Timestamp:
- Jun 11, 2020 10:30:36 AM (4 years ago)
- Location:
- trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r84540 r84790 29 29 endif 30 30 VBoxOGLTest_SOURCES.darwin = OpenGLTestDarwin.cpp 31 32 # 33 # App for testing GL support 34 # 35 if defined(VBOX_WITH_VIDEOHWACCEL) 36 if1of ($(KBUILD_TARGET), win linux freebsd) 37 LIBRARIES += VBoxOGL2D 38 VBoxOGL2D_TEMPLATE = $(if $(VBOX_WITH_VIDEOHWACCEL),$(if $(VBOX_WITH_HARDENING),VBOXQTGUI,VBOXQTGUIEXE),VBOXMAINEXE) 39 VBoxOGL2D_DEFS = QT_NO_DEBUG QT_THREAD_SUPPORT QT_SHARED HAVE_CONFIG_H VBOX_WITH_VIDEOHWACCEL VBOX_GUI_USE_QGL 40 VBoxOGL2D_QT_MODULES += OpenGL 41 VBoxOGL2D_SOURCES = VBoxGLSupportInfo.cpp 42 endif 43 endif 31 44 32 45 #
Note:
See TracChangeset
for help on using the changeset viewer.