##// END OF EJS Templates
Étiquette socexplorer-plugins-0.7-7 ajoutée à la révision b7137547140e
Étiquette socexplorer-plugins-0.7-7 ajoutée à la révision b7137547140e

File last commit:

r53:dd405168d9ae default
r102:21039a925364 tip default
Show More
APBUARTPLUGIN.pro
66 lines | 1.0 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
win32:CONFIG += dll
win32:CONFIG -= static
VERSION=1.1.0
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_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 \
apbuartterminal.h \
apbuart_plugin_ui.h \
uartpollingthread.h
SOURCES += \
APBUARTPLUGIN.cpp \
apbuartterminal.cpp \
apbuart_plugin_ui.cpp \
uartpollingthread.cpp
FORMS += \
apbuart_plugin_ui.ui