diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-29 23:13:16 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-29 23:13:16 (GMT) |
commit | b753e41dea877a1296c77a1bdc122f295f15a3bb (patch) | |
tree | 21892b5df77cf75f192fe986c1c88a670c9bcf2a /openscad.pro | |
parent | 2230b3c4481c302f8a4baaf06b93cf9d4810dad0 (diff) |
cleaning up
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/openscad.pro b/openscad.pro index 747a823..96250fd 100644 --- a/openscad.pro +++ b/openscad.pro @@ -127,6 +127,11 @@ netbsd* { QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare } +# force the use of outdated libraries +CONFIG(skip-version-check) { + DEFINES += OPENSCAD_SKIP_VERSION_CHECK +} + # Application configuration macx:CONFIG += mdi CONFIG += cgal @@ -150,12 +155,6 @@ 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 |