forked from qt-creator/qt-creator
And fix some autotest project file problems uncovered by this. Change-Id: Id2f46aeab31ccfbcffe43bd23af8115c69f57849 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
11 lines
264 B
QML
11 lines
264 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "PluginManager autotest"
|
|
Depends { name: "Aggregation" }
|
|
Depends { name: "ExtensionSystem" }
|
|
|
|
files: "tst_pluginmanager.cpp"
|
|
cpp.defines: base.concat(['PLUGINMANAGER_TESTS_DIR="' + destinationDirectory + '"'])
|
|
}
|