some minor tweaks to some mpl files and color filter updates
[quplot.git] / QuPlot.pro
bloba503cd425d62ad8ecdc85d1b2ad5c0f7857c49b9
1 # -------------------------------------------------
2 # Project created by QtCreator 2009-05-16T01:52:03
3 # -------------------------------------------------
4 QT += opengl
5 LIBS += -lm
6 TARGET = QuPlot
7 TEMPLATE = app
8 SOURCES += main.cpp \
9 quplot.cpp \
10 dimdialog.cpp \
11 calculator.cpp
12 HEADERS += quplot.h \
13 dimdialog.h \
14 calculator.h \
15 qp3.h \
16 ran.h \
17 deviates.h
18 FORMS += quplot.ui \
19 dimdialog.ui
20 OTHER_FILES += README.txt