##// END OF EJS Templates
Updated plugin version management....
Updated plugin version management. Some cleaning on spwplugin.

File last commit:

r51:87980339c225 default
r51:87980339c225 default
Show More
ahbuartplugin.pro
65 lines | 1.0 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG += dll
CONFIG -= static
VERSION=1.4.0
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 \
ahbuartpywrapper.h \
ahbuartpywrapper.h
SOURCES += \
ahbuartplugin.cpp \
ahbuartpluginui.cpp \
ahbuartpywrapper.cpp
FORMS += \
ahbuartpluginui.ui