summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/baremetal_dependencies.pri
blob: 04df9720a4d9829f7d7d5a0eadb8fb45f43980a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QTC_PLUGIN_NAME = BareMetal
QTC_LIB_DEPENDS += \
    extensionsystem \
    ssh \
    utils
QTC_PLUGIN_DEPENDS += \
    coreplugin \
    debugger \
    projectexplorer

QTC_PLUGIN_RECOMMENDS += \
    # optional plugin dependencies. nothing here at this time