diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:35:04 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:35:04 (GMT) |
commit | 2d59f7acf63d423f75753781b0b37c024dd3c80f (patch) | |
tree | b4c60d45c4042cf6face4c96fe9d845f7423bfce /openscad.pro | |
parent | cf32594c9e9bd728a72eeca8299e83e7616b30e9 (diff) |
move png export to sep file to make compilation time bearable. expand stubs.
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 6a8cfdb..51f4439 100644 --- a/openscad.pro +++ b/openscad.pro @@ -236,7 +236,8 @@ HEADERS += src/version_check.h \ src/OffscreenView.h \ src/fbo.h \ src/imageutils.h \ - src/system-gl.h + src/system-gl.h \ + src/CsgInfo.h SOURCES += src/version_check.cc \ src/ProgressWidget.cc \ @@ -286,6 +287,7 @@ SOURCES += src/version_check.cc \ \ src/builtin.cc \ src/export.cc \ + src/export_png.cc \ src/import.cc \ src/renderer.cc \ src/ThrownTogetherRenderer.cc \ |