diff options
-rw-r--r-- | openscad.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 80dd7d9..5487fc9 100644 --- a/openscad.pro +++ b/openscad.pro @@ -1,3 +1,13 @@ +# Environment variables which can be set to specify library locations: +# MPIRDIR +# MPFRDIR +# BOOSTDIR +# CGALDIR +# EIGEN2DIR +# GLEWDIR +# OPENCSGDIR +# MACOSX_DEPLOY_DIR +# isEmpty(QT_VERSION) { error("Please use qmake for Qt 4 (probably qmake-qt4)") |