VirtualBox

Ignore:
Timestamp:
Jun 11, 2020 10:30:36 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt, Main/Helpers: Get rid of 2D Video Acceleration code.

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  
    2929endif
    3030VBoxOGLTest_SOURCES.darwin = OpenGLTestDarwin.cpp
     31
     32#
     33# App for testing GL support
     34#
     35if 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
     43endif
    3144
    3245#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette