diff options
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index a8f3d17..542bcc3 100644 --- a/openscad.pro +++ b/openscad.pro @@ -178,8 +178,6 @@ win32 { LEXSOURCES += src/lexer.l YACCSOURCES += src/parser.y } -FLEXSOURCES = src/lexer.l -BISONSOURCES = src/parser.y RESOURCES = openscad.qrc |