diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 16:43:43 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 16:43:43 (GMT) |
commit | 12ad2eda30fb35fbb287e2cd94da5289b115c0be (patch) | |
tree | 252d66a39a74723b897f8d1eacd695a7fa8407be /openscad.pro | |
parent | 63c1154f8e434da1988dccac4101a51271083fe2 (diff) |
Extracted OpenCSG code to separate files
git-svn-id: http://svn.clifford.at/openscad/trunk@434 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 8e2ac2c..610bbeb 100644 --- a/openscad.pro +++ b/openscad.pro @@ -34,7 +34,7 @@ QT += opengl macx:CONFIG += mdi CONFIG += cgal CONFIG += opencsg -#CONFIG += progresswidget +macx:CONFIG += progresswidget mdi { # MDI needs an OpenCSG library that is compiled with OpenCSG-Reset-Hack.patch applied |