##// END OF EJS Templates
SpwPlugin:...
SpwPlugin: -Fixed bug, when switching from one bridge to an other, the previous gui didn't disapear. -Some work on stardundee runtime driver loading, added some GUI helpers.

File last commit:

r53:dd405168d9ae default
r65:67168ff4b6e7 default
Show More
ahbuartplugin.pro
62 lines | 892 B | text/idl | PrologLexer
Removed deprecated genericPySysdriver interface.
r52 #
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG += dll
CONFIG -= static
Cleaniing complete, ready for testing.
r53 VERSION=1.5.0
Removed deprecated genericPySysdriver interface.
r52 TARGET = ahbuartplugin #$${DEBUG_EXT}
DEFINES += PLUGIN=ahbuartplugin
DEFINES += PLUGINHEADER="\"\\\"ahbuartplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"AHBUARTplugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"Gaisler's AHBUART driver, gives master access to AHB bus."\\\"\"
DEFINES += driver_can_be_root=1
DEFINES += driver_can_be_child=0
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
HEADERS += \
ahbuartplugin.h \
ahbuartpluginui.h
SOURCES += \
ahbuartplugin.cpp \
ahbuartpluginui.cpp
FORMS += \
ahbuartpluginui.ui