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

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