##// 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:

r61:888c83cb1957 socexplorer-plugins-0.6-2 default
r82:f085b545eb20 socexplorer-plugins-0.7-2 default
Show More
dsu3plugin.pro
66 lines | 919 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
VERSION=0.4.0
TARGET = dsu3plugin #$${DEBUG_EXT}
DEFINES += PLUGIN=dsu3plugin
DEFINES += PLUGINHEADER="\"\\\"dsu3plugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"dsu3plugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"DSU driver, works with GAISLER's DSU3 unit."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0x00
DEFINES += driver_PID=0x00
INCLUDEPATH += \
$${PWD}
HEADERS += \
dsu3plugin.h \
dsu3pluginui.h
SOURCES += \
dsu3plugin.cpp \
dsu3pluginui.cpp