##// END OF EJS Templates
Removed crash on spwplugin while closing the manager thread didn't quit correctly.
Removed crash on spwplugin while closing the manager thread didn't quit correctly.

File last commit:

r53:dd405168d9ae default
r82:f085b545eb20 socexplorer-plugins-0.7-2 default
Show More
memcheckplugin.pro
65 lines | 950 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
CONFIG += dll
CONFIG -= static
VERSION=0.2.0
TARGET = memcheckplugin
DEFINES += PLUGIN=memcheckplugin
DEFINES += PLUGINHEADER="\"\\\"memcheckplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"MemChecker"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"Memory controler driver, works with ESA's LEON2 memory controler."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0x04
DEFINES += driver_PID=0x0f
#LIBS +=-llppmoncommon
INCLUDEPATH += \
$${PWD}
HEADERS += \
memcheckplugin.h \
memcheckplugin_ui.h \
memchecker.h
SOURCES += \
memcheckplugin.cpp \
memcheckplugin_ui.cpp \
memchecker.cpp
FORMS += \
memcheckplugin_ui.ui