##// END OF EJS Templates
A lot of cleaning,...
A lot of cleaning, -removed deadlock on spwplugin -ambaplugin used to read too much data -removed several build warnings

File last commit:

r44:0935da2bcc7f default
r50:9c702d65566a default
Show More
ahbuartplugin.pro
70 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG += dll
CONFIG -= static
#CONFIG(debug, debug|release) {
# DEBUG_EXT = _d
#} else {
# DEBUG_EXT =
#}
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_Version="\"\\\"1.3.2"\\\"\"
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 \
ahbuartpywrapper.h \
ahbuartpywrapper.h
SOURCES += \
ahbuartplugin.cpp \
ahbuartpluginui.cpp \
ahbuartpywrapper.cpp
FORMS += \
ahbuartpluginui.ui