aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/baremetal.pro
blob: 8a97feaffd6dcadbb3c28c58fb0ee1cc64dff679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
QT += network
include(../../qtcreatorplugin.pri)

# GDB debug servers
include(debugservers/gdb/gdbservers.pri)
# UVSC debug servers
include(debugservers/uvsc/uvscservers.pri)

# BareMetal files

SOURCES += \
    baremetaldebugsupport.cpp \
    baremetaldevice.cpp \
    baremetaldeviceconfigurationwidget.cpp \
    baremetaldeviceconfigurationwizard.cpp \
    baremetaldeviceconfigurationwizardpages.cpp \
    baremetalplugin.cpp \
    baremetalrunconfiguration.cpp \
    debugserverproviderchooser.cpp \
    debugserverprovidermanager.cpp \
    debugserverproviderssettingspage.cpp \
    iarewparser.cpp \
    iarewtoolchain.cpp \
    idebugserverprovider.cpp \
    keilparser.cpp \
    keiltoolchain.cpp \
    sdccparser.cpp \
    sdcctoolchain.cpp

HEADERS += \
    baremetalconstants.h \
    baremetaldebugsupport.h \
    baremetaldevice.h \
    baremetaldeviceconfigurationwidget.h \
    baremetaldeviceconfigurationwizard.h \
    baremetaldeviceconfigurationwizardpages.h \
    baremetalplugin.h \
    baremetalrunconfiguration.h \
    debugserverproviderchooser.h \
    debugserverprovidermanager.h \
    debugserverproviderssettingspage.h \
    iarewparser.h \
    iarewtoolchain.h \
    idebugserverprovider.h \
    keilparser.h \
    keiltoolchain.h \
    sdccparser.h \
    sdcctoolchain.h

RESOURCES += \
    baremetal.qrc