diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 04:51:58 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 04:51:58 (GMT) |
commit | 2066a440d0e5c11f8b45f22367ed524c5604ea33 (patch) | |
tree | 170bfd207ecf4542cbcdedb68148d0539a097a65 /openscad.pro | |
parent | 7b3a8a990f09265929fb5d463fa042dbb298ba30 (diff) |
Restored the original OGL_helper.h from CGAL.
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 5b3a398..4fe0483 100644 --- a/openscad.pro +++ b/openscad.pro @@ -119,6 +119,7 @@ FORMS += src/MainWindow.ui \ src/Preferences.ui HEADERS += src/CGAL_renderer.h \ + src/OGL_helper.h \ src/GLView.h \ src/MainWindow.h \ src/Preferences.h \ |