diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-15 04:17:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-15 04:17:04 (GMT) |
commit | 6aa1a6d4c8fab520d2951ccfddb141ea5825acc1 (patch) | |
tree | 516b7e1b0236f6b6914f32b75fade5e920f6df4e /boost.pri | |
parent | b74bb392afbeee062b9654dac78950fc85c4c884 (diff) |
Some more build system cleaning
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,14 +1,12 @@ boost { - isEmpty(OPENSCAD_LIBDIR) { - # Optionally specify location of boost using the - # BOOSTDIR env. variable - BOOST_DIR = $$(BOOSTDIR) - !isEmpty(BOOST_DIR) { - QMAKE_INCDIR += $$BOOST_DIR - message("boost location: $$BOOST_DIR") - win32:QMAKE_LIBDIR += -L$$BOOST_DIR/lib - } + # Optionally specify location of boost using the + # BOOSTDIR env. variable + BOOST_DIR = $$(BOOSTDIR) + !isEmpty(BOOST_DIR) { + QMAKE_INCDIR += $$BOOST_DIR + message("boost location: $$BOOST_DIR") + win32:QMAKE_LIBDIR += -L$$BOOST_DIR/lib } CONFIG(mingw-cross-env) { |