##// END OF EJS Templates
Minor updates for qt5 compatibility
Minor updates for qt5 compatibility

File last commit:

r62:8490a8b44e9a default
r66:17db61d84eef default
Show More
paulcommon.pro
47 lines | 823 B | text/idl | PrologLexer
Last comit before installation on pc-coillot
r50 #-------------------------------------------------
#
# Project created by QtCreator 2013-09-20T14:01:20
#
#-------------------------------------------------
TARGET = paulcommon
TEMPLATE = lib
Progress bar added to the plugin
r57 QT += core
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
Last comit before installation on pc-coillot
r50 INCLUDEPATH += \
$${PWD} \
timecode generation added to the rmapplugin:...
r62 ../../DEV_PLE/header \
header \
src
Last comit before installation on pc-coillot
r50
DEFINES += PAULCOMMON_LIBRARY
SOURCES += systemtime.cpp \
timecode generation added to the rmapplugin:...
r62 arbitrarytime.cpp \
src/paulcommoncrc.cpp
Last comit before installation on pc-coillot
r50
HEADERS += systemtime.h\
arbitrarytime.h \
timecode generation added to the rmapplugin:...
r62 header/paulcommoncrc.h
Last comit before installation on pc-coillot
r50
header.path = $$[QT_INSTALL_HEADERS]/lppmon/paulcommon
header.files = \
systemtime.h\
timecode generation added to the rmapplugin:...
r62 arbitrarytime.h \
header/paulcommoncrc.h
Last comit before installation on pc-coillot
r50
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target