make it easier to build on win32
authorDiane Trout <diane@caltech.edu>
Sat, 11 Mar 2006 08:04:50 +0000 (08:04 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 11 Mar 2006 08:04:50 +0000 (08:04 +0000)
mussagl.pro

index c6bbfedde3d9c12633d0e8f82dd2242218068104..7ec4364d73f7c9b9ef2610dadedef8d22b658faa 100644 (file)
@@ -51,5 +51,14 @@ SOURCES += mussagl.cxx \
 #           test/test_nway.cxx \
 #           test/test_sequence.cxx 
 
-LIBS += -lm -lboost_program_options 
+LIBS += -lm 
 QT += opengl
+
+win32 {
+  BOOST_HOME = c:/Boost
+  INCLUDEPATH += $$BOOST_HOME/include/boost-1_33_1
+  LIBS += $$BOOST_HOME/lib/libboost_program_options-mgw-s.lib
+} else {
+  LIBS += -lboost_program_options
+}
+