There can be only one (filename convention)
[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.hpp \
15            qui/PathWidget.hpp \
16            qui/PathWindow.hpp \
17            qui/PathScene.hpp \
18            qui/ThresholdWidget.hpp \
19            qui/ImageScaler.hpp \
20            qui/ImageSaveDialog.hpp \
21            alg/color.hpp \
22            alg/conserved_path.hpp \
23            alg/flp.hpp \
24            alg/glsequence.hpp \
25            alg/mussa.hpp \
26            alg/nway_paths.hpp \
27            alg/parse_options.hpp \
28            alg/sequence.hpp
29 SOURCES += mussagl.cpp \
30            qui/PathWidget.cpp \
31            qui/PathWindow.cpp \
32            qui/PathScene.cpp \
33            qui/ThresholdWidget.cpp \
34            qui/ImageScaler.cpp \
35            qui/ImageSaveDialog.cpp \
36            alg/color.cpp \
37            alg/conserved_path.cpp \
38            alg/flp.cpp \
39            alg/flp_seqcomp.cpp \
40            alg/glsequence.cpp \
41            alg/mussa.cpp \
42            alg/nway_entropy.cpp \
43            alg/nway_other.cpp \
44            alg/nway_paths.cpp \
45            alg/parse_options.cpp \
46 #           alg/nway_refine.cpp \
47            alg/sequence.cpp 
48 #           test/test_flp.cpp \
49 #           test/test_main.cpp \
50 #           test/test_mussa.cpp \
51 #           test/test_nway.cpp \
52 #           test/test_sequence.cpp 
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