##// END OF EJS Templates
Progress bar added to the plugin
Progress bar added to the plugin

File last commit:

r57:71cb087f0080 default
r57:71cb087f0080 default
Show More
gselesia.pro
62 lines | 1.4 KiB | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-03T14:05:02
#
#-------------------------------------------------
QT += core
QT += network
QT += xml
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
TARGET = lfrsgse
TEMPLATE = app
INCLUDEPATH += \
$${PWD} \
../common_PLE \
../rmapplugin \
../../DEV_PLE/header \
$$[QT_INSTALL_HEADERS]/lppmon/common \
$$[QT_INSTALL_HEADERS]/lppmon/wfdisplay \
$$[QT_INSTALL_HEADERS]/lppmon/parameterdump
LIBS += -llppmoncommon -lwfdisplay -lparameterdump
SOURCES += main.cpp\
mainwindow.cpp \
mainwindowui.cpp \
lfrxmlhandler.cpp \
lfrxmlwriter.cpp \
../rmapplugin/tmstatistics.cpp \
../rmapplugin/tmpackettoread.cpp \
../rmapplugin/wfpacket.cpp \
../rmapplugin/spectrapacket.cpp \
../common_PLE/qipdialogbox.cpp \
../common_PLE/hkdisplay.cpp \
lfrxmlparser.cpp
HEADERS += mainwindow.h \
mainwindowui.h \
lfrxmlhandler.h \
lfrxmlwriter.h \
../rmapplugin/tmstatistics.h \
../rmapplugin/tmpackettoread.h \
../rmapplugin/wfpacket.h \
../rmapplugin/spectrapacket.h \
../common_PLE/qipdialogbox.h \
../common_PLE/hkdisplay.h \
../rmapplugin/params.h \
../../DEV_PLE/header/TC_types.h \
../../DEV_PLE/header/ccsds_types.h \
lfrxmlparser.h