implement a color mapper class
[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/annotation_colors.hpp \
22            alg/color.hpp \
23            alg/conserved_path.hpp \
24            alg/flp.hpp \
25            alg/glsequence.hpp \
26            alg/mussa.hpp \
27            alg/nway_paths.hpp \
28            alg/parse_options.hpp \
29            alg/sequence.hpp
30 SOURCES += mussagl.cpp \
31            qui/PathWidget.cpp \
32            qui/PathWindow.cpp \
33            qui/PathScene.cpp \
34            qui/ThresholdWidget.cpp \
35            qui/ImageScaler.cpp \
36            qui/ImageSaveDialog.cpp \
37            alg/annotation_colors.cpp \
38            alg/color.cpp \
39            alg/conserved_path.cpp \
40            alg/flp.cpp \
41            alg/flp_seqcomp.cpp \
42            alg/glsequence.cpp \
43            alg/mussa.cpp \
44            alg/nway_entropy.cpp \
45            alg/nway_other.cpp \
46            alg/nway_paths.cpp \
47            alg/parse_options.cpp \
48 #           alg/nway_refine.cpp \
49            alg/sequence.cpp 
50 #           test/test_flp.cpp \
51 #           test/test_main.cpp \
52 #           test/test_mussa.cpp \
53 #           test/test_nway.cpp \
54 #           test/test_sequence.cpp 
55
56 LIBS += -lm 
57 QT += opengl
58
59 win32 {
60   BOOST_HOME = c:/Boost
61   INCLUDEPATH += $$BOOST_HOME/include/boost-1_33_1
62   LIBS += $$BOOST_HOME/lib/libboost_program_options-mgw-s.lib
63 } else {
64   LIBS += -lboost_program_options
65 }
66