aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/pythonextensions_dependencies.pri
blob: 4a0b56e80a9e90a52ce0bc31d73f84deb5e052ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Declare dependencies

QTC_PLUGIN_NAME = PythonExtensions
QTC_LIB_DEPENDS += \
    extensionsystem \
    utils

QTC_PLUGIN_DEPENDS += \
    coreplugin

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