##// END OF EJS Templates
Added disconnection auto-detection to the spacewire plugin.
Added disconnection auto-detection to the spacewire plugin.

File last commit:

r10:c68f11fff944 default
r11:27ed47eb6044 default
Show More
spwplugin.pro
74 lines | 1.2 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
win32:CONFIG += dll
win32:CONFIG -= static
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
TARGET = spwplugin$${DEBUG_EXT}
DEFINES += PLUGIN=spwplugin
DEFINES += PLUGINHEADER="\"\\\"spwplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"SpwPlugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@member.fsf.org"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"Driver description"\\\"\"
DEFINES += driver_can_be_root=1
DEFINES += driver_can_be_child=0
DEFINES += driver_VID=0
DEFINES += driver_PID=0
STARTDUNDEEPATH=/home/spacewire/usb/spw_usb_driver_v2.68/
LIBS += $$STARTDUNDEEPATH/lib/x86_64/libSpaceWireUSBAPI.so \
$$STARTDUNDEEPATH/lib/x86_64/libConfigLibraryUSB.so
INCLUDEPATH += \
$${PWD} \
$$STARTDUNDEEPATH/inc \
HEADERS += \
spwplugin.h \
stardundeespw_usb.h \
abstractspwbridge.h \
spw.h \
stardundeegui.h
SOURCES += \
spwplugin.cpp \
stardundeespw_usb.cpp \
abstractspwbridge.cpp \
stardundeegui.cpp
FORMS += \
stardundeeGUI.ui