diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-28 01:04:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-28 01:04:29 (GMT) |
commit | 6c3ce9934755bcc579ac30104d651608c2c71622 (patch) | |
tree | 1b0e9d5f5eb1b30c564814cc6da926c3c8e9da20 | |
parent | 6bf2d6ca1a7258838cce0b11d719aa393655cc60 (diff) |
Mac compile fix
-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> |