aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/helloworld/helloworld_dependencies.pri
blob: 3265c8d762d1a017aa301dd34b647bd1d0ed4ffb (plain)
1
2
3
4
5
6
7
8
9
QTC_PLUGIN_NAME = HelloWorld
QTC_LIB_DEPENDS += \
    extensionsystem

QTC_PLUGIN_DEPENDS += \
    coreplugin

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