GenericPM: Add test dependency

Required for test_mixed1

Change-Id: I31f3df5997e12d1a4de422c55fb17aede7c3b80a
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-03-25 00:05:24 +02:00
committed by Orgad Shaneh
parent 45aea22583
commit 465ee1f716
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ QtcPlugin {
Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" }
pluginTestDepends: [
"CppEditor",
]
files: [
"filesselectionwizardpage.cpp",
"filesselectionwizardpage.h",

View File

@@ -8,3 +8,5 @@ QTC_PLUGIN_DEPENDS += \
cpptools \
texteditor \
qtsupport
QTC_TEST_DEPENDS += \
cppeditor