diff options
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 |