diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-11-01 18:26:38 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-11-01 18:26:38 (GMT) |
commit | 57c3213abbee91ee86fb8eab713cbeef2f470bc3 (patch) | |
tree | de87f3953853d2f77d95d3d6d02f20790acc6432 /openscad.pro | |
parent | 2104ddafd9ea2866bfadb03f0c0286ca30696500 (diff) |
Clifford Wolf:
Added syntax error highlighting
git-svn-id: http://svn.clifford.at/openscad/trunk@127 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 c7ea413..68f0c67 100644 --- a/openscad.pro +++ b/openscad.pro @@ -40,7 +40,7 @@ SOURCES += value.cc expr.cc func.cc module.cc context.cc SOURCES += csgterm.cc polyset.cc csgops.cc transform.cc SOURCES += primitives.cc surface.cc control.cc render.cc SOURCES += import.cc dxfdata.cc dxftess.cc dxfdim.cc -SOURCES += dxflinextrude.cc dxfrotextrude.cc +SOURCES += dxflinextrude.cc dxfrotextrude.cc highlighter.cc QMAKE_CXXFLAGS += -O0 # QMAKE_CXXFLAGS += -O3 -march=pentium |