##// 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
dsu3plugin.pro
68 lines | 977 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
VERSION=0.2.0
TARGET = dsu3plugin #$${DEBUG_EXT}
DEFINES += PLUGIN=dsu3plugin
DEFINES += PLUGINHEADER="\"\\\"dsu3plugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"dsu3plugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"DSU driver, works with GAISLER's DSU3 unit."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0x00
DEFINES += driver_PID=0x00
INCLUDEPATH += \
$${PWD}
HEADERS += \
dsu3plugin.h \
dsu3pluginui.h \
dsu3pluginpywrapper.h
SOURCES += \
dsu3plugin.cpp \
dsu3pluginui.cpp \
dsu3pluginpywrapper.cpp