forked from qt-creator/qt-creator
Dependency on Utils is not exported by ExtensionSystem, therefore not
transitive.
Amends 41b73594ad
Change-Id: Iaa95ae16854cf760fdd32bc542297746b6351527
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
12 lines
294 B
QML
12 lines
294 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "PluginManager autotest"
|
|
Depends { name: "Aggregation" }
|
|
Depends { name: "ExtensionSystem" }
|
|
Depends { name: "Utils" }
|
|
|
|
files: "tst_pluginmanager.cpp"
|
|
cpp.defines: base.concat(['PLUGINMANAGER_TESTS_DIR="' + destinationDirectory + '"'])
|
|
}
|