diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-03 03:05:36 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-03 03:05:36 (GMT) |
commit | f2d193c25ade8bcd21e514e8aa16b95afd3aa7c1 (patch) | |
tree | 8dd5847af13c534f4a3fde93195001dcd2448bf0 | |
parent | 5f02e63693f7b32055e73fd7ebbfc91dabff68bd (diff) |
Don't enable qcodeedit as default
git-svn-id: http://svn.clifford.at/openscad/trunk@507 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 4dbe0c6..8d0df63 100644 --- a/openscad.pro +++ b/openscad.pro @@ -35,7 +35,9 @@ macx:CONFIG += mdi CONFIG += cgal CONFIG += opencsg CONFIG += progresswidget -CONFIG += qcodeedit + +#Uncomment the following line to enable QCodeEdit +#CONFIG += qcodeedit mdi { # MDI needs an OpenCSG library that is compiled with OpenCSG-Reset-Hack.patch applied |