diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-15 03:59:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-15 03:59:15 (GMT) |
commit | b74bb392afbeee062b9654dac78950fc85c4c884 (patch) | |
tree | fa24632088f8dee0f91d8500619a820d61d4b030 /boost.pri | |
parent | 6d3304a30669b24bec9d70c4086ee109e47aefb0 (diff) |
generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIES
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ boost { - isEmpty(DEPLOYDIR) { + isEmpty(OPENSCAD_LIBDIR) { # Optionally specify location of boost using the # BOOSTDIR env. variable BOOST_DIR = $$(BOOSTDIR) !isEmpty(BOOST_DIR) { - INCLUDEPATH += $$BOOST_DIR + QMAKE_INCDIR += $$BOOST_DIR message("boost location: $$BOOST_DIR") - win32:LIBS += -L$$BOOST_DIR/lib + win32:QMAKE_LIBDIR += -L$$BOOST_DIR/lib } } |