PluginManager test: Fix linkage for Qbs build system

Dependency on Utils is not exported by ExtensionSystem, therefore not
transitive.

Amends 41b73594ad

Change-Id: Iaa95ae16854cf760fdd32bc542297746b6351527
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2020-12-04 21:18:38 +01:00
parent 40d83926a2
commit 996ad4c8cb

View File

@@ -4,6 +4,7 @@ QtcAutotest {
name: "PluginManager autotest" name: "PluginManager autotest"
Depends { name: "Aggregation" } Depends { name: "Aggregation" }
Depends { name: "ExtensionSystem" } Depends { name: "ExtensionSystem" }
Depends { name: "Utils" }
files: "tst_pluginmanager.cpp" files: "tst_pluginmanager.cpp"
cpp.defines: base.concat(['PLUGINMANAGER_TESTS_DIR="' + destinationDirectory + '"']) cpp.defines: base.concat(['PLUGINMANAGER_TESTS_DIR="' + destinationDirectory + '"'])