Evaluate env.var at make-time, not qmake-time

git-svn-id: http://svn.clifford.at/openscad/trunk@342 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-01-22 17:00:01 +00:00
parent 0ea4004581
commit 63948eeb15
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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