forked from qt-creator/qt-creator
GenericPM: Add test dependency
Required for test_mixed1 Change-Id: I31f3df5997e12d1a4de422c55fb17aede7c3b80a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
45aea22583
commit
465ee1f716
@@ -13,6 +13,10 @@ QtcPlugin {
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QtSupport" }
|
||||
|
||||
pluginTestDepends: [
|
||||
"CppEditor",
|
||||
]
|
||||
|
||||
files: [
|
||||
"filesselectionwizardpage.cpp",
|
||||
"filesselectionwizardpage.h",
|
||||
|
||||
@@ -8,3 +8,5 @@ QTC_PLUGIN_DEPENDS += \
|
||||
cpptools \
|
||||
texteditor \
|
||||
qtsupport
|
||||
QTC_TEST_DEPENDS += \
|
||||
cppeditor
|
||||
|
||||
Reference in New Issue
Block a user