diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-09 13:48:09 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-09 13:48:09 (GMT) |
commit | c7b9a49c15f10ee76258f735ff66c1ed32e64c51 (patch) | |
tree | ebc9ef37dc44c0eed9c144441f5f763c381fdb08 /openscad.pro | |
parent | 66ac9239767dd2151e61a11bc3fb9605c2a4d917 (diff) |
Cleaned up progress handling, implemented cancel function. Needs more testing
git-svn-id: http://svn.clifford.at/openscad/trunk@420 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index d2050c3..8ab9b31 100644 --- a/openscad.pro +++ b/openscad.pro @@ -86,7 +86,8 @@ HEADERS += src/CGAL_renderer.h \ src/openscad.h \ src/polyset.h \ src/printutils.h \ - src/value.h + src/value.h \ + src/progress.h SOURCES += src/openscad.cc \ src/mainwin.cc \ @@ -118,7 +119,8 @@ SOURCES += src/openscad.cc \ src/highlighter.cc \ src/printutils.cc \ src/nef2dxf.cc \ - src/Preferences.cc + src/Preferences.cc \ + src/progress.cc macx { HEADERS += src/AppleEvents.h \ |