##// 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:

r64:c92c4a05386a default
r102:21039a925364 tip default
Show More
ambaplugin.pro
63 lines | 1009 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
CONFIG += dll
CONFIG -= static
VERSION=0.2.0
TARGET = ambaplugin
DEFINES += PLUGIN=ambaplugin
DEFINES += PLUGINHEADER="\"\\\"ambaplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"AMBA_PLUGIN"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Description="\"\\\"This driver handles the Gaisler AMBA plugn' play system."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
HEADERS += \
ambaplugin.h \
AHB/ahbpluginui.h \
AHB/ahbdevicelist.h \
APB/apbpluginui.h \
APB/apbdevicelist.h \
ambapluginui.h
SOURCES += \
ambaplugin.cpp \
AHB/ahbpluginui.cpp \
AHB/ahbdevicelist.cpp \
APB/apbpluginui.cpp \
APB/apbdevicelist.cpp \
ambapluginui.cpp