diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-19 01:57:27 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-19 01:57:27 (GMT) |
commit | 2325f621d81cee0e1514e3d30868ec1e2a2a3667 (patch) | |
tree | 9165cdf4a688b45952fe054c7975cf4aeaa3f93b /openscad.pro | |
parent | 40b1b4ac278055eba6887f2ece721e0b6438b8b3 (diff) | |
parent | 1a1ab5b5ab926652293d509b0fd4d7f57451c794 (diff) |
Merge branch 'visitortests' of github.com:donbright/openscad into visitortests
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 994a527..ff65162 100644 --- a/openscad.pro +++ b/openscad.pro @@ -25,6 +25,10 @@ VERSION_MONTH=$$member(VERSION_SPLIT, 1) VERSION_DAY=$$member(VERSION_SPLIT, 2) #configure lex / yacc +unix:freebsd-g++ { + QMAKE_LEX = /usr/local/bin/flex + QMAKE_YACC = /usr/local/bin/bison +} win32 { include(flex.pri) include(bison.pri) |