##// END OF EJS Templates
Minor updates to the rmapplugin...
Minor updates to the rmapplugin ASM display abilities added to the lfrsgse

File last commit:

r45:bff3fdf42776 default
r45:bff3fdf42776 default
Show More
wfdisplay.pro
52 lines | 1019 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-31T12:59:38
#
#-------------------------------------------------
TARGET = wfdisplay
TEMPLATE = lib
INCLUDEPATH += \
$${PWD} \
./lppmonplot \
./QCustomPlot
# $$[QT_INSTALL_HEADERS]/lppmon/common
#LIBS += -llppmoncommon
DEFINES += WFDISPLAY_LIBRARY
SOURCES += wfdisplay.cpp \
wfplot.cpp \
wfpage.cpp \
lppmonplot/lppmonplot.cpp \
QCustomPlot/qcustomplot.cpp \
pagespectra.cpp
HEADERS += wfdisplay.h\
wfdisplay_global.h \
wfplot.h \
wfpage.h \
wfdisplay_params.h \
lppmonplot/lppmonplot.h \
QCustomPlot/qcustomplot.h \
pagespectra.h
header.path = $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
header.files = \
wfdisplay.h \
wfdisplay_global.h \
wfpage.h \
wfplot.h \
wfdisplay_params.h \
pagespectra.h
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target