##// END OF EJS Templates
gselesia changed to process CWF_F3 light waveforms...
gselesia changed to process CWF_F3 light waveforms parameterdump reorganized

File last commit:

r50:47b677d190ee default
r52:061b27b067a0 default
Show More
parameterdump.pro
39 lines | 899 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-07-29T11:18:13
#
#-------------------------------------------------
TARGET = parameterdump
TEMPLATE = lib
INCLUDEPATH += \
../../DEV_PLE/header \
../rmapplugin \
$${PWD}
DEFINES += PARAMETERDUMP_LIBRARY
SOURCES += parameterdump.cpp \
tcpackettosend.cpp \
../rmapplugin/tmpackettoread.cpp
HEADERS += parameterdump.h \
parameterdump_global.h \
tcpackettosend.h \
../../DEV_PLE/header/ccsds_types.h \
../../DEV_PLE/header/TC_types.h \
../rmapplugin/tmpackettoread.h
header.path = $$[QT_INSTALL_HEADERS]/lppmon/parameterdump
header.files = \
parameterdump.h \
parameterdump_global.h \
tcpackettosend.h
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target