##// END OF EJS Templates
rmapplugin compatible with the last version of lppmon
rmapplugin compatible with the last version of lppmon

File last commit:

r62:8490a8b44e9a default
r64:9526cf200fb0 default
Show More
paulcommon.pro
47 lines | 823 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-09-20T14:01:20
#
#-------------------------------------------------
TARGET = paulcommon
TEMPLATE = lib
QT += core
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
INCLUDEPATH += \
$${PWD} \
../../DEV_PLE/header \
header \
src
DEFINES += PAULCOMMON_LIBRARY
SOURCES += systemtime.cpp \
arbitrarytime.cpp \
src/paulcommoncrc.cpp
HEADERS += systemtime.h\
arbitrarytime.h \
header/paulcommoncrc.h
header.path = $$[QT_INSTALL_HEADERS]/lppmon/paulcommon
header.files = \
systemtime.h\
arbitrarytime.h \
header/paulcommoncrc.h
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target