Add missing test dependencies

Adapting to

    commit 044eeacde5
    Load only tested plugins when invoked with -test

in the qtcreator repository.

Change-Id: If28c6c79fe412e35726567505080e3723092968d
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-04-13 16:22:18 +02:00
parent f8dc9c4418
commit 6cdf38077e
2 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ QtcPlugin {
Depends { name: "Qt.widgets" }
Depends { name: "Qt.network" } // TODO: See above
pluginTestDepends: [
"QbsProjectManager",
"QmakeProjectManager",
]
files: [
"clangstaticanalyzerconfigwidget.cpp",
"clangstaticanalyzerconfigwidget.h",

View File

@@ -6,3 +6,6 @@ QTC_PLUGIN_DEPENDS += \
analyzerbase \
cpptools \
licensechecker
QTC_TEST_DEPENDS += \
qbsprojectmanager \
qmakeprojectmanager