diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-13 00:22:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-13 00:22:33 (GMT) |
commit | d61b274dad6928c4b8ea1e449594453e46d0452d (patch) | |
tree | 329ca71f3d235c74f52a35d675c2a63629ec6913 | |
parent | 05e2e6ba2db49f5e3a7bd1355880c295c0f4daef (diff) |
Started documenting env. variables
-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)") |