diff options
| author | Marius Kintel <marius@kintel.net> | 2011-09-03 04:00:35 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-09-03 04:00:35 (GMT) | 
| commit | abb78e223a97bcdf8d2605be5e61d57ad72a1436 (patch) | |
| tree | 51180b02a6d2854ee4dee93260c5d4981b98192f | |
| parent | aeceee220844c5d6bd9a414604195f0c3f86169d (diff) | |
line ending fix
| -rw-r--r-- | boost.pri | 36 | 
1 files changed, 18 insertions, 18 deletions
| @@ -1,18 +1,18 @@ -boost {
 -  isEmpty(DEPLOYDIR) {
 -    # Optionally specify location of boost using the
 -    # BOOSTDIR env. variable
 -    BOOST_DIR = $$(BOOSTDIR)
 -    !isEmpty(BOOST_DIR) {
 -      INCLUDEPATH += $$BOOST_DIR
 -      message("boost location: $$BOOST_DIR")
 -      win32:LIBS += -L$$BOOST_DIR/lib
 -    }
 -  }
 -
 -  win32 {
 -     LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1
 -  } else {
 -     LIBS += -lboost_thread -lboost_program_options
 -  }
 -}
 +boost { +  isEmpty(DEPLOYDIR) { +    # Optionally specify location of boost using the +    # BOOSTDIR env. variable +    BOOST_DIR = $$(BOOSTDIR) +    !isEmpty(BOOST_DIR) { +      INCLUDEPATH += $$BOOST_DIR +      message("boost location: $$BOOST_DIR") +      win32:LIBS += -L$$BOOST_DIR/lib +    } +  } + +  win32 { +     LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1 +  } else { +     LIBS += -lboost_thread -lboost_program_options +  } +} | 
