diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-30 22:53:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:35 (GMT) |
commit | 99f406d9941ef9fef8b2522ccbf6a72eb474f27a (patch) | |
tree | f9dc4a9f0e9e66fc8264044f4b6d663c87467a08 /openscad.pro | |
parent | eb81def6ebfa0997798808408e3d27f03eff1996 (diff) |
Removed temporary REMOVE_DUMP define
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index a785259..3df1a5f 100644 --- a/openscad.pro +++ b/openscad.pro @@ -9,8 +9,6 @@ UI_DIR = objects RCC_DIR = objects INCLUDEPATH += src -DEFINES += REMOVE_DUMP - macx { DEPLOYDIR = $$(MACOSX_DEPLOY_DIR) !isEmpty(DEPLOYDIR) { |