##// 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
genericrwplugin.pro
46 lines | 901 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
CONFIG += dll
CONFIG -= static
VERSION=1.2.0
TARGET = genericrwplugin
DEFINES += PLUGIN=genericrwplugin
DEFINES += PLUGINHEADER="\"\\\"genericrwplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"GenericRWplugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"Generic plugin, gives you R/W access to any memory area."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
#LIBS +=-llppmoncommon$${DEBUG_EXT}
HEADERS += \
genericrwplugin.h \
genericrwpluginui.h \
memeditor.h
SOURCES += \
genericrwplugin.cpp \
genericrwpluginui.cpp \
memeditor.cpp