summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest_dependencies.pri
blob: a21b5fce963e7d72e4fb295e4ba001561144e9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QTC_PLUGIN_NAME = AutoTest

QTC_PLUGIN_DEPENDS += \
    coreplugin \
    projectexplorer \
    cpptools \
    qmljstools \
    qmakeprojectmanager \
    licensechecker

QTC_LIB_DEPENDS += \
    cplusplus \
    qmljs \
    utils

#QTC_PLUGIN_RECOMMENDS += \