summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/baremetal.pro
blob: 76cd5ac3082e33e995c997dd70f0f630ff2dee53 (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
52
53
54
QT += network
include(../../qtcreatorplugin.pri)

# BareMetal files

SOURCES += baremetalplugin.cpp \
    baremetalcustomrunconfiguration.cpp\
    baremetaldevice.cpp \
    baremetalrunconfiguration.cpp \
    baremetaldeviceconfigurationwizardpages.cpp \
    baremetaldeviceconfigurationwizard.cpp \
    baremetaldeviceconfigurationwidget.cpp \
    baremetaldebugsupport.cpp \
    gdbserverproviderprocess.cpp \
    gdbserverproviderssettingspage.cpp \
    gdbserverprovider.cpp \
    gdbserverproviderchooser.cpp \
    gdbserverprovidermanager.cpp \
    openocdgdbserverprovider.cpp \
    defaultgdbserverprovider.cpp \
    stlinkutilgdbserverprovider.cpp \
    iarewtoolchain.cpp \
    keiltoolchain.cpp \
    sdcctoolchain.cpp \
    iarewparser.cpp \
    keilparser.cpp \
    sdccparser.cpp \

HEADERS += baremetalplugin.h \
    baremetalconstants.h \
    baremetalcustomrunconfiguration.h \
    baremetaldevice.h \
    baremetalrunconfiguration.h \
    baremetaldeviceconfigurationwidget.h \
    baremetaldeviceconfigurationwizard.h \
    baremetaldeviceconfigurationwizardpages.h \
    baremetaldebugsupport.h \
    gdbserverproviderprocess.h \
    gdbserverproviderssettingspage.h \
    gdbserverprovider.h \
    gdbserverproviderchooser.h \
    gdbserverprovidermanager.h \
    openocdgdbserverprovider.h \
    defaultgdbserverprovider.h \
    stlinkutilgdbserverprovider.h \
    iarewtoolchain.h \
    keiltoolchain.h \
    sdcctoolchain.h \
    iarewparser.h \
    keilparser.h \
    sdccparser.h \

RESOURCES += \
    baremetal.qrc