ambaplugin.pro
68 lines
| 1.1 KiB
| text/idl
|
PrologLexer
/ ambaplugin / ambaplugin.pro
r0 | # | |||
# Project created by QtCreator 2011-09-20T08:15:30 | ||||
# | ||||
#------------------------------------------------- | ||||
CONFIG += socexplorerplugin | ||||
CONFIG += dll | ||||
CONFIG -= static | ||||
CONFIG(debug, debug|release) { | ||||
DEBUG_EXT = _d | ||||
} else { | ||||
DEBUG_EXT = | ||||
} | ||||
TARGET = ambaplugin$${DEBUG_EXT} | ||||
DEFINES += PLUGIN=ambaplugin | ||||
DEFINES += PLUGINHEADER="\"\\\"ambaplugin.h"\\\"\" | ||||
DEFINES += driver_Name="\"\\\"AMBA_PLUGIN"\\\"\" | ||||
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\" | ||||
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\" | ||||
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 | ||||