diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
commit | d4c15a8fc428b88b52eb1e5c180999725e1cfb2b (patch) | |
tree | 4248529f5c72b2fecc804bb3147eba3ec477926d /openscad.pro | |
parent | 743a82148dd2ddfdbd0eba24b208f1249ab4065d (diff) |
fixups for mingw32 cross compilation
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 4fdd11e..37e6fe3 100644 --- a/openscad.pro +++ b/openscad.pro @@ -233,6 +233,8 @@ HEADERS += src/version_check.h \ \ src/lodepng.h \ src/OffscreenView.h \ + src/OffscreenContext.h \ + src/OffscreenContextAll.hpp \ src/fbo.h \ src/imageutils.h \ src/system-gl.h \ |