diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 00:31:26 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 00:31:26 (GMT) |
commit | ea77e90a5463428a54cff9ab25c84c9c8687882e (patch) | |
tree | a594f6937efb3f2306c6a2adc9838268618e8cec /opencsg.pri | |
parent | 8f759f3f843ee4977e20be6b6e30dcf4a5ea7673 (diff) |
Clifford Wolf:
Fixed EIGEN2_DIR and OPENCSG_DIR qmake handling
git-svn-id: http://svn.clifford.at/openscad/trunk@383 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'opencsg.pri')
-rw-r--r-- | opencsg.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opencsg.pri b/opencsg.pri index 3b54f0f..0ae05d2 100644 --- a/opencsg.pri +++ b/opencsg.pri @@ -6,7 +6,7 @@ opencsg { # Optionally specify location of OpenCSG using the # OPENCSGDIR env. variable - OPENCSG_DIR = $(OPENCSGDIR) + OPENCSG_DIR = $$(OPENCSGDIR) !isEmpty(OPENCSG_DIR) { INCLUDEPATH += $$OPENCSG_DIR/include LIBS += -L$$OPENCSG_DIR/lib |