7ec4364d73f7c9b9ef2610dadedef8d22b658faa
[mussa.git] / mussagl.pro
1 ######################################################################
2 # Automatically generated by qmake (2.00a) Fri Feb 24 12:04:00 2006
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET += 
7 DEPENDPATH += . \
8               alg \
9               qui 
10 #              test 
11 INCLUDEPATH += . alg qui 
12
13 # Input
14 HEADERS += mussa_exceptions.hh \
15            qui/PathWidget.h \
16            qui/PathWindow.h \
17            qui/PathScene.h \
18            qui/ThresholdWidget.h \
19            qui/ImageScaler.h \
20            qui/ImageSaveDialog.h \
21            alg/color.h \
22            alg/conserved_path.h \
23            alg/flp.hh \
24            alg/glsequence.h \
25            alg/mussa_class.hh \
26            alg/nway_paths.hh \
27            alg/parse_options.h \
28            alg/sequence.hh
29 SOURCES += mussagl.cxx \
30            qui/PathWidget.cxx \
31            qui/PathWindow.cxx \
32            qui/PathScene.cxx \
33            qui/ThresholdWidget.cxx \
34            qui/ImageScaler.cxx \
35            qui/ImageSaveDialog.cxx \
36            alg/color.cxx \
37            alg/conserved_path.cxx \
38            alg/flp.cxx \
39            alg/flp_seqcomp.cxx \
40            alg/glsequence.cxx \
41            alg/mussa_class.cxx \
42            alg/nway_entropy.cxx \
43            alg/nway_other.cxx \
44            alg/nway_paths.cxx \
45            alg/parse_options.cxx \
46 #           alg/nway_refine.cxx \
47            alg/sequence.cxx 
48 #           test/test_flp.cxx \
49 #           test/test_main.cxx \
50 #           test/test_mussa.cxx \
51 #           test/test_nway.cxx \
52 #           test/test_sequence.cxx 
53
54 LIBS += -lm 
55 QT += opengl
56
57 win32 {
58   BOOST_HOME = c:/Boost
59   INCLUDEPATH += $$BOOST_HOME/include/boost-1_33_1
60   LIBS += $$BOOST_HOME/lib/libboost_program_options-mgw-s.lib
61 } else {
62   LIBS += -lboost_program_options
63 }
64