diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-10 17:43:42 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-10 17:43:42 (GMT) |
commit | d9b08b16595c9cb325874f0271e567e8a310eaf7 (patch) | |
tree | c97301686f31446ce0527fa4c2b116252ca3428c /opencsg.pri | |
parent | 069dff81401ea8d549e576d18996a0571f5c669c (diff) |
Use DEPLOYDIR independant of deploy config
git-svn-id: http://svn.clifford.at/openscad/trunk@542 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 a3b70f7..8538f99 100644 --- a/opencsg.pri +++ b/opencsg.pri @@ -6,7 +6,7 @@ opencsg { HEADERS += src/render-opencsg.h SOURCES += src/render-opencsg.cc - !deploy { + isEmpty(DEPLOYDIR) { # Optionally specify location of OpenCSG using the # OPENCSGDIR env. variable OPENCSG_DIR = $$(OPENCSGDIR) |