diff options
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 96250fd..b11f45b 100644 --- a/openscad.pro +++ b/openscad.pro @@ -127,8 +127,8 @@ netbsd* { QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare } -# force the use of outdated libraries CONFIG(skip-version-check) { + # force the use of outdated libraries DEFINES += OPENSCAD_SKIP_VERSION_CHECK } |