##// END OF EJS Templates
Étiquette socexplorer-plugins-0.7-7 enlevée
Étiquette socexplorer-plugins-0.7-7 enlevée

File last commit:

r95:24cce5555942 socexplorer-plugins-0.7-6 default
r101:10745beb94ab default
Show More
dsu3plugin.pro
66 lines | 919 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.4.2
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
SOURCES += \
dsu3plugin.cpp \
dsu3pluginui.cpp