##// END OF EJS Templates
QSettings used in the lfrsgse to store the IP address of the echo bridge
QSettings used in the lfrsgse to store the IP address of the echo bridge

File last commit:

r28:66e3fbb189eb default
r28:66e3fbb189eb default
Show More
gselesia.pro
52 lines | 1.2 KiB | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-03T14:05:02
#
#-------------------------------------------------
QT += core gui
QT += network
QT += xml
TARGET = lfrsgse
TEMPLATE = app
INCLUDEPATH += \
$${PWD} \
../common_PLE \
../rmapplugin \
../../DEV_PLE/header \
$$[QT_INSTALL_HEADERS]/lppmon/common \
$$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
LIBS += -llppmoncommon -lwfdisplay -lqwt5-qt4
SOURCES += main.cpp\
mainwindow.cpp \
mainwindowui.cpp \
../common_PLE/qipdialogbox.cpp \
lfrxmlhandler.cpp \
lfrxmlwriter.cpp \
../rmapplugin/tmstatistics.cpp \
../rmapplugin/tmpackettoread.cpp \
../rmapplugin/wfpacket.cpp \
../common_PLE/hkdisplay.cpp \
lfrxmlparser.cpp \
lfrspectrogram.cpp
HEADERS += mainwindow.h \
mainwindowui.h \
../common_PLE/qipdialogbox.h \
lfrxmlhandler.h \
lfrxmlwriter.h \
../rmapplugin/tmstatistics.h \
../rmapplugin/tmpackettoread.h \
../rmapplugin/wfpacket.h \
../common_PLE/hkdisplay.h \
../rmapplugin/params.h \
../../DEV_PLE/header/ccsds_types.h \
lfrxmlparser.h \
lfrspectrogram.h