diff options
-rw-r--r-- | tests/OffscreenContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OffscreenContext.h b/tests/OffscreenContext.h index f1c7123..a024832 100644 --- a/tests/OffscreenContext.h +++ b/tests/OffscreenContext.h @@ -1,7 +1,7 @@ #ifndef OFFSCREENCONTEXT_H_ #define OFFSCREENCONTEXT_H_ -#ifdef Q_WS_MAC +#ifdef __APPLE__ #include <OpenGL/OpenGL.h> #else #include <GL/glew.h> |