##// 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
ambaplugin.pro
68 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
CONFIG += dll
CONFIG -= static
#CONFIG(debug, debug|release) {
# DEBUG_EXT = _d
#} else {
# DEBUG_EXT =
#}
TARGET = ambaplugin #$${DEBUG_EXT}
DEFINES += PLUGIN=ambaplugin
DEFINES += PLUGINHEADER="\"\\\"ambaplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"AMBA_PLUGIN"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"This driver handles the Gaisler AMBA plugn' play system."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
HEADERS += \
ambaplugin.h \
AHB/ahbpluginui.h \
AHB/ahbdevicelist.h \
APB/apbpluginui.h \
APB/apbdevicelist.h \
ambapluginui.h
SOURCES += \
ambaplugin.cpp \
AHB/ahbpluginui.cpp \
AHB/ahbdevicelist.cpp \
APB/apbpluginui.cpp \
APB/apbdevicelist.cpp \
ambapluginui.cpp