##// END OF EJS Templates
Changes to lfrsge...
Changes to lfrsge Minor changes to the rmap plugin

File last commit:

r58:6bfd3f59df14 default
r58:6bfd3f59df14 default
Show More
gselesia.pro
65 lines | 1.5 KiB | text/idl | PrologLexer
First version of the gse-lesia module...
r23 #-------------------------------------------------
#
# Project created by QtCreator 2013-05-03T14:05:02
#
#-------------------------------------------------
Progress bar added to the plugin
r57 QT += core
First version of the gse-lesia module...
r23 QT += network
QT += xml
Progress bar added to the plugin
r57 contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
dashboard tab added to the rmapplugin...
r46 TARGET = lfrsgse
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 \
dashboard tab added to the rmapplugin...
r46 $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay \
$$[QT_INSTALL_HEADERS]/lppmon/parameterdump
First version of the gse-lesia module...
r23
gselesia changed to process CWF_F3 light waveforms...
r52 LIBS += -llppmoncommon -lwfdisplay -lparameterdump
First version of the gse-lesia module...
r23
SOURCES += main.cpp\
mainwindow.cpp \
mainwindowui.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 \
dashboard tab added to the rmapplugin...
r46 ../common_PLE/qipdialogbox.cpp \
First version of gse_lesia functional, includung waveform display...
r24 ../common_PLE/hkdisplay.cpp \
Changes to lfrsge...
r58 lfrxmlparser.cpp \
recordpage.cpp
First version of the gse-lesia module...
r23
HEADERS += mainwindow.h \
mainwindowui.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 \
dashboard tab added to the rmapplugin...
r46 ../common_PLE/qipdialogbox.h \
First version of gse_lesia functional, includung waveform display...
r24 ../common_PLE/hkdisplay.h \
../rmapplugin/params.h \
dashboard tab added to the rmapplugin...
r46 ../../DEV_PLE/header/TC_types.h \
First version of gse_lesia functional, includung waveform display...
r24 ../../DEV_PLE/header/ccsds_types.h \
Changes to lfrsge...
r58 ../../DEV_PLE/header/fsw_params.h \
lfrxmlparser.h \
recordpage.h
First version of the gse-lesia module...
r23