##// END OF EJS Templates
First version of the gse-lesia module...
First version of the gse-lesia module Slight changes on the rmapplugin

File last commit:

r23:23c09fe5a8b6 default
r23:23c09fe5a8b6 default
Show More
wfdisplay.pro
41 lines | 732 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-31T12:59:38
#
#-------------------------------------------------
TARGET = wfdisplay
TEMPLATE = lib
INCLUDEPATH += \
$${PWD} \
$$[QT_INSTALL_HEADERS]/lppmon/common
LIBS += -llppmoncommon
DEFINES += WFDISPLAY_LIBRARY
SOURCES += wfdisplay.cpp \
wfplot.cpp \
wfpage.cpp
HEADERS += wfdisplay.h\
wfdisplay_global.h \
wfplot.h \
wfpage.h \
params.h
header.path = $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
header.files = \
wfdisplay.h \
wfdisplay_global.h \
wfpage.h
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target