##// 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
gselesia.pro
56 lines | 1.3 KiB | text/idl | PrologLexer
First version of the gse-lesia module...
r23 #-------------------------------------------------
#
# Project created by QtCreator 2013-05-03T14:05:02
#
#-------------------------------------------------
QT += core gui
QT += network
QT += xml
Minor updates to the rmapplugin...
r45 TARGET = lfrsgse-dev
First version of the gse-lesia module...
r23 TEMPLATE = app
INCLUDEPATH += \
$${PWD} \
../common_PLE \
../rmapplugin \
First version of gse_lesia functional, includung waveform display...
r24 ../../DEV_PLE/header \
First version of the gse-lesia module...
r23 $$[QT_INSTALL_HEADERS]/lppmon/common \
$$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
rmapplugin updated, waveform plots removed (exported in gse_lesia)...
r25 LIBS += -llppmoncommon -lwfdisplay -lqwt5-qt4
First version of the gse-lesia module...
r23
SOURCES += main.cpp\
mainwindow.cpp \
mainwindowui.cpp \
../common_PLE/qipdialogbox.cpp \
lfrxmlhandler.cpp \
lfrxmlwriter.cpp \
../rmapplugin/tmstatistics.cpp \
../rmapplugin/tmpackettoread.cpp \
First version of gse_lesia functional, includung waveform display...
r24 ../rmapplugin/wfpacket.cpp \
Minor updates to the rmapplugin...
r45 ../rmapplugin/spectrapacket.cpp \
First version of gse_lesia functional, includung waveform display...
r24 ../common_PLE/hkdisplay.cpp \
rmapplugin updated, waveform plots removed (exported in gse_lesia)...
r25 lfrxmlparser.cpp \
Minor updates to the rmapplugin...
r45 lfrspectrogram.cpp \
parameterdump.cpp
First version of the gse-lesia module...
r23
HEADERS += mainwindow.h \
mainwindowui.h \
../common_PLE/qipdialogbox.h \
lfrxmlhandler.h \
lfrxmlwriter.h \
../rmapplugin/tmstatistics.h \
../rmapplugin/tmpackettoread.h \
First version of gse_lesia functional, includung waveform display...
r24 ../rmapplugin/wfpacket.h \
Minor updates to the rmapplugin...
r45 ../rmapplugin/spectrapacket.h \
First version of gse_lesia functional, includung waveform display...
r24 ../common_PLE/hkdisplay.h \
../rmapplugin/params.h \
../../DEV_PLE/header/ccsds_types.h \
rmapplugin updated, waveform plots removed (exported in gse_lesia)...
r25 lfrxmlparser.h \
Minor updates to the rmapplugin...
r45 lfrspectrogram.h \
parameterdump.h
First version of the gse-lesia module...
r23