VirtualBox

Changeset 86857 in vbox


Ignore:
Timestamp:
Nov 11, 2020 9:12:23 AM (4 years ago)
Author:
vboxsync
Message:

Main/OpenGLTestApp: Linux compilation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp

    r82968 r86857  
    3434#include <string.h>
    3535
    36 #define VBOXGLTEST_WITH_LOGGING
    37 
    38 #ifdef VBOXGLTEST_WITH_LOGGING
    39 #include "package-generated.h"
    40 
    41 #include <iprt/log.h>
    42 #include <iprt/param.h>
    43 #include <iprt/time.h>
    44 #include <iprt/system.h>
    45 #include <iprt/process.h>
    46 #include <iprt/env.h>
    47 
    48 #include <VBox/log.h>
    49 #include <VBox/version.h>
     36#define VBOXGLTEST_WITH_LOGGING /** @todo r=andy Is this intentional? */
     37
     38#ifdef VBOXGLTEST_WITH_LOGGING
     39# include "package-generated.h"
     40
     41# include <iprt/log.h>
     42# include <iprt/param.h>
     43# include <iprt/time.h>
     44# include <iprt/system.h>
     45# include <iprt/process.h>
     46# include <iprt/env.h>
     47
     48# include <VBox/log.h>
     49# include <VBox/version.h>
     50#endif /* VBOXGLTEST_WITH_LOGGING */
     51
     52#ifndef RT_OS_WINDOWS
     53# include <GL/gl.h> /* For GLubyte and friends. */
    5054#endif
    5155
    5256#ifdef VBOX_WITH_VIDEOHWACCEL
    53 #include <QGLWidget>
    54 #include <QApplication>
    55 #include <VBox/VBoxGL2D.h>
     57# include <QGLWidget>
     58# include <QApplication>
     59# include <VBox/VBoxGL2D.h>
    5660#endif
    5761
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