##// END OF EJS Templates
Étiquette STAR-Dundee USB brick ready for testing ajoutée à la révision 2be2e1f2c5d6
Étiquette STAR-Dundee USB brick ready for testing ajoutée à la révision 2be2e1f2c5d6

File last commit:

r0:2d12462f4460 default
r13:c8a3067321d8 default
Show More
APBUARTPLUGIN.pro
69 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
win32:CONFIG += dll
win32:CONFIG -= static
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
TARGET = ApbUartPlugin$${DEBUG_EXT}
DEFINES += PLUGIN=ApbUartPlugin
DEFINES += PLUGINHEADER="\"\\\"APBUARTPLUGIN.h"\\\"\"
DEFINES += driver_Name="\"\\\"APB UART PLUGIN"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@member.fsf.org"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"This plugin provides a terminal widget connected to Gaisler\'s APBUART with or without loop-back mode."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=1
DEFINES += driver_PID=0x0c
INCLUDEPATH += \
$${PWD}
HEADERS += \
APBUARTPLUGIN.h \
apbuartpluginui.h \
apbuartcfg.h \
apbuartterminal.h
SOURCES += \
APBUARTPLUGIN.cpp \
apbuartpluginui.cpp \
apbuartcfg.cpp \
apbuartterminal.cpp