diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-23 23:14:58 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-23 23:14:58 (GMT) |
commit | ad45e8a8c52878ed6f3c7fdfb3198f18b0f8875e (patch) | |
tree | 7adaf9e3dc50ef831b8ac1552aaa259cc4d902f3 /openscad.pro | |
parent | 9deb7de38e99130ba2fd34eff188e671b424e590 (diff) |
detect netbsd / freebsd after linux not before, for bison/flex.
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/openscad.pro b/openscad.pro index 49b764f..6d9556b 100644 --- a/openscad.pro +++ b/openscad.pro @@ -116,11 +116,6 @@ netbsd* { QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare } -CONFIG(skip-version-check) { - # force the use of outdated libraries - DEFINES += OPENSCAD_SKIP_VERSION_CHECK -} - # Application configuration macx:CONFIG += mdi CONFIG += cgal @@ -144,6 +139,12 @@ CONFIG(mingw-cross-env) { include(mingw-cross-env.pri) } +# force the use of outdated libraries +CONFIG(skip-version-check) { + DEFINES += OPENSCAD_SKIP_VERSION_CHECK +} + + win32 { FLEXSOURCES = src/lexer.l BISONSOURCES = src/parser.y |