diff options
author | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-05 06:58:34 (GMT) |
---|---|---|
committer | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-05 06:58:34 (GMT) |
commit | 45060878b56070fa12e6f0bb85bad1f6e1687b71 (patch) | |
tree | df0a0ad98167cc1e1a855282be2798bcf25c9589 /glew.pri | |
parent | 0407d287b035e4f3aabf718f290eb31365fad26e (diff) |
enable compiling with mingw-cross-env
Diffstat (limited to 'glew.pri')
-rw-r--r-- | glew.pri | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,4 +16,5 @@ glew { unix:LIBS += -lGLEW win32:LIBS += -lglew32s + CONFIG(mingw-cross-env):DEFINES += GLEW_STATIC } |